Skip to content

Commit

Permalink
header change
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Aug 8, 2024
1 parent cc46d3b commit dc50a27
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,19 @@ const config: Config = {
]
},
{
href: "https://github.com/wandb/weave",
label: "GitHub",
position: "right",
position: "left",
label: "Open Source",
type: "dropdown",
items: [
{
href: "https://github.com/wandb/weave",
label: "GitHub",
},
{
href: "https://github.com/wandb/weave/releases",
label: "Release Changelog",
},
]
},
],
},
Expand Down

0 comments on commit dc50a27

Please sign in to comment.