diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 8b7d53f7..6b4e4e7a 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -3,28 +3,20 @@ "name": "RowBoat Docs", "theme": "mint", "colors": { - "accent": "#6366f1" + "primary": "#6366f1" }, "navigation": { - "Getting Started": [ - { "title": "Setup", "href": "setup.md" } - ], - "Overview": [ + "pages": [ + { "title": "Setup", "href": "setup.md" }, { "title": "Introduction", "href": "index.md" }, - { "title": "Open Source License", "href": "license.md" } - ], - "Building in Studio": [ + { "title": "Open Source License", "href": "license.md" }, { "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" } - ], - "API & SDK": [ + { "title": "Using RAG", "href": "using_rag.md" }, { "title": "Using the API", "href": "using_the_api.md" }, - { "title": "Using the SDK", "href": "using_the_sdk.md" } - ], - "Concepts": [ + { "title": "Using the SDK", "href": "using_the_sdk.md" }, { "title": "Agents", "href": "agents.md" }, { "title": "Tools", "href": "tools.md" }, { "title": "Prompts", "href": "prompts.md" }