summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-02-26 14:45:43 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-02-26 14:46:35 +0100
commit29dd621b536017b17588674e92ab7404cb644205 (patch)
tree82af5570ad2bede7b57d9e17441fa15f538d1984 /mkdocs.yml
parentde1bc77f7fad0500a8b654203c72bbb49554f55c (diff)
downloadsmarty-29dd621b536017b17588674e92ab7404cb644205.tar.gz
smarty-29dd621b536017b17588674e92ab7404cb644205.tar.bz2
smarty-29dd621b536017b17588674e92ab7404cb644205.zip
Add some guidance on upgrading from v3 to v4v4.4.0checkout
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 7762cd75..66949b80 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'
- 'Designers':
- 'Basic Syntax':
- Introduction: 'designers/language-basic-syntax/index.md'