fix(docs): reorder Coder Agents section in manifest.json (#22604) (#22614)

## 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:
Matt Vollmer
2026-03-04 11:12:51 -05:00
committed by GitHub
parent ac298a2537
commit 8a1dd518db
2 changed files with 5 additions and 5 deletions
Binary file not shown.
+5 -5
View File
@@ -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"
}
]
},