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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,17 @@ mode: "center"
93
93
---
94
94
```
95
95
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
+
96
107
## API pages
97
108
98
109
Create interactive API playgrounds by adding an API specification to your frontmatter, `api` or `openapi`.
0 commit comments