mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
fixed docs.json for mintlify
This commit is contained in:
parent
6d87541531
commit
92435621cf
1 changed files with 34 additions and 14 deletions
|
|
@ -6,20 +6,40 @@
|
||||||
"primary": "#6366f1"
|
"primary": "#6366f1"
|
||||||
},
|
},
|
||||||
"navigation": {
|
"navigation": {
|
||||||
"pages": [
|
"groups": [
|
||||||
{ "title": "Setup", "href": "setup.md" },
|
{
|
||||||
{ "title": "Introduction", "href": "index.md" },
|
"group": "Getting Started",
|
||||||
{ "title": "Open Source License", "href": "license.md" },
|
"pages": ["setup.md"]
|
||||||
{ "title": "Create agents", "href": "create_agents.md" },
|
},
|
||||||
{ "title": "Test chats in the playground", "href": "playground.md" },
|
{
|
||||||
{ "title": "Add tools", "href": "add_tools.md" },
|
"group": "Overview",
|
||||||
{ "title": "Update agents", "href": "update_agents.md" },
|
"pages": ["index.md", "license.md"]
|
||||||
{ "title": "Using RAG", "href": "using_rag.md" },
|
},
|
||||||
{ "title": "Using the API", "href": "using_the_api.md" },
|
{
|
||||||
{ "title": "Using the SDK", "href": "using_the_sdk.md" },
|
"group": "Building in Studio",
|
||||||
{ "title": "Agents", "href": "agents.md" },
|
"pages": [
|
||||||
{ "title": "Tools", "href": "tools.md" },
|
"create_agents.md",
|
||||||
{ "title": "Prompts", "href": "prompts.md" }
|
"playground.md",
|
||||||
|
"add_tools.md",
|
||||||
|
"update_agents.md",
|
||||||
|
"using_rag.md"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "API & SDK",
|
||||||
|
"pages": [
|
||||||
|
"using_the_api.md",
|
||||||
|
"using_the_sdk.md"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Concepts",
|
||||||
|
"pages": [
|
||||||
|
"agents.md",
|
||||||
|
"tools.md",
|
||||||
|
"prompts.md"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue