docs: update docs

This commit is contained in:
pengzhanbo 2024-06-22 00:05:07 +08:00
parent 86a814cb1e
commit 69d1b0f2d9
14 changed files with 40 additions and 4 deletions

View File

@ -116,7 +116,7 @@ export const zhNotes = definePlumeNotesConfig({
{
text: 'plugin-netlify-functions',
dir: 'netlify-functions',
link: '/plugin-netlify-functions/',
link: '/plugins/plugin-netlify-functions/',
items: [
'介绍',
'使用',

View File

@ -11,7 +11,7 @@ permalink: /plugins/
## 插件
- [@vuepress-plume/plugin-caniuse](/plugins/plugin-caniuse/)
- ~~[@vuepress-plume/plugin-caniuse](/plugins/plugin-caniuse/)~~
- [@vuepress-plume/plugin-iconify](/plugins/plugin-iconify/)
- [@vuepress-plume/plugin-shikiji](/plugins/plugin-shikiji/)
- [@vuepress-plume/plugin-content-update](/plugins/plugin-content-update/)

View File

@ -3,6 +3,9 @@ title: plugin-content-update
author: pengzhanbo
createTime: 2024/03/12 19:53:34
permalink: /plugins/plugin-content-update/
tags:
- 插件
- 内容更新
---
## 指南

View File

@ -3,6 +3,9 @@ title: plugin-iconify
author: pengzhanbo
createTime: 2024/03/13 17:28:25
permalink: /plugins/plugin-iconify/
tags:
- 插件
- 图标
---
## 指南

View File

@ -3,6 +3,9 @@ title: plugin-md-power
author: pengzhanbo
createTime: 2024/04/04 18:44:57
permalink: /plugins/plugin-md-power/
tags:
- 插件
- markdown
---
## 指南

View File

@ -3,6 +3,9 @@ title: plugin-netlify-functions
author: pengzhanbo
createTime: 2024/03/12 13:51:09
permalink: /plugins/plugin-netlify-functions/
tags:
- 插件
- netlify
---
如果你的 vuepress 站点是部署在 netlify 的而且希望能够使用netlify functions 来做 serverless。

View File

@ -3,6 +3,9 @@ title: plugin-shikiji
author: pengzhanbo
createTime: 2024/03/11 17:26:31
permalink: /plugins/plugin-shikiji/
tags:
- 插件
- 代码高亮
---
## 指南

View File

@ -4,6 +4,9 @@ author: pengzhanbo
icon: mdi:tooltip-text-outline
createTime: 2024/03/04 11:06:24
permalink: /guide/intro/
tags:
- 指南
- 快速开始
---
## 介绍

View File

@ -4,6 +4,9 @@ author: pengzhanbo
icon: material-symbols:article-outline
createTime: 2024/03/04 19:16:40
permalink: /guide/blog/
tags:
- 指南
- 快速开始
---
<script setup lang="ts">

View File

@ -4,6 +4,9 @@ author: pengzhanbo
icon: material-symbols-light:language
createTime: 2024/03/05 10:01:26
permalink: /guide/international/
tags:
- 指南
- i18n
---
## 目录

View File

@ -4,11 +4,14 @@ author: pengzhanbo
icon: grommet-icons:install
createTime: 2024/03/04 09:50:07
permalink: /guide/quick-start/
tags:
- 指南
- 快速开始
---
## 依赖环境
- [Node.js v18.16.0+](https://nodejs.org/)
- [Node.js v18.20.0+](https://nodejs.org/)
- [pnpm 8+](https://pnpm.io/zh/) 或 [Yarn 2+](https://yarnpkg.com/)
::: info 提示
@ -91,7 +94,7 @@ permalink: /guide/quick-start/
:::
:::warning
主题当前版本 已适配至 `vuepress@2.0.0-rc.13`,你应该安装这个版本的 VuePress。
主题当前版本 已适配至 `vuepress@2.0.0-rc.14`,你应该安装这个版本的 VuePress。
高于或低于这个版本,可能会存在潜在的兼容性问题。
:::

View File

@ -4,6 +4,9 @@ author: pengzhanbo
icon: teenyicons:doc-outline
createTime: 2024/03/04 15:45:34
permalink: /guide/document/
tags:
- 指南
- 快速开始
---
## 概述

View File

@ -4,6 +4,9 @@ author: pengzhanbo
icon: mingcute:edit-4-line
createTime: 2024/03/04 10:06:06
permalink: /guide/write/
tags:
- 指南
- 快速开始
---
::: info 提示

View File

@ -4,6 +4,9 @@ author: pengzhanbo
icon: material-symbols:deployed-code-outline
createTime: 2024/03/20 12:38:48
permalink: /guide/deployment/
tags:
- 指南
- 部署
---
::: tip