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