multiversion mkdocs config

This commit is contained in:
Simon Wisselink
2023-02-03 22:29:08 +01:00
parent 5fdcb3c6fa
commit c94d3ddafa
2 changed files with 23 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,6 +6,8 @@ lexer/*.php
lexer/*.php.bak
lexer/*.out
/site
# Dev
phpunit*
.phpunit.result.cache

21
mkdocs.yml Normal file
View File

@ -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