summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-11-29 13:30:13 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2023-11-29 13:30:13 +0100
commit39c150ae58b4159d1d6d136d91016531e1aab237 (patch)
tree88930be756df35a3f3b2ae72aedac30e587eebc8 /mkdocs.yml
parent58991f3f63607e112d2c80d2ffd2069d841d2995 (diff)
downloadsmarty-39c150ae58b4159d1d6d136d91016531e1aab237.tar.gz
smarty-39c150ae58b4159d1d6d136d91016531e1aab237.tar.bz2
smarty-39c150ae58b4159d1d6d136d91016531e1aab237.zip
Added Upgrade instructions to docs
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index a4d1687c..58d0c738 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -26,7 +26,9 @@ markdown_extensions:
nav:
- Home: 'index.md'
- - 'Getting started': 'getting-started.md'
+ - 'Getting started':
+ - Introduction: 'getting-started.md'
+ - 'Upgrading from an older version': 'upgrading.md'
- 'Language reference':
- 'Basic Syntax':
- Introduction: 'designers/language-basic-syntax/index.md'