Skip to content

Commit 96cdca8

Browse files
Merge pull request #73 from Prajwal2006/navbar-changes
Move Blog, News and Release Notes out of the dropdown and place them on the navbar directly
2 parents 1bc120e + 3291ffe commit 96cdca8

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

docusaurus.config.js

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -343,23 +343,24 @@ const config = {
343343
],
344344
},
345345
{
346-
label: "Updates",
347-
position: "left",
348-
items: [
349-
{
350-
href: "/blog",
351-
label: "Blog",
352-
},
353-
{
354-
href: "/news",
355-
label: "News",
356-
},
357-
{
358-
href: "/release-notes",
359-
label: "Release Notes",
360-
}
361-
]
362-
},
346+
347+
label: "Blog",
348+
position: "right",
349+
to: "/blog",
350+
},
351+
{
352+
353+
label: "News",
354+
position: "right",
355+
to: "/news",
356+
},
357+
{
358+
359+
label: "Release Notes",
360+
position: "right",
361+
to: "/release-notes",
362+
},
363+
363364
],
364365
},
365366
footer: {

0 commit comments

Comments
 (0)