From 913e6d681967322e4d439524cea7afb71e4833c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 5 Jul 2022 00:25:32 +0200 Subject: [PATCH] docs: clarification #300 --- exampleSite/content/basics/migration/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 2b848abe2d..a81b3b982f 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -21,7 +21,7 @@ This document shows you what's new in the latest release. For a detailed list of Nevertheless, it is recommended to adapt your existing files to the new way. - for your home page, add the frontmatter parameter `archetype = "home"` - - for all files having the old frontmatter parameter `chapter = true`, replace that parameter with `archetype = "chapter"` + - for all files having the old deprecated frontmatter parameter `chapter = true`, replace it with `archetype = "chapter"` - **Change**: The frontmatter options `pre` / `post` were renamed to `menuPre` / `menuPost`. The old options will still be used if the new options aren't set. Therefore you don't need to change anything after the upgrade.