diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 00000000..805775d3 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,19 @@ +site_name: DAG Factory Documentation +extra: + version: + provider: mike + +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets: + check_paths: true + base_path: [ "." ] + - pymdownx.superfences + +plugins: + - mike: + alias_type: symlink