docs: overhaul docs IA and multilingual navigation

This commit is contained in:
Chummy 2026-02-18 16:53:26 +08:00
parent 5e800c38f1
commit 93e5383cb2
40 changed files with 2495 additions and 198 deletions

View file

@ -18,10 +18,10 @@ ZeroClaw supports native integration with Mattermost via its REST API v4. This i
## Configuration
Add the following to your `config.toml` under the `[channels]` section:
Add the following to your `config.toml` under the `[channels_config]` section:
```toml
[channels.mattermost]
[channels_config.mattermost]
url = "https://mm.your-domain.com"
bot_token = "your-bot-access-token"
channel_id = "your-channel-id"