{
  "$schema": "https://registry.scalar.com/@scalar/schemas/config",
  "scalar": "2.0.0",
  "info": {
    "title": "Wishpad Documentation",
    "description": "Product, UI, database, deployment and API documentation for Wishpad."
  },
  "siteConfig": {
    "customDomain": "docs.wishpad.me",
    "theme": "default",
    "meta": [
      {
        "name": "description",
        "content": "Wishpad product and technical documentation."
      }
    ]
  },
  "navigation": {
    "routes": {
      "/": {
        "type": "page",
        "title": "Overview",
        "filepath": "docs/INDEX.md"
      },
      "/spec": {
        "type": "page",
        "title": "Product & Technical Spec",
        "filepath": "docs/SPEC.md"
      },
      "/ui": {
        "type": "page",
        "title": "UI Spec",
        "filepath": "docs/UI_SPEC.md"
      },
      "/database": {
        "type": "page",
        "title": "Database Spec",
        "filepath": "docs/DATABASE_SPEC.md"
      },
      "/deployment": {
        "type": "page",
        "title": "Repository & Deployment",
        "filepath": "docs/REPOSITORY_DEPLOYMENT_SPEC.md"
      },
      "/monetization": {
        "type": "page",
        "title": "Monetization",
        "filepath": "docs/MONETIZATION_SPEC.md"
      },
      "/workflow": {
        "type": "page",
        "title": "Documentation Workflow",
        "filepath": "docs/DOCUMENTATION_WORKFLOW.md"
      },
      "/changelog": {
        "type": "page",
        "title": "Changelog",
        "filepath": "docs/CHANGELOG.md"
      },
      "/api": {
        "type": "openapi",
        "title": "OpenAPI Reference",
        "filepath": "docs/OPENAPI.yaml"
      }
    }
  }
}
