mkdocs.yml
author Da Risk <da_risk@geekorum.com>
Tue, 06 May 2025 10:39:31 -0400
changeset 86 ed5dfac18c84
parent 84 f1e51fe391c2
permissions -rw-r--r--
build: use convention plugins to simplify build scripts

# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json

site_name: AboutOss
copyright: 'Copyright &copy; 2025 Frédéric Barthéléry'
repo_url: https://github.com/fbarthelery/AboutOss

theme:
  name: material
  palette:
    # Palette toggle for automatic mode
    - media: "(prefers-color-scheme)"
      toggle:
        icon: material/brightness-auto
        name: Switch to light mode
    - media: "(prefers-color-scheme: light)"
      scheme: default
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
    - media: '(prefers-color-scheme: dark)'
      scheme: slate
      toggle:
        icon: material/brightness-4
        name: Switch to light mode
  icon:
    repo: fontawesome/brands/github

  features:
    - content.code.copy

markdown_extensions:
  - pymdownx.highlight:
      line_spans: __span
      pygments_lang_class: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences

nav:
  - Home: index.md
  - License sources: license-sources.md
  - User interface:
      - Material: ui-material.md
      - Material3: ui-material3.md
  - API: api/index.html
  - "Discussions ⏏": https://github.com/fbarthelery/AboutOss/discussions