{
  "$schema": "https://mintlify.com/docs.json",
  "theme": "mint",
  "name": "MDA (Markdown for Agent)",
  "logo": {
    "dark": "/logo/dark.svg",
    "light": "/logo/light.svg"
  },
  "favicon": "/favicon.png",
  "colors": {
    "primary": "#1E3A8A",
    "light": "#3B82F6",
    "dark": "#1E3A8A"
  },
  "navigation": {
    "tabs": [
      {
        "tab": "MDA Markdown",
        "groups": [
          {
            "group": "Get Started",
            "pages": ["introduction", "quickstart"]
          }
        ]
      },
      {
        "tab": "Documentation",
        "groups": [
          {
            "group": "Documentation",
            "pages": [
              "mdx/overview",
              "mdx/architecture",
              "mdx/developer-guide",
              "mdx/specification"
            ]
          }
        ]
      },
      {
        "tab": "Changelog",
        "groups": [
          {
            "group": "Changelog",
            "pages": ["changelog/log"]
          }
        ]
      },
      {
        "tab": "MDA Examples",
        "groups": [
          {
            "group": "MDA Examples",
            "pages": [
              "mda-examples/quickstart-hello-world",
              "mda-examples/simple-meeting-minutes",
              "mda-examples/technical-doc",
              "mda-examples/technical-doc-2",
              "mda-examples/dynamic-content-generation",
              "mda-examples/llms-mda-site-guidance"
            ]
          }
        ]
      }
    ],
    "global": {
      "anchors": [
        {
          "anchor": "Github",
          "icon": "github",
          "href": "https://github.com/sno-ai/mda"
        },
        {
          "anchor": "X (Twitter)",
          "icon": "twitter",
          "href": "https://x.com/snoai"
        }
      ]
    }
  },
  "navbar": {
    "links": [
      {
        "label": "Contact",
        "href": "mailto:info@sno.ai"
      }
    ]
  },
  "footer": {
    "socials": {
      "x": "https://x.com/snoai",
      "github": "https://github.com/snoai",
      "linkedin": "https://www.linkedin.com/company/sno-ai"
    }
  }
}
