mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +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": [
|
||||
{
|
||||
"group": "Getting Started",
|
||||
"pages": ["setup.md"]
|
||||
"pages": ["docs/setup.md"]
|
||||
},
|
||||
{
|
||||
"group": "Overview",
|
||||
"pages": ["index.md", "license.md"]
|
||||
"pages": ["docs/index.md", "docs/license.md"]
|
||||
},
|
||||
{
|
||||
"group": "Building in Studio",
|
||||
"pages": [
|
||||
"create_agents.md",
|
||||
"playground.md",
|
||||
"add_tools.md",
|
||||
"update_agents.md",
|
||||
"using_rag.md"
|
||||
"docs/create_agents.md",
|
||||
"docs/playground.md",
|
||||
"docs/add_tools.md",
|
||||
"docs/update_agents.md",
|
||||
"docs/using_rag.md"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "API & SDK",
|
||||
"pages": [
|
||||
"using_the_api.md",
|
||||
"using_the_sdk.md"
|
||||
"docs/using_the_api.md",
|
||||
"docs/using_the_sdk.md"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Concepts",
|
||||
"pages": [
|
||||
"agents.md",
|
||||
"tools.md",
|
||||
"prompts.md"
|
||||
"docs/agents.md",
|
||||
"docs/tools.md",
|
||||
"docs/prompts.md"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue