Skip to content

Commit 7ca4d92

Browse files
Update pages.mdx
1 parent 3d2ddb6 commit 7ca4d92

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
@@ -93,6 +93,17 @@ mode: "center"
9393
---
9494
```
9595

96+
### Frame
97+
98+
Frame mode provides a custom layout similar to custom mode but preserves the sidebar display. This mode allows for custom HTML and components while maintaining navigation accessibility. Frame mode is only available for specific themes, including "aspen".
99+
100+
```yaml
101+
---
102+
title: "Frame page title"
103+
mode: "frame"
104+
---
105+
```
106+
96107
## API pages
97108

98109
Create interactive API playgrounds by adding an API specification to your frontmatter, `api` or `openapi`.

0 commit comments

Comments
 (0)