From 9d758fb63219149102304e9e8ffbad18344ad971 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 29 Mar 2023 21:35:32 +0800 Subject: [PATCH] update docs --- docs/.vuepress/config.js | 3 ++- docs/README.md | 2 +- docs/{plugin-market/README.md => plugins/market.md} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename docs/{plugin-market/README.md => plugins/market.md} (100%) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f2bdebc4..f783c17c 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -129,8 +129,9 @@ module.exports = { children: [ 'management', 'develop', + 'market', ] - } + }, ], '/advanced/': [ { diff --git a/docs/README.md b/docs/README.md index fe0c5477..860b170e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ actions: type: primary size: large - text: 插件市场 - link: /plugin-market/ + link: /plugins/market type: primary ghost: true size: large diff --git a/docs/plugin-market/README.md b/docs/plugins/market.md similarity index 100% rename from docs/plugin-market/README.md rename to docs/plugins/market.md