Skip to content

Commit 6ad66f3

Browse files
Add documentation for mode: "frame" (#1131)
* Update pages.mdx * copyedit * correct functionality * move frame beneath custom --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <[email protected]>
1 parent 628ee9a commit 6ad66f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@ mode: "custom"
8282
---
8383
```
8484

85+
### Frame
86+
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+
89+
```yaml
90+
---
91+
title: "Frame page title"
92+
mode: "frame"
93+
---
94+
```
95+
8596
### Center
8697

8798
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. Center mode is available for Mint and Linden themes.

0 commit comments

Comments
 (0)