mhsf-dev/apps/docs/docs.json

81 lines
1.4 KiB
JSON
Raw Normal View History

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