fixed docs.json for mintlify

This commit is contained in:
arkml 2025-06-03 23:37:47 +05:30
parent 458d74bbaf
commit 6d87541531

View file

@ -3,28 +3,20 @@
"name": "RowBoat Docs", "name": "RowBoat Docs",
"theme": "mint", "theme": "mint",
"colors": { "colors": {
"accent": "#6366f1" "primary": "#6366f1"
}, },
"navigation": { "navigation": {
"Getting Started": [ "pages": [
{ "title": "Setup", "href": "setup.md" } { "title": "Setup", "href": "setup.md" },
],
"Overview": [
{ "title": "Introduction", "href": "index.md" }, { "title": "Introduction", "href": "index.md" },
{ "title": "Open Source License", "href": "license.md" } { "title": "Open Source License", "href": "license.md" },
],
"Building in Studio": [
{ "title": "Create agents", "href": "create_agents.md" }, { "title": "Create agents", "href": "create_agents.md" },
{ "title": "Test chats in the playground", "href": "playground.md" }, { "title": "Test chats in the playground", "href": "playground.md" },
{ "title": "Add tools", "href": "add_tools.md" }, { "title": "Add tools", "href": "add_tools.md" },
{ "title": "Update agents", "href": "update_agents.md" }, { "title": "Update agents", "href": "update_agents.md" },
{ "title": "Using RAG", "href": "using_rag.md" } { "title": "Using RAG", "href": "using_rag.md" },
],
"API & SDK": [
{ "title": "Using the API", "href": "using_the_api.md" }, { "title": "Using the API", "href": "using_the_api.md" },
{ "title": "Using the SDK", "href": "using_the_sdk.md" } { "title": "Using the SDK", "href": "using_the_sdk.md" },
],
"Concepts": [
{ "title": "Agents", "href": "agents.md" }, { "title": "Agents", "href": "agents.md" },
{ "title": "Tools", "href": "tools.md" }, { "title": "Tools", "href": "tools.md" },
{ "title": "Prompts", "href": "prompts.md" } { "title": "Prompts", "href": "prompts.md" }