diff --git a/changelog/overview.mdx b/changelog/overview.mdx index 4e46b32dc..ad2c56f93 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -1,7 +1,7 @@ --- title: "Product Updates" description: "New updates and improvements" -mode: "wide" +mode: "center" --- ## Authentication diff --git a/page.mdx b/page.mdx index 4ac69b05b..1f33697e9 100644 --- a/page.mdx +++ b/page.mdx @@ -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