Skip to content

Commit

Permalink
Docs: Add Storybook to Navbar, Move GitHub to Navbar (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarnutsch authored Jan 8, 2025
1 parent cf1a829 commit 71f6595
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 71f6595

Please sign in to comment.