Skip to content

Commit c75bb66

Browse files
committed
move frame beneath custom
1 parent 4fe3efd commit c75bb66

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pages.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,25 +82,25 @@ mode: "custom"
8282
---
8383
```
8484

85-
### Center
85+
### Frame
8686

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.
8888

8989
```yaml
9090
---
91-
title: "Center page title"
92-
mode: "center"
91+
title: "Frame page title"
92+
mode: "frame"
9393
---
9494
```
9595

96-
### Frame
96+
### Center
9797

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.
9999

100100
```yaml
101101
---
102-
title: "Frame page title"
103-
mode: "frame"
102+
title: "Center page title"
103+
mode: "center"
104104
---
105105
```
106106

0 commit comments

Comments
 (0)