mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
Initial commit
This commit is contained in:
commit
55332d1ddb
168 changed files with 18456 additions and 0 deletions
96
apps/docs/mint.json
Normal file
96
apps/docs/mint.json
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"$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/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue