We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bc120e + 3291ffe commit 96cdca8Copy full SHA for 96cdca8
docusaurus.config.js
@@ -343,23 +343,24 @@ const config = {
343
],
344
},
345
{
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
+
+ label: "Blog",
+ position: "right",
+ to: "/blog",
+ },
+ {
+ label: "News",
+ to: "/news",
+ label: "Release Notes",
+ to: "/release-notes",
363
364
365
366
footer: {
0 commit comments