Files
katenary/doc/mkdocs.yml

41 lines
943 B
YAML
Raw Normal View History

2022-06-13 13:50:57 +02:00
site_name: Katenary documentation
docs_dir: ./docs
theme:
2022-06-14 09:25:43 +02:00
name: material
2022-06-14 10:08:22 +02:00
custom_dir: overrides
2022-06-13 13:55:43 +02:00
logo: statics/logo.png
2022-06-14 10:08:22 +02:00
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
2022-06-14 09:25:43 +02:00
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
use_pygments: false
- pymdownx.superfences
2022-06-13 13:50:57 +02:00
extra_css:
- statics/main.css
extra_javascript:
- statics/addons.js
2022-06-14 10:08:22 +02:00
copyright: Copyright © 2021 - 2022 - Katenary authors
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/metal3d/katenary
2022-06-13 13:50:57 +02:00
nav:
2022-06-14 09:25:43 +02:00
- "Home": index.md
2022-06-13 13:50:57 +02:00
- usage.md
2022-06-14 09:25:43 +02:00
- labels.md