Add config section#107
Conversation
Signed-off-by: Michael Yuan <michael@secondstate.io>
Signed-off-by: Michael Yuan <michael@secondstate.io>
Signed-off-by: Michael Yuan <michael@secondstate.io>
Signed-off-by: Michael Yuan <michael@secondstate.io>
Signed-off-by: Michael Yuan <michael@secondstate.io>
🤖 CodeProt AI🆓 You are using CodeProt AI Free VersionFree Version Features:
Upgrade to Premium Version for:
🌟 Upgrade to Premium Version NowVisit https://codeprot.com/pricing to learn more about features and pricing details. CodeProt AI - Making Code Review Smarter, Making Development More Efficient |
There was a problem hiding this comment.
Pull request overview
This PR reorganizes the documentation structure by adding a new "Config guide" section and redistributing content from the "server" directory. The changes improve documentation organization by separating configuration instructions from server deployment guides, and update navigation positioning across multiple documentation sections.
Key changes:
- Creates a new "Config guide" section with detailed configuration documentation for ASR, LLM, TTS, and other services
- Moves configuration content out of the server section into the new config section
- Adds new guides for building VAD and GPT-SoVITS servers
- Updates sidebar positions across all major documentation sections
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| doc/docs/config/category.json | Creates new "Config guide" category at position 3 |
| doc/docs/config/intro.md | New introduction to EchoKit server configuration options |
| doc/docs/config/asr.md | New guide for ASR service configuration |
| doc/docs/config/llm.md | New guide for LLM service configuration |
| doc/docs/config/llm-tools.md | New guide for LLM with tools configuration |
| doc/docs/config/tts.md | New guide for TTS service configuration |
| doc/docs/config/mcp.md | Updated MCP configuration guide with path corrections |
| doc/docs/config/gemini-live.md | Updated Gemini Live configuration with corrections |
| doc/docs/server/category.json | Updates label and description for server section |
| doc/docs/server/echokit-server.md | Updates title capitalization and sidebar position |
| doc/docs/server/setup.md | Updates title capitalization and sidebar position |
| doc/docs/server/test-echokit-server.md | Updates title capitalization and sidebar position |
| doc/docs/server/vad.md | New guide for building and running Silero VAD server |
| doc/docs/server/gpt-sovits.md | New guide for building and running GPT-SoVITS server |
| doc/docs/server/configure-echokit-server.md | Removed (content moved to config section) |
| doc/docs/server/dynamic-system.md | Removed (content integrated into config/llm.md) |
| doc/docs/server/qwen.md | Removed (content likely integrated elsewhere) |
| doc/docs/get-started/echokit-server.md | Updates configuration example with new structure |
| doc/docs/hardware/category.json | Updates label and position |
| doc/docs/voice/category.json | Updates position |
| doc/docs/use-cases/category.json | Updates position |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.