Docs: fix language switcher order + Japanese locale

This commit is contained in:
Josh Palmer
2026-02-08 10:36:06 -08:00
parent 6e3271ebb6
commit 2b4135debc
2 changed files with 19 additions and 19 deletions

View File

@@ -1273,24 +1273,6 @@
}
]
},
{
"language": "ja-jp",
"tabs": [
{
"tab": "はじめに",
"groups": [
{
"group": "概要",
"pages": ["ja-JP/index"]
},
{
"group": "初回セットアップ",
"pages": ["ja-JP/start/getting-started", "ja-JP/start/wizard"]
}
]
}
]
},
{
"language": "zh-Hans",
"tabs": [
@@ -1814,6 +1796,24 @@
]
}
]
},
{
"language": "ja",
"tabs": [
{
"tab": "はじめに",
"groups": [
{
"group": "概要",
"pages": ["ja-JP/index"]
},
{
"group": "初回セットアップ",
"pages": ["ja-JP/start/getting-started", "ja-JP/start/wizard"]
}
]
}
]
}
]
}

View File

@@ -120,6 +120,6 @@ Control UIが読み込まれれば、Gatewayは使用可能な状態です。
## 次のステップ
- DMの安全性と承認[ペアリング](/start/pairing)
- DMの安全性と承認[ペアリング](/channels/pairing)
- さらにチャンネルを接続:[チャンネル](/channels)
- 高度なワークフローとソースからのビルド:[セットアップ](/start/setup)