rowboat/apps/docs/docs.json

91 lines
2.5 KiB
JSON
Raw Normal View History

2025-06-03 23:22:25 +05:30
{
2025-06-04 00:44:49 +05:30
"$schema": "https://mintlify.com/docs.json",
2025-06-03 23:32:15 +05:30
"theme": "mint",
2025-06-04 00:44:49 +05:30
"name": "Rowboat",
"description": "Rowboat is an open-source platform for building multi-agent systems. It helps you orchestrate tools, RAG, memory, and deployable agents with ease.",
2025-06-03 23:36:36 +05:30
"colors": {
2025-06-04 00:44:49 +05:30
"primary": "#6366F1",
"light": "#F3F4F6",
"dark": "#111827"
2025-06-03 23:36:36 +05:30
},
"navigation": {
2025-06-04 00:44:49 +05:30
"anchors": [
2025-06-03 23:39:21 +05:30
{
2025-06-04 00:44:49 +05:30
"anchor": "Documentation",
"icon": "book-open",
"tabs": [
{
"tab": "Docs",
"groups": [
{
"group": "Getting Started",
"icon": "rocket",
"pages": ["docs/setup"]
},
{
"group": "Overview",
"icon": "info-circle",
"pages": ["docs/index", "docs/license"]
},
{
"group": "Building in Studio",
"icon": "toolbox",
"pages": [
"docs/create_agents",
"docs/playground",
"docs/add_tools",
"docs/update_agents",
"docs/using_rag"
]
},
{
"group": "API & SDK",
"icon": "code",
"pages": ["docs/using_the_api", "docs/using_the_sdk"]
},
{
"group": "Concepts",
"icon": "lightbulb",
"pages": ["docs/agents", "docs/tools", "docs/prompts"]
}
]
}
]
2025-06-03 23:39:21 +05:30
},
{
2025-06-04 00:44:49 +05:30
"anchor": "Website",
"href": "https://www.rowboatlabs.com",
"icon": "window"
2025-06-03 23:39:21 +05:30
},
{
2025-06-04 00:44:49 +05:30
"anchor": "GitHub",
"href": "https://github.com/rowboatlabs/rowboat",
"icon": "github"
2025-06-03 23:39:21 +05:30
},
{
2025-06-04 00:44:49 +05:30
"anchor": "Discord",
"href": "https://discord.gg/YOUR_INVITE",
"icon": "discord"
2025-06-03 23:39:21 +05:30
}
2025-06-03 23:36:36 +05:30
]
2025-06-04 00:44:49 +05:30
},
"background": {
"color": {
"light": "#FFFFFF",
"dark": "#0F172A"
}
},
"navbar": {
"primary": {
"type": "button",
"label": "Try Rowboat",
"href": "https://app.rowboatlabs.com"
}
},
"footer": {
"socials": {
"github": "https://github.com/rowboatlabs/rowboat",
"linkedin": "https://www.linkedin.com/company/rowboat-labs"
}
2025-06-03 23:36:36 +05:30
}
2025-06-04 00:44:49 +05:30
}