mirror of
https://github.com/smarty-php/smarty.git
synced 2026-07-10 18:30:47 +02:00
18 lines
339 B
YAML
18 lines
339 B
YAML
site_name: Smarty Documentation
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: amber
|
|
features:
|
|
- content.code.copy
|
|
icon:
|
|
logo: material/lightbulb-on
|
|
favicon: images/favicon.ico
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|