Files
openwork/packages/docs/docs.json
Jan Carbonell f19b3fe680 docs: make get started app-first and add missing languages page (#1481)
* docs: make start-here app-first

Clarify the primary OpenWork CTA for new users, group self-hosting in one place, and add a missing languages page so localization contributions have a clear home.

* docs: refine get started setup cards

Add an enterprise card beside the cloud entrypoint and remove the self-hosting CTA from the get started page so the setup choices stay focused.

* more clear initial cta

* docs: clarify missing languages contribution path

Reframe the page around the languages OpenWork already ships, then explain where to improve existing locale files and which files need updates to add a new language.
2026-04-17 15:31:36 -07:00

134 lines
3.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": [
"start-here/get-started",
{
"group": "Connect your stack",
"pages": [
"start-here/connect-your-stack/sign-in-with-chatgpt",
"start-here/connect-your-stack/add-anthropic-api-key",
"start-here/connect-your-stack/add-a-custom-llm",
"start-here/connect-your-stack/add-an-mcp-server",
"start-here/connect-your-stack/enable-exa-search"
]
},
{
"group": "Do work with it",
"pages": [
"start-here/do-work-with-it/control-the-browser",
"start-here/do-work-with-it/automate-tasks",
"start-here/do-work-with-it/import-a-skill",
"start-here/do-work-with-it/share-your-setup"
]
},
{
"group": "Self-host",
"pages": [
"start-here/self-host"
]
},
{
"group": "Help improve OpenWork",
"pages": [
"start-here/missing-docs",
"start-here/missing-languages"
]
}
]
},
{
"tab": "Cloud",
"pages": [
"cloud/get-started",
{
"group": "Share with your team",
"pages": [
"cloud/share-with-your-team/team-templates",
"cloud/share-with-your-team/skill-hubs",
"cloud/share-with-your-team/managed-llm-provider",
"cloud/share-with-your-team/custom-llm-provider"
]
},
{
"group": "Run in the cloud",
"pages": [
"cloud/run-in-the-cloud/shared-workspace",
"cloud/run-in-the-cloud/connect-slack"
]
},
"cloud/members-and-rbac",
"cloud/enterprise"
]
},
{
"tab": "API",
"openapi": "https://api.openworklabs.com/openapi.json"
},
{
"tab": "Roadmap",
"pages": [
"roadmap"
]
},
{
"tab": "Changelog",
"pages": [
"changelog"
]
}
]
},
"redirects": [
{
"source": "/",
"destination": "/start-here/get-started"
},
{
"source": "/quickstart",
"destination": "/start-here/get-started"
},
{
"source": "/introduction",
"destination": "/cloud/get-started"
},
{
"source": "/roadmap/roadmap",
"destination": "/roadmap"
},
{
"source": "/changelog/changelog",
"destination": "/changelog"
}
],
"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"
}
}
}