multiversion mkdocs config

This commit is contained in:
Simon Wisselink
2023-02-03 22:27:18 +01:00
parent 55ebb4efea
commit 9c610e6e62
3 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
.idea/
/site
phpunit*
.phpunit.result.cache
/vendor/*

View File

@@ -1,4 +1,4 @@
# Smarty 4 Documentation
# Smarty Documentation
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
It allows you to write **templates**, using **variables**, **modifiers**, **functions** and **comments**, like this:

View File

@@ -9,6 +9,10 @@ theme:
logo: material/lightbulb-on
favicon: images/favicon.ico
extra:
version:
provider: mike
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true