{
  "$schema": "https://schema.ygit.dev/dpms/v1/docs.manifest.schema.json",
  "schemaVersion": 1,
  "manifestVersion": "1.0.0",

  "documentation": {
    "id": "vib-tools-image-converter",
    "title": "Vib Tools Image Converter Documentation",
    "description": "Official documentation for Vib Tools Image Converter covering installation, usage, troubleshooting, and API reference.",
    "docsRoot": "docs/",
    "defaultDocument": "getting-started/introduction.md",
    "defaultLanguage": "en",
    "status": "published",
    "tags": [
      "image",
      "converter",
      "desktop",
      "windows",
      "documentation"
    ]
  },

  "discovery": {
    "enabled": true,
    "recursive": true,
    "include": [
      "**/*.md"
    ],
    "exclude": [
      "archive/**",
      "drafts/**",
      "assets/**",
      "images/**"
    ],
    "extensions": [
      "md",
      "mdx"
    ],
    "ignoreHidden": true,
    "followSymlink": false
  },

  "structure": {
    "autoGenerate": true,
    "sort": "manual",
    "maxDepth": 10,
    "sections": [
      {
        "id": "getting-started",
        "title": "Getting Started",
        "description": "Learn the basics before using the application.",
        "icon": "rocket",
        "path": "getting-started/",
        "order": 1,
        "hidden": false,
        "collapsed": false
      },
      {
        "id": "installation",
        "title": "Installation",
        "description": "Platform-specific installation guides.",
        "icon": "download",
        "path": "installation/",
        "order": 2,
        "hidden": false,
        "collapsed": false
      },
      {
        "id": "user-guide",
        "title": "User Guide",
        "description": "Detailed feature documentation.",
        "icon": "book-open",
        "path": "user-guide/",
        "order": 3,
        "hidden": false,
        "collapsed": false
      },
      {
        "id": "api",
        "title": "API Reference",
        "description": "Public API documentation.",
        "icon": "code",
        "path": "api/",
        "order": 4,
        "hidden": false,
        "collapsed": true
      },
      {
        "id": "faq",
        "title": "FAQ",
        "description": "Frequently asked questions.",
        "icon": "circle-help",
        "path": "faq/",
        "order": 5,
        "hidden": false,
        "collapsed": true
      },
      {
        "id": "troubleshooting",
        "title": "Troubleshooting",
        "description": "Common issues and their solutions.",
        "icon": "wrench",
        "path": "troubleshooting/",
        "order": 6,
        "hidden": false,
        "collapsed": true
      }
    ]
  },

  "versions": {
    "enabled": true,
    "current": "1.4.0",
    "latest": "1.4.0",
    "available": [
      "1.2.0",
      "1.3.0",
      "1.4.0"
    ],
    "strategy": "directory"
  },

  "custom": {
    "vendor": "Vib Tools",
    "registry": {
      "category": "Desktop Applications",
      "featured": true
    },
    "ui": {
      "preferredIconSet": "lucide"
    }
  }
}
