docs/mkdocs.yml
2024-07-08 11:56:01 -04:00

65 lines
1.5 KiB
YAML

site_name: Aux Docs
site_url: https://docs.auxolotl.org
repo_url: https://git.auxolotl.org/auxolotl/docs
repo_name: auxolotl/docs
site_dir: public
site_description: Aux Documentation
site_author: Nixpkgs and Aux Contributors
copyright: Licenced MIT
theme:
name: material
favicon: assets/aux-logo.svg
features:
- search.highlight
- navigation.tabs
- navigation.indexes
- navigation.prune
font:
text: IBM Plex Sans
code: IBM Plex Mono
icon:
repo: simple/forgejo
language: en
logo: assets/aux-logo.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: blue
toggle:
icon: material/weather-night
name: Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/weather-sunny
name: Light Mode
hooks:
- mkdocs-hooks/fonts.py
plugins:
- search
- social
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
extra:
social:
- icon: simple/forgejo
link: https://git.pyrox.dev/pyrox/aux-docs
name: Aux Docs Repo
- icon: simple/discourse
link: https://forum.aux.computer/
name: Aux Forum
- icon: simple/wikidotjs
link: https://wiki.auxolotl.org/
name: Aux Wiki