Skip to content

Commit bfe0348

Browse files
committed
document which modes work with which themes
1 parent 9cec115 commit bfe0348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ title: "Default page title"
6262

6363
### Wide
6464

65-
Wide mode hides the table of contents. This is useful for pages that do not have any headings or if you prefer to use the extra horizontal space.
65+
Wide mode hides the table of contents. This is useful for pages that do not have any headings or if you prefer to use the extra horizontal space. Wide mode is available for all themes.
6666

6767
```yaml
6868
---
@@ -73,7 +73,7 @@ mode: "wide"
7373

7474
### Custom
7575

76-
Custom mode provides a minimalist layout that removes all elements except for the top navbar. Custom mode is a blank canvas to create landing pages or any other unique layouts that you want to have minimal navigation elements for.
76+
Custom mode provides a minimalist layout that removes all elements except for the top navbar. Custom mode is a blank canvas to create landing pages or any other unique layouts that you want to have minimal navigation elements for. Custom mode is available for all themes.
7777

7878
```yaml
7979
---
@@ -84,7 +84,7 @@ mode: "custom"
8484

8585
### Center
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+
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.
8888

8989
```yaml
9090
---

0 commit comments

Comments
 (0)