{
  "$schema": "https://mintlify.com/docs.json",
  "theme": "mint",
  "name": "RStack SDLC",
  "colors": {
    "primary": "#6366F1",
    "light": "#818CF8",
    "dark": "#4338CA"
  },
  "favicon": "/assets/rstack-logo.png",
  "navigation": {
    "tabs": [
      {
        "tab": "Documentation",
        "groups": [
          {
            "group": "Overview",
            "pages": [
              "introduction",
              "quickstart"
            ]
          },
          {
            "group": "Getting Started",
            "pages": [
              "getting-started/install-your-framework",
              "getting-started/installation",
              "getting-started/your-first-run",
              "getting-started/governance-model",
              "getting-started/business-flex-profiles",
              "getting-started/builder-validator-sandbox"
            ]
          },
          {
            "group": "Core Concepts",
            "pages": [
              "concepts/overview",
              "architecture",
              "concepts/orchestrator-builder-validator",
              "concepts/state-management",
              "concepts/plugins-and-skills",
              "concepts/guardrails-and-enforcement"
            ]
          },
          {
            "group": "The Pipeline",
            "pages": [
              "sdlc-pipeline/overview",
              "sdlc-pipeline/environment",
              "sdlc-pipeline/transcript",
              "sdlc-pipeline/requirements",
              "sdlc-pipeline/documentation",
              "sdlc-pipeline/planning",
              "sdlc-pipeline/jira",
              "sdlc-pipeline/architecture",
              "sdlc-pipeline/code",
              "sdlc-pipeline/testing",
              "sdlc-pipeline/deployment",
              "sdlc-pipeline/security",
              "sdlc-pipeline/compliance",
              "sdlc-pipeline/summary",
              "sdlc-pipeline/feedback-loop",
              "sdlc-pipeline/cost-estimation"
            ]
          },
          {
            "group": "Business Hub",
            "pages": [
              "business-hub/overview-and-navigation",
              "business-hub/approvals-and-governance",
              "business-hub/cockpit-controls",
              "business-hub/data-visualizations",
              "business-hub/operations-center",
              "business-hub/evidence-center",
              "business-hub/studio-3d",
              "business-hub/motion-and-accessibility"
            ]
          },
          {
            "group": "Adapters",
            "pages": [
              "adapters/pi",
              "adapters/claude-code",
              "adapters/codex",
              "adapters/gemini",
              "adapters/universal"
            ]
          },
          {
            "group": "Security & Compliance",
            "pages": [
              "reference/protected-actions",
              "reference/untrusted-pr-gate",
              "reference/attestations"
            ]
          },
          {
            "group": "Roadmap & Research",
            "pages": [
              "reference/loopholes-roadmap",
              "reference/research-program",
              "reference/research-backed-design",
              "reference/rfc-process"
            ]
          }
        ]
      },
      {
        "tab": "API Reference",
        "groups": [
          {
            "group": "Reference",
            "pages": [
              "reference/cli",
              "reference/pipeline",
              "reference/spec",
              "reference/pi-tools",
              "reference/observability",
              "reference/decision-readiness",
              "reference/approvals",
              "reference/webhooks",
              "reference/configuration",
              "reference/governance-packs"
            ]
          }
        ]
      }
    ],
    "global": {
      "anchors": [
        {
          "anchor": "GitHub",
          "href": "https://github.com/richard-devbot/SDLC-rstack",
          "icon": "github"
        },
        {
          "anchor": "npm",
          "href": "https://www.npmjs.com/package/rstack-agents",
          "icon": "npm"
        },
        {
          "anchor": "Issues",
          "href": "https://github.com/richard-devbot/SDLC-rstack/issues",
          "icon": "circle-exclamation"
        }
      ]
    }
  },
  "logo": {
    "light": "/assets/rstack-logo.png",
    "dark": "/assets/rstack-logo.png"
  },
  "navbar": {
    "links": [
      {
        "label": "GitHub",
        "href": "https://github.com/richard-devbot/SDLC-rstack"
      }
    ],
    "primary": {
      "type": "button",
      "label": "npm install",
      "href": "https://www.npmjs.com/package/rstack-agents"
    }
  },
  "footer": {
    "socials": {
      "github": "https://github.com/richard-devbot/SDLC-rstack"
    }
  }
}
