mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
102 lines
2.2 KiB
JSON
102 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Mint Starter Kit",
|
|
"colors": {
|
|
"primary": "#16A34A",
|
|
"light": "#07C983",
|
|
"dark": "#15803D"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Guides",
|
|
"groups": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"index",
|
|
"quickstart",
|
|
"development"
|
|
]
|
|
},
|
|
{
|
|
"group": "Essentials",
|
|
"pages": [
|
|
"essentials/markdown",
|
|
"essentials/code",
|
|
"essentials/images",
|
|
"essentials/settings",
|
|
"essentials/navigation",
|
|
"essentials/reusable-snippets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "API Reference",
|
|
"groups": [
|
|
{
|
|
"group": "API Documentation",
|
|
"pages": [
|
|
"api-reference/introduction"
|
|
]
|
|
},
|
|
{
|
|
"group": "Endpoint Examples",
|
|
"pages": [
|
|
"api-reference/endpoint/get",
|
|
"api-reference/endpoint/create",
|
|
"api-reference/endpoint/delete",
|
|
"api-reference/endpoint/webhook"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"global": {
|
|
"anchors": [
|
|
{
|
|
"anchor": "Documentation",
|
|
"href": "https://mintlify.com/docs",
|
|
"icon": "book-open-cover"
|
|
},
|
|
{
|
|
"anchor": "Community",
|
|
"href": "https://mintlify.com/community",
|
|
"icon": "slack"
|
|
},
|
|
{
|
|
"anchor": "Blog",
|
|
"href": "https://mintlify.com/blog",
|
|
"icon": "newspaper"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Support",
|
|
"href": "mailto:hi@mintlify.com"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Dashboard",
|
|
"href": "https://dashboard.mintlify.com"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"x": "https://x.com/mintlify",
|
|
"github": "https://github.com/mintlify",
|
|
"linkedin": "https://linkedin.com/company/mintlify"
|
|
}
|
|
}
|
|
} |