mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema/docs.schema.json",
|
|
"name": "RowBoat Docs",
|
|
"theme": "mint",
|
|
"colors": {
|
|
"primary": "#6366f1"
|
|
},
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": ["docs/setup.md"]
|
|
},
|
|
{
|
|
"group": "Overview",
|
|
"pages": ["docs/index.md", "docs/license.md"]
|
|
},
|
|
{
|
|
"group": "Building in Studio",
|
|
"pages": [
|
|
"docs/create_agents.md",
|
|
"docs/playground.md",
|
|
"docs/add_tools.md",
|
|
"docs/update_agents.md",
|
|
"docs/using_rag.md"
|
|
]
|
|
},
|
|
{
|
|
"group": "API & SDK",
|
|
"pages": [
|
|
"docs/using_the_api.md",
|
|
"docs/using_the_sdk.md"
|
|
]
|
|
},
|
|
{
|
|
"group": "Concepts",
|
|
"pages": [
|
|
"docs/agents.md",
|
|
"docs/tools.md",
|
|
"docs/prompts.md"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|