mhsf-dev/docs/docs.json

72 lines
1.3 KiB
JSON
Raw Normal View History

2025-03-01 13:08:55 -06:00
{
"$schema": "https://mintlify.com/docs.json",
2025-03-01 17:20:43 -06:00
"theme": "maple",
"name": "MHSF Docs",
2025-03-01 13:08:55 -06:00
"colors": {
2025-03-01 17:20:43 -06:00
"primary": "#817abb",
"light": "#817abb",
"dark": "#c15281"
2025-03-01 13:08:55 -06:00
},
2025-03-01 17:20:43 -06:00
"favicon": "/docs/content/favicon.svg",
2025-03-01 13:08:55 -06:00
"navigation": {
"tabs": [
{
2025-03-01 17:20:43 -06:00
"tab": "Documentation",
2025-03-01 13:08:55 -06:00
"groups": [
{
2025-03-01 17:20:43 -06:00
"group": "General",
"pages": ["docs/getting-started"]
2025-03-01 13:08:55 -06:00
},
{
2025-03-01 17:20:43 -06:00
"group": "Guides",
2025-03-01 13:08:55 -06:00
"pages": [
2025-03-01 17:20:43 -06:00
"docs/guides/customization",
"docs/guides/linking",
"docs/guides/owning-a-server",
"docs/guides/reporting-server"
2025-03-01 13:08:55 -06:00
]
},
{
2025-03-01 17:20:43 -06:00
"group": "Advanced",
2025-03-01 13:08:55 -06:00
"pages": [
2025-03-01 17:20:43 -06:00
"docs/advanced/achievements",
"docs/advanced/command-bar",
"docs/advanced/tech-stack"
2025-03-01 13:08:55 -06:00
]
2025-03-01 17:20:43 -06:00
},
{
"group": "Legal",
"pages": ["docs/legal/rules"]
2025-03-01 13:08:55 -06:00
}
]
2025-03-01 17:20:43 -06:00
},
{
"tab": "Changelog",
"pages": ["docs/changelog"]
2025-03-01 13:08:55 -06:00
}
2025-03-01 17:20:43 -06:00
]
2025-03-01 13:08:55 -06:00
},
"logo": {
2025-03-01 17:20:43 -06:00
"light": "/docs/content/icon-gl.svg",
"dark": "/docs/content/icon-gd.svg"
2025-03-01 13:08:55 -06:00
},
"navbar": {
"links": [
{
"label": "Support",
2025-03-01 17:20:43 -06:00
"href": "mailto:support@mhsf.app"
2025-03-01 13:08:55 -06:00
}
],
"primary": {
"type": "button",
2025-03-01 17:20:43 -06:00
"label": "MHSF",
"href": "https://mhsf.app"
2025-03-01 13:08:55 -06:00
}
},
"footer": {
"socials": {
2025-03-01 17:20:43 -06:00
"github": "https://github.com/DeveloLongScript/MHSF"
2025-03-01 13:08:55 -06:00
}
}
}