mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-02 17:34:26 +02:00
multiversion mkdocs config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
||||
|
||||
.idea/
|
||||
|
||||
/site
|
||||
|
||||
phpunit*
|
||||
.phpunit.result.cache
|
||||
/vendor/*
|
||||
|
@@ -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:
|
||||
|
@@ -9,6 +9,10 @@ theme:
|
||||
logo: material/lightbulb-on
|
||||
favicon: images/favicon.ico
|
||||
|
||||
extra:
|
||||
version:
|
||||
provider: mike
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
|
Reference in New Issue
Block a user