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: pages.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,25 +82,25 @@ mode: "custom"
82
82
---
83
83
```
84
84
85
-
### Center
85
+
### Frame
86
86
87
-
Center mode removes the sidebar and table of contents, centering the content. This is useful for changelogs or other pages where you want to emphasize the content.
87
+
Frame mode provides a layout similar to custom mode, but preserves the sidebar navigation. This page mode allows for custom HTML and components while maintaining the default navigation experience. Frame mode is only available for Aspen and Almond themes.
88
88
89
89
```yaml
90
90
---
91
-
title: "Center page title"
92
-
mode: "center"
91
+
title: "Frame page title"
92
+
mode: "frame"
93
93
---
94
94
```
95
95
96
-
### Frame
96
+
### Center
97
97
98
-
Frame mode provides a layout similar to custom mode, but preserves the sidebar navigation. This page mode allows for custom HTML and components while maintaining the default navigation experience. Frame mode is only available for Aspen and Almond themes.
98
+
Center mode removes the sidebar and table of contents, centering the content. This is useful for changelogs or other pages where you want to emphasize the content.
0 commit comments