Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Product Updates"
description: "New updates and improvements"
mode: "wide"
mode: "center"
---
<Update label="December 2024">
## Authentication
Expand Down
12 changes: 12 additions & 0 deletions page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,18 @@ mode: "custom"
---
```

### Center Mode

*Center Mode* removes the sidebar and the table of contents, and centers the page content. This mode is great for changelogs
or any page where you want to focus on the content.


```md
---
mode: "center"
---
```

## External Links

If you want the sidebar to open an external URL, you can set the `url` metadata
Expand Down
Loading