Skip to content

Commit

Permalink
Merge pull request #28 from noteable-io/modify-footer
Browse files Browse the repository at this point in the history
Update footer: Add links to noteable.io
  • Loading branch information
viveksnh committed Sep 20, 2023
2 parents e5395a1 + 800a262 commit 275f6f1
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,25 @@ const config = {
{
title: "Community",
items: [
{
label: "Noteable Community",
href: "https://community.noteable.io",
},
{
label: "Twitter",
href: "https://twitter.com/noteable_io",
},
],
},
{
title: "More",
title: "Platform",
items: [
{
label: "App",
label: "Noteable App",
href: "https://app.noteable.io",
},
{
label: "Blog",
label: "Developer Blog",
to: "/blog",
},
{
Expand All @@ -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.`,
},
Expand Down

0 comments on commit 275f6f1

Please sign in to comment.