summaryrefslogtreecommitdiff
path: root/docs/.vuepress/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/config.js')
-rw-r--r--docs/.vuepress/config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 68073188..5a8e601f 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -8,7 +8,7 @@ module.exports = {
nav: [
{
text: "Guide",
- link: "/guide/getting-started"
+ link: "/guide/"
},
{
text: "Themes",
@@ -22,7 +22,7 @@ module.exports = {
sidebarDepth: 1,
sidebar: {
"/guide/": [
- "getting-started",
+ "",
{
title: "Coding Standards",
children: [
@@ -44,8 +44,8 @@ module.exports = {
title: "Components",
children: ["/guide/components/", "/guide/components/page-section"]
}
- ]
+ ],
+ "/themes/": [""]
},
- "/themes/": [""]
}
}; \ No newline at end of file