rowboat/apps/docs/docs.json

26 lines
1,005 B
JSON
Raw Normal View History

2025-06-03 23:22:25 +05:30
{
2025-06-03 23:36:36 +05:30
"$schema": "https://mintlify.com/schema/docs.schema.json",
"name": "RowBoat Docs",
2025-06-03 23:32:15 +05:30
"theme": "mint",
2025-06-03 23:36:36 +05:30
"colors": {
2025-06-03 23:37:47 +05:30
"primary": "#6366f1"
2025-06-03 23:36:36 +05:30
},
"navigation": {
2025-06-03 23:37:47 +05:30
"pages": [
{ "title": "Setup", "href": "setup.md" },
2025-06-03 23:36:36 +05:30
{ "title": "Introduction", "href": "index.md" },
2025-06-03 23:37:47 +05:30
{ "title": "Open Source License", "href": "license.md" },
2025-06-03 23:36:36 +05:30
{ "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" },
2025-06-03 23:37:47 +05:30
{ "title": "Using RAG", "href": "using_rag.md" },
2025-06-03 23:36:36 +05:30
{ "title": "Using the API", "href": "using_the_api.md" },
2025-06-03 23:37:47 +05:30
{ "title": "Using the SDK", "href": "using_the_sdk.md" },
2025-06-03 23:36:36 +05:30
{ "title": "Agents", "href": "agents.md" },
{ "title": "Tools", "href": "tools.md" },
{ "title": "Prompts", "href": "prompts.md" }
]
}
2025-06-03 23:22:25 +05:30
}