Codebase list jacktrip / 9c1b943e-a48c-483a-81fd-aad3ad065352/main mkdocs.yml
9c1b943e-a48c-483a-81fd-aad3ad065352/main

Tree @9c1b943e-a48c-483a-81fd-aad3ad065352/main (Download .tar.gz)

mkdocs.yml @9c1b943e-a48c-483a-81fd-aad3ad065352/mainraw · history · blame

site_name: JackTrip
repo_url: https://github.com/jacktrip/jacktrip
edit_uri: edit/dev/docs/
nav:
  - Home: index.md
  - User Guide:
    - Installation: Install.md
  - Developer Guide:
    - QMake Build:
      - Linux: Build/Linux.md
      - Mac OS: Build/Mac.md
      - Windows: Build/Windows.md
    - Meson Build: Build/Meson_build.md
    - Development Tools:
      - Formatting: DevTools/Formatting.md
      - Static Analysis: DevTools/StaticAnalysis.md
    - Write Documentation: Documentation/MkDocs.md
  - About:
    - Contributors: About/Contributors.md
    - Resources: About/Resources.md
    - Changelog: About/CHANGELOG.md
    - License: About/License.md
plugins:
  - macros:
      include_yaml:
        - releases: docs/changelog.yml
theme:
  name: material
  features:
    - navigation.tabs
markdown_extensions:
  - attr_list
  - pymdownx.snippets
  - pymdownx.tabbed:
      alternate_style: true
  - pymdownx.superfences
  - pymdownx.details
  - admonition