mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:44:59 -05:00
feat(docs): swap docs.json & mint.json
This commit is contained in:
parent
4b6abbf186
commit
31836df9e5
96
docs/docs.json
Normal file
96
docs/docs.json
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
{
|
||||||
|
"$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": ["introduction", "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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://mintlify.com/docs.json",
|
|
||||||
"name": "Mint Starter Kit",
|
|
||||||
"colors": {
|
|
||||||
"primary": "#16A34A",
|
|
||||||
"light": "#07C983",
|
|
||||||
"dark": "#15803D"
|
|
||||||
},
|
|
||||||
"favicon": "/favicon.svg",
|
|
||||||
"logo": {
|
|
||||||
"light": "/logo/light.svg",
|
|
||||||
"dark": "/logo/dark.svg"
|
|
||||||
},
|
|
||||||
"navigation": {
|
|
||||||
"pages": [
|
|
||||||
"file",
|
|
||||||
"api-reference/introduction.mdx"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user