singularity-forge/mintlify-docs/docs.json
ace-pm 35dc87ef53 chore: sync workspace state after rebrand
- Rebrand commits already in history (gsd → forge)
- Sync pre-existing doc, docker, and CI config updates
- All rebrand artifacts verified in place:
  * Native crates: forge-engine, forge-ast, forge-grep
  * Log prefixes: [forge] across 22+ files
  * Binary: ~/bin/sf-run
  * Workspace scopes: @sf-run/*, @singularity-forge/*
  * Nix flake: Rust toolchain ready

System ready for: nix develop && bun run build:native

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 14:54:20 +02:00

102 lines
2.1 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "SF",
"logo": {
"light": "/images/logo.svg",
"dark": "/images/logo.svg",
"href": "https://gsd.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-forge/sf-run"
}
],
"primary": {
"type": "button",
"label": "Install",
"href": "/getting-started"
}
},
"footer": {
"socials": {
"github": "https://github.com/singularity-forge/sf-run"
}
},
"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..."
}
}