From 630f91788a649450782d5a68621eb16b04ef452f Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:10:12 -0800 Subject: [PATCH 1/2] mode: center for changelog --- changelog/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 49bd5db69b5a3f94c6aa3d0792a8be266113a4b6 Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:15:20 -0800 Subject: [PATCH 2/2] add center mode --- page.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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