site_name: Adam - Autonomous Digital Asset Manager
site_description: Documentation for Adam v23.5 and the Modernization Initiative
theme:
  name: material
  features:
    - navigation.tabs
    - navigation.sections
    - content.code.copy

plugins:
  - search
  - mkdocstrings:
      handlers:
        python:
          paths: [.]

nav:
  - Home: README.md
  - Modernization Report: docs/modernization_report.md
  - API Reference:
      - Optimizers: docs/api/optimizers.md
      - Service: docs/api/service.md
