mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-31 00:17:15 +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/*.php.bak
|
||||||
lexer/*.out
|
lexer/*.out
|
||||||
|
|
||||||
|
/site
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
phpunit*
|
phpunit*
|
||||||
.phpunit.result.cache
|
.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