diff --git a/docusaurus.config.js b/docusaurus.config.js index e36e4d6..998c74f 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: "Product Blog", + to: "https://noteable.io/blog", + }, + { + label: "Pricing", + href: "https://noteable.io/pricing", + }, + ], + }, ], copyright: `Copyright © ${new Date().getFullYear()} Noteable, Inc. Built with Docusaurus.`, },