From 3a68ecc7caabb37cad055f1609e72f4f57eb0f58 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Sun, 27 Oct 2024 21:55:51 +0300 Subject: [PATCH] remove blog section --- docusaurus.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 43a7051..bf8cf27 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -81,7 +81,7 @@ const config: Config = { position: "left", label: "Tutorial", }, - { to: "/blog", label: "Blog", position: "left" }, + // { to: "/blog", label: "Blog", position: "left" }, { href: "https://github.com/rehlds", label: "GitHub", @@ -113,10 +113,10 @@ const config: Config = { { title: "More", items: [ - { - label: "Blog", - to: "/blog", - }, + // { + // label: "Blog", + // to: "/blog", + // }, { label: "GitHub ", href: "https://github.com/rehlds",