Skip to content

Commit

Permalink
fixing footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Feb 7, 2024
1 parent cc12eac commit a5f7d6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,27 +133,27 @@ const config = {
items: [
{
label: "Introduction",
to: "/docs/introduction/what-is-hubs",
to: "/introduction/what-is-hubs",
},
{
label: "Hubs Subscription",
to: "/docs/subscription/choosing-subscription",
to: "/subscription/choosing-subscription",
},
{
label: "Hubs Fundamentals",
to: "/docs/fundamentals/getting-started",
to: "/fundamentals/getting-started",
},
{
label: "For Creators",
to: "/docs/category/spoke",
to: "/category/spoke",
},
{
label: "For Developers",
to: "/docs/category/development-basics",
to: "/category/development-basics",
},
{
label: "Documentation Archive",
to: "/docs/archive/discord-bot",
to: "/archive/discord-bot",
},
],
},
Expand Down

0 comments on commit a5f7d6d

Please sign in to comment.