mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-29 15:37:14 +02:00
multiversion mkdocs config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,8 @@ lexer/*.php
|
||||
lexer/*.php.bak
|
||||
lexer/*.out
|
||||
|
||||
/site
|
||||
|
||||
# Dev
|
||||
phpunit*
|
||||
.phpunit.result.cache
|
||||
|
21
mkdocs.yml
Normal file
21
mkdocs.yml
Normal 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
|
Reference in New Issue
Block a user