docs/mkdocs.yml

73 lines
1.7 KiB
YAML
Raw Normal View History

2024-06-30 05:43:43 +00:00
site_name: Aux Docs
2024-07-08 15:55:47 +00:00
site_url: https://docs.auxolotl.org
repo_url: https://git.auxolotl.org/auxolotl/docs
repo_name: auxolotl/docs
2024-06-30 05:53:29 +00:00
site_dir: public
2024-06-30 23:48:07 +00:00
site_description: Aux Documentation
2024-07-10 20:11:06 +00:00
site_author: Nixpkgs Aux, and Lix Contributors
2024-06-30 23:48:07 +00:00
copyright: Licenced MIT
2024-06-30 05:43:43 +00:00
theme:
name: material
2024-06-30 05:46:32 +00:00
favicon: assets/aux-logo.svg
2024-06-30 05:43:43 +00:00
features:
2024-07-10 18:47:21 +00:00
- content.tooltips
2024-06-30 05:43:43 +00:00
- search.highlight
2024-07-01 20:40:19 +00:00
- navigation.tabs
2024-06-30 23:48:07 +00:00
- navigation.indexes
- navigation.prune
2024-06-30 05:43:43 +00:00
font:
text: IBM Plex Sans
code: IBM Plex Mono
2024-06-30 05:46:32 +00:00
icon:
repo: simple/forgejo
2024-06-30 05:43:43 +00:00
language: en
logo: assets/aux-logo.svg
2024-06-30 06:34:15 +00:00
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
2024-06-30 05:43:43 +00:00
hooks:
- mkdocs-hooks/fonts.py
plugins:
- search
- social
markdown_extensions:
2024-07-10 18:47:21 +00:00
- abbr
2024-06-30 05:43:43 +00:00
- admonition
- attr_list
2024-07-10 18:47:21 +00:00
- pymdownx.betterem
2024-06-30 05:43:43 +00:00
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
2024-07-24 17:37:27 +00:00
- pymdownx.inlinehilite
2024-07-10 18:47:21 +00:00
- pymdownx.snippets
2024-06-30 05:43:43 +00:00
- pymdownx.superfences
2024-07-10 18:47:21 +00:00
- pymdownx.tasklist:
custom_checkbox: true
- tables
2024-06-30 05:43:43 +00:00
extra:
social:
- icon: simple/forgejo
2024-07-10 20:11:06 +00:00
link: https://git.auxolotl.org/auxolotl/docs
2024-06-30 05:43:43 +00:00
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