mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
fixed docs.json for mintlify
This commit is contained in:
parent
664884be99
commit
458d74bbaf
1 changed files with 30 additions and 44 deletions
|
|
@ -1,47 +1,33 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://mintlify.com/docs.json",
|
"$schema": "https://mintlify.com/schema/docs.schema.json",
|
||||||
"project": {
|
"name": "RowBoat Docs",
|
||||||
"name": "RowBoat Docs"
|
|
||||||
},
|
|
||||||
"theme": "mint",
|
"theme": "mint",
|
||||||
"navigation": [
|
"colors": {
|
||||||
{
|
"accent": "#6366f1"
|
||||||
"group": "Getting Started",
|
},
|
||||||
"pages": [
|
"navigation": {
|
||||||
{ "title": "Setup", "href": "setup.md" }
|
"Getting Started": [
|
||||||
]
|
{ "title": "Setup", "href": "setup.md" }
|
||||||
},
|
],
|
||||||
{
|
"Overview": [
|
||||||
"group": "Overview",
|
{ "title": "Introduction", "href": "index.md" },
|
||||||
"pages": [
|
{ "title": "Open Source License", "href": "license.md" }
|
||||||
{ "title": "Introduction", "href": "index.md" },
|
],
|
||||||
{ "title": "Open Source License", "href": "license.md" }
|
"Building in Studio": [
|
||||||
]
|
{ "title": "Create agents", "href": "create_agents.md" },
|
||||||
},
|
{ "title": "Test chats in the playground", "href": "playground.md" },
|
||||||
{
|
{ "title": "Add tools", "href": "add_tools.md" },
|
||||||
"group": "Building in Studio",
|
{ "title": "Update agents", "href": "update_agents.md" },
|
||||||
"pages": [
|
{ "title": "Using RAG", "href": "using_rag.md" }
|
||||||
{ "title": "Create agents", "href": "create_agents.md" },
|
],
|
||||||
{ "title": "Test chats in the playground", "href": "playground.md" },
|
"API & SDK": [
|
||||||
{ "title": "Add tools", "href": "add_tools.md" },
|
{ "title": "Using the API", "href": "using_the_api.md" },
|
||||||
{ "title": "Update agents", "href": "update_agents.md" },
|
{ "title": "Using the SDK", "href": "using_the_sdk.md" }
|
||||||
{ "title": "Using RAG", "href": "using_rag.md" }
|
],
|
||||||
]
|
"Concepts": [
|
||||||
},
|
{ "title": "Agents", "href": "agents.md" },
|
||||||
{
|
{ "title": "Tools", "href": "tools.md" },
|
||||||
"group": "API & SDK",
|
{ "title": "Prompts", "href": "prompts.md" }
|
||||||
"pages": [
|
]
|
||||||
{ "title": "Using the API", "href": "using_the_api.md" },
|
}
|
||||||
{ "title": "Using the SDK", "href": "using_the_sdk.md" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "Concepts",
|
|
||||||
"pages": [
|
|
||||||
{ "title": "Agents", "href": "agents.md" },
|
|
||||||
{ "title": "Tools", "href": "tools.md" },
|
|
||||||
{ "title": "Prompts", "href": "prompts.md" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue