Files
clawhub/docs/docs.json
T
Patrick Erichsen 71156751ff docs: serve ClawHub docs with shared OpenClaw renderer (#2609)
* feat: serve clawhub docs under docs route

* feat: build ClawHub docs with openclaw docs

* chore: remove unused nav icon export

* docs: use ClawHub logo in docs shell

* docs: prepare ClawHub docs for Mintlify

* test: use static preview readiness for playwright

* chore: ignore current esbuild audit advisories

* docs: build ClawHub docs with shared OpenClaw renderer

* test: print package publish e2e failures
2026-06-12 19:02:44 -07:00

72 lines
1.8 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"name": "ClawHub",
"description": "Public documentation for finding, installing, publishing, and operating ClawHub skills and plugins.",
"favicon": "/assets/clawd-logo.png",
"logo": {
"light": "/assets/clawd-logo.png",
"dark": "/assets/clawd-logo.png"
},
"colors": {
"primary": "#FF8A5F"
},
"chat": {
"name": "Molty",
"label": "ClawHub docs assistant"
},
"navbar": {
"links": [
{
"label": "ClawHub",
"href": "https://clawhub.ai",
"icon": "globe"
}
]
},
"search": {
"placeholder": "Search ClawHub docs...",
"suggestions": ["Install a skill", "Publish a package", "Use API tokens", "Run security audits"]
},
"navigation": {
"languages": [
{
"language": "en",
"tabs": [
{
"tab": "Start",
"groups": [
{
"group": "Overview",
"pages": ["index", "quickstart", "how-it-works"]
}
]
},
{
"tab": "Use",
"groups": [
{
"group": "Install and Publish",
"pages": ["cli", "publishing", "skill-format", "plugin-validation-fixes"]
},
{
"group": "Reference",
"pages": ["auth", "api", "http-api", "telemetry", "troubleshooting"]
}
]
},
{
"tab": "Trust",
"groups": [
{
"group": "Safety and Operations",
"pages": ["security", "security-audits", "moderation", "acceptable-usage"]
}
]
}
]
}
]
},
"redirects": []
}