diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3a9921148..7e7173b1b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -64,7 +64,7 @@ module.exports = { { title: '指南', collapsable: true, - children: ['', 'parameters', 'api'], + children: ['', 'parameter', 'api'], }, { title: '路由', @@ -85,7 +85,7 @@ module.exports = { 'game', 'reading', 'government', - 'unclassified', + 'other', ], }, ], diff --git a/docs/unclassified.md b/docs/other.md similarity index 100% rename from docs/unclassified.md rename to docs/other.md diff --git a/docs/parameters.md b/docs/parameter.md similarity index 100% rename from docs/parameters.md rename to docs/parameter.md