mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
96 lines
No EOL
2 KiB
JSON
96 lines
No EOL
2 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Next-Fast-Turbo Docs",
|
|
"favicon": "/logos/logo.svg",
|
|
"logo": {
|
|
"light": "/logos/logo.svg",
|
|
"dark": "/logos/logo-light.svg"
|
|
},
|
|
"colors": {
|
|
"primary": "#7c3aed",
|
|
"light": "#af87ff",
|
|
"dark": "#1e293b",
|
|
"background": {
|
|
"dark": "#030712",
|
|
"light": "#ffffff"
|
|
}
|
|
},
|
|
"modeToggle": {
|
|
"default": "dark"
|
|
},
|
|
"topbarCtaButton": {
|
|
"name": "Dashboard",
|
|
"url": "https://next-fast-turbo-web.vercel.app/"
|
|
},
|
|
"tabs": [
|
|
{
|
|
"name": "API Reference",
|
|
"url": "api"
|
|
}
|
|
],
|
|
"anchors": [
|
|
{
|
|
"name": "Documentation",
|
|
"icon": "book-open-cover",
|
|
"url": "documentation"
|
|
},
|
|
{
|
|
"name": "API Reference",
|
|
"icon": "rectangle-terminal",
|
|
"url": "api"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"documentation/introduction",
|
|
"documentation/local-development"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": [
|
|
"documentation/configuration/turbo",
|
|
"documentation/configuration/fastapi",
|
|
"documentation/configuration/nextjs",
|
|
"documentation/configuration/docs"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deployment",
|
|
"pages": [
|
|
"documentation/deployment/deployment"
|
|
]
|
|
},
|
|
{
|
|
"group": "Users",
|
|
"pages": [
|
|
"api/users/get-user",
|
|
"api/users/get-all-users",
|
|
"api/users/search-users",
|
|
"api/users/create-user"
|
|
]
|
|
},
|
|
{
|
|
"group": "Spells",
|
|
"pages": [
|
|
"api/spells/get-spell",
|
|
"api/spells/get-all-spells",
|
|
"api/spells/search-spells"
|
|
]
|
|
}
|
|
],
|
|
"api": {
|
|
"maintainOrder": true,
|
|
"baseUrl": "https://next-fast-turbo-api.vercel.app"
|
|
},
|
|
"openapi": "https://next-fast-turbo-api.vercel.app/openapi.json",
|
|
"feedback": {
|
|
"thumbsRating": true
|
|
},
|
|
"footerSocials": {
|
|
"github": "https://github.com/cording12/next-fast-turbo",
|
|
"linkedin": "https://www.linkedin.com/in/jon-cording/"
|
|
}
|
|
} |