mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
## Changes - Removed the Coder Agents entry from the middle of the children array in `docs/manifest.json`. - Added the Coder Agents entry back at the end of the children array to improve the organization of the documentation structure. <img width="368" height="688" alt="image" src="https://github.com/user-attachments/assets/3117acfd-8c8a-4522-84e7-a748a7596cc6" /> <!-- If you have used AI to produce some or all of this PR, please ensure you have read our [AI Contribution guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING) before submitting. -->
This commit is contained in:
Binary file not shown.
+5
-5
@@ -956,11 +956,6 @@
|
||||
"path": "./ai-coder/index.md",
|
||||
"icon_path": "./images/icons/wand.svg",
|
||||
"children": [
|
||||
{
|
||||
"title": "Coder Agents",
|
||||
"description": "Self-hosted agent by Coder",
|
||||
"path": "./ai-coder/agents.md"
|
||||
},
|
||||
{
|
||||
"title": "Best Practices",
|
||||
"description": "Best Practices running Coding Agents",
|
||||
@@ -1186,6 +1181,11 @@
|
||||
"description": "Connect to agents Coder with a MCP server",
|
||||
"path": "./ai-coder/mcp-server.md",
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Coder Agents",
|
||||
"description": "Self-hosted agent by Coder",
|
||||
"path": "./ai-coder/agents.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user