mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
added docs.json for mintlify
This commit is contained in:
parent
25d350b97c
commit
2d54533387
1 changed files with 46 additions and 0 deletions
46
apps/docs/docs.json
Normal file
46
apps/docs/docs.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"$schema": "https://mintlify.com/docs.json",
|
||||
"project": {
|
||||
"name": "RowBoat Docs"
|
||||
},
|
||||
"navigation": [
|
||||
{
|
||||
"group": "Getting Started",
|
||||
"pages": [
|
||||
{ "title": "Setup", "href": "setup.md" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Overview",
|
||||
"pages": [
|
||||
{ "title": "Introduction", "href": "index.md" },
|
||||
{ "title": "Open Source License", "href": "license.md" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Building in Studio",
|
||||
"pages": [
|
||||
{ "title": "Create agents", "href": "create_agents.md" },
|
||||
{ "title": "Test chats in the playground", "href": "playground.md" },
|
||||
{ "title": "Add tools", "href": "add_tools.md" },
|
||||
{ "title": "Update agents", "href": "update_agents.md" },
|
||||
{ "title": "Using RAG", "href": "using_rag.md" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "API & SDK",
|
||||
"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