mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
* 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
72 lines
1.8 KiB
JSON
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": []
|
|
}
|