mirror of
https://github.com/different-ai/openwork
synced 2026-05-09 00:32:05 +02:00
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "OpenWork Docs",
|
|
"favicon": "/logo/light.svg",
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"colors": {
|
|
"primary": "#0F766E",
|
|
"light": "#14B8A6",
|
|
"dark": "#0F766E"
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Product",
|
|
"groups": [
|
|
{
|
|
"group": "Foundations",
|
|
"pages": [
|
|
"index",
|
|
"openwork",
|
|
"opencode-router",
|
|
"cli"
|
|
]
|
|
},
|
|
{
|
|
"group": "Agent Playbooks",
|
|
"pages": [
|
|
"quickstart",
|
|
"create-openwork-instance"
|
|
]
|
|
},
|
|
{
|
|
"group": "Tutorials",
|
|
"pages": [
|
|
"tutorials/automations-repeatable-jobs",
|
|
"tutorials/worker-isolation",
|
|
"tutorials/share-worker-invite-link",
|
|
"tutorials/share-workspace-url-service"
|
|
]
|
|
},
|
|
{
|
|
"group": "Contributing",
|
|
"pages": [
|
|
"development"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"navbar": {
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Download OpenWork",
|
|
"href": "https://openwork.software/download"
|
|
}
|
|
}
|
|
}
|