summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-02-03 22:29:08 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2023-02-03 22:29:08 +0100
commitc94d3ddafa8e41e73f127af1959b4715db021d1e (patch)
tree426772c6fc92c5afdfd6414585f21986604f01ae /mkdocs.yml
parent5fdcb3c6fad2f2e537fc84cc772415f2ec2b29b3 (diff)
downloadsmarty-c94d3ddafa8e41e73f127af1959b4715db021d1e.tar.gz
smarty-c94d3ddafa8e41e73f127af1959b4715db021d1e.tar.bz2
smarty-c94d3ddafa8e41e73f127af1959b4715db021d1e.zip
multiversion mkdocs config
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml21
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