mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 01:44:26 +02:00
multiversion mkdocs config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
/site
|
||||||
|
|
||||||
phpunit*
|
phpunit*
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
/vendor/*
|
/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.
|
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:
|
It allows you to write **templates**, using **variables**, **modifiers**, **functions** and **comments**, like this:
|
||||||
|
@@ -9,6 +9,10 @@ theme:
|
|||||||
logo: material/lightbulb-on
|
logo: material/lightbulb-on
|
||||||
favicon: images/favicon.ico
|
favicon: images/favicon.ico
|
||||||
|
|
||||||
|
extra:
|
||||||
|
version:
|
||||||
|
provider: mike
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
anchor_linenums: true
|
anchor_linenums: true
|
||||||
|
Reference in New Issue
Block a user