From 7fb6a019d205f9b791a6b05a322f21e757a6f0e1 Mon Sep 17 00:00:00 2001 From: rohanku <32043201+rohanku@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:34:32 -0800 Subject: [PATCH] fix(docs): remove blog link (#557) --- docs/docusaurus/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus/docusaurus.config.ts b/docs/docusaurus/docusaurus.config.ts index f56107c1..a9fb99db 100644 --- a/docs/docusaurus/docusaurus.config.ts +++ b/docs/docusaurus/docusaurus.config.ts @@ -77,7 +77,7 @@ const config: Config = { // Remove this to remove the "edit this page" links. editUrl: editUrl, }, - blog: isMain + blog: false // replace with `isMain` once blog is ready ? { // Please change this to your repo. // Remove this to remove the "edit this page" links. @@ -149,7 +149,7 @@ const config: Config = { }, ...(isMain ? [ - { to: "blog", label: "Blog", position: "left" }, + // { to: "blog", label: "Blog", position: "left" }, // Uncomment once blog is ready { type: "docsVersionDropdown", position: "right",