summaryrefslogtreecommitdiffstats
path: root/docs/.vuepress/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/config.js')
-rw-r--r--docs/.vuepress/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 50e10752f..0bdc90e8c 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -51,9 +51,9 @@ module.exports = {
nav: [{ text: "設定", link: "/config/" }],
// Custom sidebar values
sidebar: [
- "/",
+ "/ja/",
["/guide/", "ガイド"],
- ["/config/", "設定"],
+ ["/ja/config/", "設定"],
["/advanced-config/", "高度な設定"]
],
},