Skip to content

Commit

Permalink
docs: re-organize top menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-p committed Jan 9, 2025
1 parent 4777802 commit 09387f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,10 @@ const config = {
},
items: [
{
href: "/",
label: "Docs",
to: "docs/",
position: "left",
},
{
type: "docsVersionDropdown",
position: "left",
dropdownActiveClassDisabled: true,
},
{ to: "blog", label: "Blog", position: "left" },
{
label: "Community & Resources",
Expand All @@ -89,18 +84,23 @@ const config = {
{
label: "Support",
href: "/support",
position: "right",
position: "left",
},
{
href: "/privacy-policy",
label: "Privacy Policy",
type: "docsVersionDropdown",
position: "right",
dropdownActiveClassDisabled: true,
},
{
href: "https://github.com/sponsors/deneb-viz",
label: "Sponsor",
position: "right",
},
{
href: "/privacy-policy",
label: "Privacy Policy",
position: "right",
},
{
href: "https://github.com/deneb-viz/deneb",
label: "GitHub",
Expand Down

0 comments on commit 09387f5

Please sign in to comment.