From b97cafbd244f7dd7cba6915d26d2ffdac9949fd0 Mon Sep 17 00:00:00 2001 From: Vivek Sinha Date: Wed, 6 Sep 2023 12:25:36 -0700 Subject: [PATCH 1/2] Update footer --- docusaurus.config.js | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e36e4d6..a08145a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -112,6 +112,10 @@ const config = { { title: "Community", items: [ + { + label: "Noteable Community", + href: "https://community.noteable.io", + }, { label: "Twitter", href: "https://twitter.com/noteable_io", @@ -119,14 +123,14 @@ const config = { ], }, { - title: "More", + title: "Platform", items: [ { - label: "App", + label: "Noteable App", href: "https://app.noteable.io", }, { - label: "Blog", + label: "Developer Blog", to: "/blog", }, { @@ -135,6 +139,23 @@ const config = { }, ], }, + { + title: "Noteable", + items: [ + { + label: "Home", + href: "https://noteable.io", + }, + { + label: "Blog", + to: "https://noteable.io/blog", + }, + { + label: "Pricing", + href: "https://noteable.io/pricing", + }, + ], + }, ], copyright: `Copyright © ${new Date().getFullYear()} Noteable, Inc. Built with Docusaurus.`, }, From 800a2626fafd17139b833c65c6f298fade2e587f Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 11 Sep 2023 09:37:25 -0700 Subject: [PATCH 2/2] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index a08145a..998c74f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -147,7 +147,7 @@ const config = { href: "https://noteable.io", }, { - label: "Blog", + label: "Product Blog", to: "https://noteable.io/blog", }, {