docs: migrate Mintlify config
This commit is contained in:
86
docs/docs.json
Normal file
86
docs/docs.json
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://mintlify.com/docs.json",
|
||||||
|
"name": "Clawdis",
|
||||||
|
"theme": "mint",
|
||||||
|
"logo": {
|
||||||
|
"light": "/assets/pixel-lobster.svg",
|
||||||
|
"dark": "/assets/pixel-lobster.svg"
|
||||||
|
},
|
||||||
|
"favicon": "/assets/pixel-lobster.svg",
|
||||||
|
"colors": {
|
||||||
|
"primary": "#FF5A36"
|
||||||
|
},
|
||||||
|
"topbarLinks": [
|
||||||
|
{
|
||||||
|
"name": "GitHub",
|
||||||
|
"url": "https://github.com/steipete/clawdis"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Releases",
|
||||||
|
"url": "https://github.com/steipete/clawdis/releases"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"navigation": {
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"group": "Getting Started",
|
||||||
|
"pages": [
|
||||||
|
"index",
|
||||||
|
"onboarding",
|
||||||
|
"wizard",
|
||||||
|
"clawd",
|
||||||
|
"faq"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Core Concepts",
|
||||||
|
"pages": [
|
||||||
|
"architecture",
|
||||||
|
"agent",
|
||||||
|
"session",
|
||||||
|
"rpc",
|
||||||
|
"queue",
|
||||||
|
"tools"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Gateway & Providers",
|
||||||
|
"pages": [
|
||||||
|
"gateway",
|
||||||
|
"gateway/pairing",
|
||||||
|
"whatsapp",
|
||||||
|
"telegram",
|
||||||
|
"discord",
|
||||||
|
"imessage",
|
||||||
|
"webhook",
|
||||||
|
"gmail-pubsub"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Platforms",
|
||||||
|
"pages": [
|
||||||
|
"mac/dev-setup",
|
||||||
|
"mac/menu-bar",
|
||||||
|
"mac/voicewake",
|
||||||
|
"ios/connect",
|
||||||
|
"android/connect",
|
||||||
|
"webchat",
|
||||||
|
"web"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Operations",
|
||||||
|
"pages": [
|
||||||
|
"doctor",
|
||||||
|
"troubleshooting",
|
||||||
|
"logging",
|
||||||
|
"security",
|
||||||
|
"health",
|
||||||
|
"background-process",
|
||||||
|
"gateway-lock",
|
||||||
|
"remote"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,82 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Clawdis",
|
|
||||||
"logo": {
|
|
||||||
"light": "/assets/pixel-lobster.svg",
|
|
||||||
"dark": "/assets/pixel-lobster.svg"
|
|
||||||
},
|
|
||||||
"favicon": "/assets/pixel-lobster.svg",
|
|
||||||
"colors": {
|
|
||||||
"primary": "#FF5A36"
|
|
||||||
},
|
|
||||||
"topbarLinks": [
|
|
||||||
{
|
|
||||||
"name": "GitHub",
|
|
||||||
"url": "https://github.com/steipete/clawdis"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Releases",
|
|
||||||
"url": "https://github.com/steipete/clawdis/releases"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"navigation": [
|
|
||||||
{
|
|
||||||
"group": "Getting Started",
|
|
||||||
"pages": [
|
|
||||||
"index",
|
|
||||||
"onboarding",
|
|
||||||
"wizard",
|
|
||||||
"clawd",
|
|
||||||
"faq"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "Core Concepts",
|
|
||||||
"pages": [
|
|
||||||
"architecture",
|
|
||||||
"agent",
|
|
||||||
"session",
|
|
||||||
"rpc",
|
|
||||||
"queue",
|
|
||||||
"tools"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "Gateway & Providers",
|
|
||||||
"pages": [
|
|
||||||
"gateway",
|
|
||||||
"gateway/pairing",
|
|
||||||
"whatsapp",
|
|
||||||
"telegram",
|
|
||||||
"discord",
|
|
||||||
"imessage",
|
|
||||||
"webhook",
|
|
||||||
"gmail-pubsub"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "Platforms",
|
|
||||||
"pages": [
|
|
||||||
"mac/dev-setup",
|
|
||||||
"mac/menu-bar",
|
|
||||||
"mac/voicewake",
|
|
||||||
"ios/connect",
|
|
||||||
"android/connect",
|
|
||||||
"webchat",
|
|
||||||
"web"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "Operations",
|
|
||||||
"pages": [
|
|
||||||
"doctor",
|
|
||||||
"troubleshooting",
|
|
||||||
"logging",
|
|
||||||
"security",
|
|
||||||
"health",
|
|
||||||
"background-process",
|
|
||||||
"gateway-lock",
|
|
||||||
"remote"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -38,6 +38,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx src/index.ts",
|
"dev": "tsx src/index.ts",
|
||||||
"docs:list": "tsx scripts/docs-list.ts",
|
"docs:list": "tsx scripts/docs-list.ts",
|
||||||
|
"docs:dev": "cd docs && mint dev",
|
||||||
|
"docs:build": "cd docs && mint broken-links",
|
||||||
"build": "tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts",
|
"build": "tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts",
|
||||||
"release:check": "tsx scripts/release-check.ts",
|
"release:check": "tsx scripts/release-check.ts",
|
||||||
"ui:install": "pnpm -C ui install",
|
"ui:install": "pnpm -C ui install",
|
||||||
|
|||||||
Reference in New Issue
Block a user