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-13 13:55:43 +02:00
|
|
|
logo: statics/logo.png
|
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
|
|
|
|
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
|