From 71f6595f9a6f3654bf8aaee837c456df6fe86e32 Mon Sep 17 00:00:00 2001 From: Daniel Karnutsch Date: Wed, 8 Jan 2025 17:09:04 +0100 Subject: [PATCH] Docs: Add Storybook to Navbar, Move GitHub to Navbar (#3043) --- docs/docusaurus.config.js | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index cb4c050fa9..6048a9dd10 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -52,21 +52,20 @@ const config = { position: "left", label: "Docs", }, + { + href: "https://storybook.comet-dxp.com/", + position: "right", + label: "Storybook", + }, + { + href: "https://github.com/vivid-planet/comet", + position: "right", + label: "GitHub", + }, ], }, footer: { style: "dark", - links: [ - { - title: "More", - items: [ - { - label: "GitHub", - href: "https://github.com/vivid-planet/comet", - }, - ], - }, - ], copyright: `Copyright © ${new Date().getFullYear()} Vivid Planet Software GmbH. Built with Docusaurus.`, }, prism: {