Skip to content

Commit

Permalink
fix: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Nov 17, 2024
1 parent ec829bb commit 138abae
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,25 @@ module.exports = {
srcDark: `img/${isSaas ? "acryl" : "datahub"}-logo-color-dark-horizontal.svg`,
},
items: [
{
type: "dropdown",
label: "Solutions",
position: "right",
items: [
{
to: "/solutions/discovery",
label: "Discovery",
},
{
to: "/solutions/observability",
label: "Observability",
},
{
to: "/solutions/governance",
label: "Governance",
},
]
},
{
type: "dropdown",
label: "Solutions",
position: "right",
items: [
{
to: "/solutions/discovery",
label: "Discovery",
},
{
to: "/solutions/observability",
label: "Observability",
},
{
to: "/solutions/governance",
label: "Governance",
},
]
},
{
to: "/cloud",
activeBasePath: "cloud",
Expand Down

0 comments on commit 138abae

Please sign in to comment.