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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index e48e1662..257b6fe1 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -13,8 +13,8 @@ module.exports = {
link: "/guide/"
},
{
- text: "Themes",
- link: "/themes/"
+ text: "Customization",
+ link: "/customization/"
},
{
text: "Github",
@@ -66,7 +66,7 @@ module.exports = {
]
}
],
- "/themes/": ["", "customize", "env"]
+ "/customization/": ["", "theme", "build"]
},
}
}; \ No newline at end of file