From 697951ca058d52ec22b8de566ff59e9f316987e8 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 5 Dec 2023 21:10:50 +0900 Subject: [PATCH] chore: add blog to header and footer --- docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6321192e..bfb472d2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -89,6 +89,10 @@ const config = { label: 'Community', to: '/community', }, + { + label: 'Blog', + href: 'https://blog.waku.org/', + }, { label: 'Docs', href: 'https://docs.waku.org', @@ -130,6 +134,10 @@ const config = { }, { items: [ + { + href: 'https://blog.waku.org/', + label: 'Blog', + }, { href: 'https://jobs.status.im/', label: 'Work with us',