docs(docs): align navigation inventory and model examples for #774

This commit is contained in:
Chummy 2026-02-18 21:06:01 +08:00
parent e1aeabdb5f
commit daef8f8094
10 changed files with 56 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Reference Catalogs
Structured reference index for commands, providers, channels, and config.
Structured reference index for commands, providers, channels, config, and integration guides.
## Core References
@ -9,6 +9,14 @@ Structured reference index for commands, providers, channels, and config.
- Channel setup + allowlists: [../channels-reference.md](../channels-reference.md)
- Config defaults and keys: [../config-reference.md](../config-reference.md)
## Provider & Integration Extensions
- Custom provider endpoints: [../custom-providers.md](../custom-providers.md)
- Z.AI / GLM provider onboarding: [../zai-glm-setup.md](../zai-glm-setup.md)
- LangGraph-based integration patterns: [../langgraph-integration.md](../langgraph-integration.md)
## Usage
Use this collection when you need precise CLI/config details rather than step-by-step tutorials.
Use this collection when you need precise CLI/config details or provider integration patterns rather than step-by-step tutorials.
When adding a new reference/integration doc, make sure it is linked in both [../SUMMARY.md](../SUMMARY.md) and [../docs-inventory.md](../docs-inventory.md).