let there be docs

This commit is contained in:
R Dittberner 2026-06-15 19:56:55 +02:00
commit cb5b7a201b
8 changed files with 196 additions and 0 deletions

15
mkdocs.yml Normal file
View file

@ -0,0 +1,15 @@
site_name: Doc Testing
site_url: http://localhost
theme:
name: material
features:
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences