{ "$schema": "https://mintlify.com/schema/docs.schema.json", "name": "RowBoat Docs", "theme": "mint", "colors": { "primary": "#6366f1" }, "navigation": { "groups": [ { "group": "Getting Started", "pages": ["setup.md"] }, { "group": "Overview", "pages": ["index.md", "license.md"] }, { "group": "Building in Studio", "pages": [ "create_agents.md", "playground.md", "add_tools.md", "update_agents.md", "using_rag.md" ] }, { "group": "API & SDK", "pages": [ "using_the_api.md", "using_the_sdk.md" ] }, { "group": "Concepts", "pages": [ "agents.md", "tools.md", "prompts.md" ] } ] } }