site_name: AWS Logs MCP
site_description: A Model Context Protocol (MCP) server for AWS CloudWatch Logs and CloudTrail Events
site_url: https://schuettc.github.io/aws-logs-mcp/
repo_url: https://github.com/schuettc/aws-logs-mcp
repo_name: schuettc/aws-logs-mcp

theme:
  name: material
  palette:
    primary: deep orange
    accent: orange
  features:
    - navigation.tabs
    - navigation.sections
    - navigation.top
    - search.highlight
    - content.code.copy
  icon:
    repo: fontawesome/brands/github
  logo: images/logo.png
  favicon: images/favicon.png

extra_css:
  - stylesheets/extra.css

markdown_extensions:
  - pymdownx.highlight
  - pymdownx.superfences
  - pymdownx.tabbed
  - pymdownx.tasklist:
      custom_checkbox: true
  - admonition
  - toc:
      permalink: true

nav:
  - Home: index.md
  - Getting Started: 
    - Installation: getting-started/installation.md
    - Configuration: getting-started/configuration.md
  - Usage:
    - Available Tools: usage/available-tools.md
    - Testing: usage/testing.md
  - Architecture:
    - Overview: architecture/overview.md
    - Components: architecture/components.md
    - Data Flow: architecture/data-flow.md
  - Guides:
    - Error Handling: guides/error-handling.md
    - Security Best Practices: guides/security-best-practices.md
    - Local Deployment: guides/local-deployment.md
    - Troubleshooting: guides/troubleshooting.md
  - Contributing:
    - Documentation: contributing/documentation.md
  - API Reference: 
    - API Reference: api-reference.md

plugins:
  - search
  - minify:
      minify_html: true

extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/schuettc/aws-logs-mcp
  generator: false