Files
openwork/packages/docs/docs.json
Jan Carbonell d9c78c339b new tabs test (#1397)
* new tabs test

* cloud docs

* openwork cloud
2026-04-08 11:02:58 -07:00

99 lines
2.4 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": "#011627",
"light": "#3b82f6",
"dark": "#011627"
},
"navigation": {
"tabs": [
{
"tab": "Start here",
"pages": [
"get-started",
{
"group": "Cloud",
"pages": [
"introduction",
"team-provisioning"
]
},
{
"group": "Desktop App",
"pages": [
"enable-advanced-search-with-exa",
"how-to-connect-chat-gpt",
"how-to-connect-mcps",
"computer-use",
"sharing-ow-setup",
"accessing-ow-from-slack",
"automating-tasks"
]
},
{
"group": "Tutorials",
"pages": [
"how-to-get-an-anthropic-api-key",
"how-to-connect-a-custom-provider",
"importing-a-skill"
]
},
{
"group": "Improve this doc",
"pages": [
"missing-docs"
]
}
]
},
{
"tab": "Cloud docs",
"pages": [
"get-started-cloud"
]
},
{
"tab": "Cloud API",
"openapi": "https://api.openworklabs.com/openapi.json"
},
{
"tab": "Changelog",
"pages": [
"changelog"
]
}
]
},
"redirects": [
{
"source": "/",
"destination": "/get-started"
},
{
"source": "/quickstart",
"destination": "/get-started"
}
],
"errors": {
"404": {
"redirect": false,
"title": "Missing Documentation?",
"description": "If you're technical and want to use a specific part of the app that is not documented well yet, [send us a quick email](mailto:team@openworklabs.com?subject=missing%20documentation&body=hey%20my%20github%20is%20%7Busername%7D%2C%20I%27m%20interested%20in%20%7Bfeature%7D%20from%20openwork%20but%20I%27m%20missing%20documentation%20on%20it%2C%20could%20you%20create%20it%3F%0A%0AThanks) and tell us what you're missing."
}
},
"navbar": {
"primary": {
"type": "button",
"label": "Download OpenWork",
"href": "https://openworklabs.com/download"
}
}
}