Skip to content

Commit 99e611d

Browse files
BekahHWContinue
andcommitted
Add comprehensive agent documentation
- Created hub/agents/overview.mdx with detailed agent concepts, usage patterns, and pre-configured agent listings - Created hub/agents/create-and-edit.mdx with step-by-step guides for building custom agents - Updated hub/agents/intro.mdx to be a focused getting-started guide with quick start flow - Added agent pages to docs.json navigation structure - Aligned documentation with Mission Control UI and actual agent capabilities - Included references to cookbook agents and MCP integration examples Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
1 parent 656df84 commit 99e611d

File tree

4 files changed

+717
-30
lines changed

4 files changed

+717
-30
lines changed

docs/docs.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,12 @@
5656
},
5757
{
5858
"group": "Agents",
59-
"icon": "cloud",
60-
"pages": ["hub/agents/intro"]
59+
"icon": "robot",
60+
"pages": [
61+
"hub/agents/intro",
62+
"hub/agents/overview",
63+
"hub/agents/create-and-edit"
64+
]
6165
},
6266
"hub/sharing",
6367
"hub/source-control"

0 commit comments

Comments
 (0)