Skip to content

Commit

Permalink
config: Put Blog before Docs in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sniok committed Jun 25, 2024
1 parent 0e16c24 commit 0a2154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ const config: Config = {
label: "Home",
activeBaseRegex: `^\/$`,
},
{ to: "/blog", label: "Blog", position: "left" },
{
type: "docSidebar",
sidebarId: "mainSidebar",
position: "left",
label: "Docs",
},
{ to: "/blog", label: "Blog", position: "left" },
{
href: "https://kubernetes.slack.com/messages/headlamp",
label: "Slack",
Expand Down

0 comments on commit 0a2154b

Please sign in to comment.