{
  "title": "Hydron Documentation",
  "description": "Complete documentation for the Hydron AI-powered deployment platform",
  "base_url": "https://hydron.app",
  "llms_txt": "https://hydron.app/llms.txt",
  "llms_full_txt": "https://hydron.app/llms-full.txt",
  "sections": [
    {
      "title": "Getting Started",
      "pages": [
        {
          "slug": "introduction",
          "title": "Introduction",
          "description": "What is Hydron and how does it work",
          "url": "https://hydron.app/docs/introduction",
          "markdown_url": "https://hydron.app/docs/introduction.md"
        },
        {
          "slug": "quick-start",
          "title": "Quick Start",
          "description": "Deploy your first app in minutes",
          "url": "https://hydron.app/docs/quick-start",
          "markdown_url": "https://hydron.app/docs/quick-start.md"
        },
        {
          "slug": "concepts",
          "title": "Key Concepts",
          "description": "Core concepts: projects, services, chats, plans",
          "url": "https://hydron.app/docs/concepts",
          "markdown_url": "https://hydron.app/docs/concepts.md"
        }
      ]
    },
    {
      "title": "Deploying",
      "pages": [
        {
          "slug": "deploy-from-git",
          "title": "Deploy from Git",
          "description": "Deploy from GitHub, GitLab, Bitbucket, or any Git URL",
          "url": "https://hydron.app/docs/deploy-from-git",
          "markdown_url": "https://hydron.app/docs/deploy-from-git.md"
        },
        {
          "slug": "deploy-docker",
          "title": "Deploy a Docker Image",
          "description": "Deploy an existing Docker image to your servers",
          "url": "https://hydron.app/docs/deploy-docker",
          "markdown_url": "https://hydron.app/docs/deploy-docker.md"
        },
        {
          "slug": "templates",
          "title": "Using Templates",
          "description": "Quick-start with pre-configured templates",
          "url": "https://hydron.app/docs/templates",
          "markdown_url": "https://hydron.app/docs/templates.md"
        }
      ]
    },
    {
      "title": "Managing Your App",
      "pages": [
        {
          "slug": "projects",
          "title": "Projects",
          "description": "Create, organize, and manage your projects",
          "url": "https://hydron.app/docs/projects",
          "markdown_url": "https://hydron.app/docs/projects.md"
        },
        {
          "slug": "services",
          "title": "Services",
          "description": "Understanding and configuring services",
          "url": "https://hydron.app/docs/services",
          "markdown_url": "https://hydron.app/docs/services.md"
        },
        {
          "slug": "environment-variables",
          "title": "Environment Variables",
          "description": "Setting and managing environment variables",
          "url": "https://hydron.app/docs/environment-variables",
          "markdown_url": "https://hydron.app/docs/environment-variables.md"
        },
        {
          "slug": "domains-ssl",
          "title": "Domains & SSL",
          "description": "Custom domains and SSL certificates",
          "url": "https://hydron.app/docs/domains-ssl",
          "markdown_url": "https://hydron.app/docs/domains-ssl.md"
        }
      ]
    },
    {
      "title": "Infrastructure",
      "pages": [
        {
          "slug": "how-it-works",
          "title": "How It Works",
          "description": "The full deployment pipeline explained",
          "url": "https://hydron.app/docs/how-it-works",
          "markdown_url": "https://hydron.app/docs/how-it-works.md"
        },
        {
          "slug": "code-analysis",
          "title": "Code Analysis",
          "description": "How AI analyzes your codebase",
          "url": "https://hydron.app/docs/code-analysis",
          "markdown_url": "https://hydron.app/docs/code-analysis.md"
        },
        {
          "slug": "infrastructure-plans",
          "title": "Infrastructure Plans",
          "description": "Understanding generated infrastructure plans",
          "url": "https://hydron.app/docs/infrastructure-plans",
          "markdown_url": "https://hydron.app/docs/infrastructure-plans.md"
        },
        {
          "slug": "server-provisioning",
          "title": "Server Provisioning",
          "description": "How servers are provisioned and configured",
          "url": "https://hydron.app/docs/server-provisioning",
          "markdown_url": "https://hydron.app/docs/server-provisioning.md"
        },
        {
          "slug": "server-inventory",
          "title": "Server Inventory",
          "description": "Browsing and managing your dedicated servers",
          "url": "https://hydron.app/docs/server-inventory",
          "markdown_url": "https://hydron.app/docs/server-inventory.md"
        },
        {
          "slug": "deployment-runs",
          "title": "Deployment Runs",
          "description": "Monitoring and managing active deployments",
          "url": "https://hydron.app/docs/deployment-runs",
          "markdown_url": "https://hydron.app/docs/deployment-runs.md"
        }
      ]
    },
    {
      "title": "Account",
      "pages": [
        {
          "slug": "account-setup",
          "title": "Account Setup",
          "description": "Registration, login, and OAuth",
          "url": "https://hydron.app/docs/account-setup",
          "markdown_url": "https://hydron.app/docs/account-setup.md"
        },
        {
          "slug": "security",
          "title": "Security",
          "description": "Two-factor authentication and session management",
          "url": "https://hydron.app/docs/security",
          "markdown_url": "https://hydron.app/docs/security.md"
        },
        {
          "slug": "billing",
          "title": "Billing & Credits",
          "description": "Credit system, usage tracking, and subscriptions",
          "url": "https://hydron.app/docs/billing",
          "markdown_url": "https://hydron.app/docs/billing.md"
        }
      ]
    }
  ]
}