diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:29:08 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:29:08 +0100 |
| commit | c94d3ddafa8e41e73f127af1959b4715db021d1e (patch) | |
| tree | 426772c6fc92c5afdfd6414585f21986604f01ae /mkdocs.yml | |
| parent | 5fdcb3c6fad2f2e537fc84cc772415f2ec2b29b3 (diff) | |
| download | smarty-c94d3ddafa8e41e73f127af1959b4715db021d1e.tar.gz smarty-c94d3ddafa8e41e73f127af1959b4715db021d1e.tar.bz2 smarty-c94d3ddafa8e41e73f127af1959b4715db021d1e.zip | |
multiversion mkdocs config
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 00000000..e1868e67 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,21 @@ +site_name: Smarty Documentation +theme: + name: material + palette: + primary: amber + features: + - content.code.copy + icon: + logo: material/lightbulb-on + favicon: images/favicon.ico + +extra: + version: + provider: mike + +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences |
