mkdocs configuration

This commit is contained in:
Yanick Champoux 2024-02-26 14:26:23 -05:00
parent e3e9c9a24b
commit af5f2d0a8f

16
mkdocs.yml Normal file
View File

@ -0,0 +1,16 @@
site_name: Updux
theme:
name: material
markdown_extensions:
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.highlight:
default_lang: js
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
nav:
- Home: index.md
- Tutorial: tutorial.md
- API: api/modules.md