mirror of
https://github.com/droidrun/droidrun.git
synced 2026-05-23 07:40:37 +00:00
120 lines
2.7 KiB
JSON
120 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "almond",
|
|
"name": "Mobilerun",
|
|
"colors": {
|
|
"primary": "#0D9373",
|
|
"light": "#07C983",
|
|
"dark": "#0D9373"
|
|
},
|
|
"favicon": {
|
|
"light": "/favicon.png",
|
|
"dark": "/favicon-dark.png"
|
|
},
|
|
"icons": {
|
|
"library": "lucide"
|
|
},
|
|
"styles": [
|
|
"/custom.css"
|
|
],
|
|
"integrations": {
|
|
"posthog": {
|
|
"apiKey": "phc_3BmiVdnS2Wvlm007eHGZLBPwRFCVVWzIZXbB0u3ZH1d",
|
|
"apiHost": "https://pineapple.mobilerun.ai"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Docs",
|
|
"icon": "book",
|
|
"groups": [
|
|
{
|
|
"group": "Introduction",
|
|
"pages": [
|
|
"/overview",
|
|
"/quickstart"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
"/features/structured-output",
|
|
"/features/credentials",
|
|
"/features/app-cards",
|
|
"/features/custom-tools",
|
|
"/features/custom-variables",
|
|
"/features/tracing",
|
|
"/features/telemetry"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"/guides/overview",
|
|
"/guides/device-setup",
|
|
"/guides/cli",
|
|
"/guides/docker"
|
|
]
|
|
},
|
|
{
|
|
"group": "Concepts",
|
|
"pages": [
|
|
"/concepts/architecture",
|
|
"/concepts/shared-state",
|
|
"/concepts/events-and-workflows",
|
|
"/concepts/prompts"
|
|
]
|
|
},
|
|
{
|
|
"group": "SDK Reference",
|
|
"pages": [
|
|
"/sdk/reference",
|
|
"/sdk/droid-agent",
|
|
"/sdk/adb-tools",
|
|
"/sdk/ios-tools",
|
|
"/sdk/base-tools",
|
|
"/sdk/configuration"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "Cloud",
|
|
"icon": "cloud",
|
|
"href": "https://docs.mobilerun.ai"
|
|
},
|
|
{
|
|
"tab": "GitHub",
|
|
"icon": "github",
|
|
"href": "https://github.com/droidrun/mobilerun"
|
|
}
|
|
]
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.png",
|
|
"dark": "/logo/dark.png",
|
|
"href": "https://mobilerun.ai"
|
|
},
|
|
"navbar": {
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Join Discord",
|
|
"href": "https://discord.gg/gdekvkJFvn"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/droidrun/mobilerun",
|
|
"x": "https://x.com/mobilerun_ai",
|
|
"discord": "https://discord.gg/gdekvkJFvn",
|
|
"website": "https://mobilerun.ai"
|
|
}
|
|
},
|
|
"errors": {
|
|
"404": {
|
|
"redirect": false
|
|
}
|
|
}
|
|
}
|