You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exampleSite/content/basics/migration/_index.en.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This document shows you what's new in the latest release. For a detailed list of
21
21
Nevertheless, it is recommended to adapt your existing files to the new way.
22
22
23
23
- for your home page, add the frontmatter parameter `archetype = "home"`
24
-
- for all files having the old frontmatter parameter `chapter = true`, replace that parameter with `archetype = "chapter"`
24
+
- for all files having the old deprecated frontmatter parameter `chapter = true`, replace it with `archetype = "chapter"`
25
25
26
26
-**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.
0 commit comments