Skip to content

Commit 88e41f1

Browse files
committed
nit
1 parent 418dc60 commit 88e41f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/products/docs/pages/customization/frontmatter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ Currently, relative paths are _not_ supported for this field.
236236
<ParamField path="layout" type="string" required={false} default="guide">
237237
Sets the page layout. Available options:
238238

239-
- `overview`: A wider layout (50% wider than guide) with a table of contents. Perfect for landing pages and section overviews that need more horizontal space while maintaining navigation. Use `hide-toc: true` if you want to hide the table of contents. Navigation sidebar remains visible.
240-
241239
- `guide`: The default documentation layout featuring a table of contents on the right side. Ideal for tutorials, how-to guides, and any content that benefits from easy navigation through sections.
242240

241+
- `overview`: A wider layout (50% wider than `guide`) with a table of contents. Perfect for landing pages and section overviews that need more horizontal space while maintaining navigation. Navigation sidebar remains visible.
242+
243243
- `reference`: A full-width layout optimized for API or SDK reference. Always hides the table of contents so you can add another column, such as code examples. Navigation sidebar remains visible.
244244

245245
- `page`: A distraction-free, full-screen layout that hides both the table of contents and navigation sidebar. Best for standalone content that benefits from focused reading experiences.

0 commit comments

Comments
 (0)