mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
45 lines
959 B
JSON
45 lines
959 B
JSON
{
|
|
"$schema": "https://mintlify.com/schema/docs.schema.json",
|
|
"name": "RowBoat Docs",
|
|
"theme": "mint",
|
|
"colors": {
|
|
"primary": "#6366f1"
|
|
},
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": ["setup.md"]
|
|
},
|
|
{
|
|
"group": "Overview",
|
|
"pages": ["index.md", "license.md"]
|
|
},
|
|
{
|
|
"group": "Building in Studio",
|
|
"pages": [
|
|
"create_agents.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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|