Add mkdocs for docs

This commit is contained in:
Simon Wisselink
2023-02-03 17:54:00 +01:00
parent 6c601e1b6c
commit e6360694bf
42 changed files with 107 additions and 94 deletions

View File

@@ -3,7 +3,7 @@ Variables {#language.syntax.variables}
Template variables start with the \$dollar sign. They can contain
numbers, letters and underscores, much like a [PHP
variable](&url.php-manual;language.variables). You can reference arrays
variable](https://www.php.net/language.variables). You can reference arrays
by index numerically or non-numerically. Also reference object
properties and methods.