diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 36a080ee..736fc16c 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -57,7 +57,7 @@ function sideBarGuide (title) { collapsable: false, children: [ '', - 'q-a', + 'question', 'pr', 'change-log' ] diff --git a/docs/zh/README.md b/docs/zh/README.md index 941215e5..97821ba8 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -24,4 +24,4 @@ npm run dev npm run build ``` -> 如果上述步骤出现错误,建议您升级 node 版本 >8,如果有其它疑问请参考[常见问题](/zh/guide/q-a.html) \ No newline at end of file +> 如果上述步骤出现错误,建议您升级 node 版本 > 8,如果有其它疑问请参考[常见问题](/zh/guide/question.html) \ No newline at end of file diff --git a/docs/zh/guide/README.md b/docs/zh/guide/README.md index 3bc8841d..91952e54 100644 --- a/docs/zh/guide/README.md +++ b/docs/zh/guide/README.md @@ -143,4 +143,4 @@ npm run dev npm run build ``` -> 如果上述步骤出现错误,建议您升级 node 版本 >8,如果有其它疑问请参考[常见问题](/zh/guide/q-a.html) \ No newline at end of file +> 如果上述步骤出现错误,建议您升级 node 版本 > 8,如果有其它疑问请参考[常见问题](/zh/guide/question.html) \ No newline at end of file diff --git a/docs/zh/guide/q-a.md b/docs/zh/guide/question.md similarity index 93% rename from docs/zh/guide/q-a.md rename to docs/zh/guide/question.md index ad4309b7..caca3777 100644 --- a/docs/zh/guide/q-a.md +++ b/docs/zh/guide/question.md @@ -2,7 +2,7 @@ ## 项目为什么无法启动 -首先建议您升级 node 版本 >8,在以下环境测试可用 +首先建议您升级 node 版本 > 8,在以下环境测试可用 ``` ➜ ~ npm -v