site_name: WP Git Posts
site_url: https://wpgit.praison.ai
site_description: Git-based WordPress content loader - Markdown, JSON, YAML without database writes

repo_name: MervinPraison/wp-git-posts
repo_url: https://github.com/MervinPraison/wp-git-posts

theme:
  name: material
  palette:
    - scheme: slate
      primary: teal
      accent: amber
      toggle:
        icon: material/brightness-4
        name: Switch to light mode
    - scheme: default
      primary: teal
      accent: amber
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
  font:
    text: Inter
    code: JetBrains Mono
  features:
    - navigation.instant
    - navigation.tabs
    - navigation.sections
    - navigation.expand
    - content.code.copy
    - content.code.annotate

markdown_extensions:
  - pymdownx.superfences:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:pymdownx.superfences.fence_code_format
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.details
  - admonition
  - tables
  - attr_list
  - md_in_html

nav:
  - Home: index.md
  - Getting Started:
    - Installation: getting-started/installation.md
    - Configuration: getting-started/configuration.md
  - Features:
    - File-Based Content: features/file-based-content.md
    - Export to Markdown: features/export.md
    - Bidirectional Git Sync: features/bidirectional-sync.md
    - Incremental Indexing: features/incremental-indexing.md
    - Virtual Post Meta: features/virtual-post-meta.md
    - Deletion Handling: features/deletion-handling.md
    - Collaborative Editing: features/collaborative-editing.md
    - Performance & Caching: features/performance.md
  - Guides:
    - Deployment: guides/deployment.md
    - Troubleshooting: guides/troubleshooting.md
