mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
102 lines
2.6 KiB
JSON
102 lines
2.6 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": "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",
|
|
"team-provisioning",
|
|
"cloud-skill-hubs",
|
|
"cloud-shared-workspaces",
|
|
"cloud-llm-providers",
|
|
"cloud-custom-llm-providers",
|
|
"cloud-members-and-rbac"
|
|
]
|
|
},
|
|
{
|
|
"tab": "Cloud API",
|
|
"openapi": "https://api.openworklabs.com/openapi.json"
|
|
},
|
|
{
|
|
"tab": "Changelog",
|
|
"pages": [
|
|
"changelog"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/get-started"
|
|
},
|
|
{
|
|
"source": "/quickstart",
|
|
"destination": "/get-started"
|
|
},
|
|
{
|
|
"source": "/introduction",
|
|
"destination": "/get-started-cloud"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|