mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
fixed docs.json for mintlify
This commit is contained in:
parent
92435621cf
commit
53972c5fc4
1 changed files with 12 additions and 12 deletions
|
|
@ -9,35 +9,35 @@
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"group": "Getting Started",
|
"group": "Getting Started",
|
||||||
"pages": ["setup.md"]
|
"pages": ["docs/setup.md"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Overview",
|
"group": "Overview",
|
||||||
"pages": ["index.md", "license.md"]
|
"pages": ["docs/index.md", "docs/license.md"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Building in Studio",
|
"group": "Building in Studio",
|
||||||
"pages": [
|
"pages": [
|
||||||
"create_agents.md",
|
"docs/create_agents.md",
|
||||||
"playground.md",
|
"docs/playground.md",
|
||||||
"add_tools.md",
|
"docs/add_tools.md",
|
||||||
"update_agents.md",
|
"docs/update_agents.md",
|
||||||
"using_rag.md"
|
"docs/using_rag.md"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "API & SDK",
|
"group": "API & SDK",
|
||||||
"pages": [
|
"pages": [
|
||||||
"using_the_api.md",
|
"docs/using_the_api.md",
|
||||||
"using_the_sdk.md"
|
"docs/using_the_sdk.md"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Concepts",
|
"group": "Concepts",
|
||||||
"pages": [
|
"pages": [
|
||||||
"agents.md",
|
"docs/agents.md",
|
||||||
"tools.md",
|
"docs/tools.md",
|
||||||
"prompts.md"
|
"docs/prompts.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue