92 lines
1.7 KiB
JSON
92 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "SF",
|
|
"logo": {
|
|
"light": "/images/logo.svg",
|
|
"dark": "/images/logo.svg",
|
|
"href": "https://sf.build"
|
|
},
|
|
"favicon": "/images/favicon.svg",
|
|
"colors": {
|
|
"primary": "#7dcfff",
|
|
"light": "#7dcfff",
|
|
"dark": "#1a1b26"
|
|
},
|
|
"appearance": {
|
|
"default": "dark"
|
|
},
|
|
"background": {
|
|
"decoration": "gradient"
|
|
},
|
|
"fonts": {
|
|
"heading": {
|
|
"family": "JetBrains Mono",
|
|
"weight": 700
|
|
},
|
|
"body": {
|
|
"family": "Inter",
|
|
"weight": 400
|
|
}
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/singularity-ng/singularity-forge"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Install",
|
|
"href": "/getting-started"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/singularity-ng/singularity-forge"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": ["introduction", "getting-started"]
|
|
},
|
|
{
|
|
"group": "Core concepts",
|
|
"pages": ["guides/auto-mode", "guides/commands", "guides/git-strategy"]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": [
|
|
"guides/configuration",
|
|
"guides/custom-models",
|
|
"guides/token-optimization",
|
|
"guides/dynamic-model-routing",
|
|
"guides/cost-management"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
"guides/change-management",
|
|
"guides/captures-triage",
|
|
"guides/parallel-orchestration",
|
|
"guides/remote-questions",
|
|
"guides/skills",
|
|
"guides/visualizer",
|
|
"guides/web-interface",
|
|
"guides/working-in-teams"
|
|
]
|
|
},
|
|
{
|
|
"group": "Reference",
|
|
"pages": ["guides/troubleshooting", "guides/migration"]
|
|
}
|
|
]
|
|
},
|
|
"search": {
|
|
"prompt": "Search SF docs..."
|
|
}
|
|
}
|