From d403a021cc450b4477f61479fceabf05e3fd694c Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Fri, 3 Jan 2025 11:17:27 +0000 Subject: [PATCH] Restore incorrectly removed mkdocs.yml --- mkdocs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mkdocs.yml 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