Skip to content

Commit d1785f9

Browse files
docs: fix overview layout description to clarify TOC behavior (#1850)
1 parent 1de63ff commit d1785f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ 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 spacious, full-width layout without a table of contents. Perfect for landing pages, section overviews, and content that benefits from maximum horizontal space. 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

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

0 commit comments

Comments
 (0)