mirror of https://github.com/openclaw/openclaw.git
Docs: fix language switcher order + Japanese locale
This commit is contained in:
parent
6e3271ebb6
commit
2b4135debc
|
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,6 +120,6 @@ Control UIが読み込まれれば、Gatewayは使用可能な状態です。
|
|||
|
||||
## 次のステップ
|
||||
|
||||
- DMの安全性と承認:[ペアリング](/start/pairing)
|
||||
- DMの安全性と承認:[ペアリング](/channels/pairing)
|
||||
- さらにチャンネルを接続:[チャンネル](/channels)
|
||||
- 高度なワークフローとソースからのビルド:[セットアップ](/start/setup)
|
||||
|
|
|
|||
Loading…
Reference in New Issue