Skip to content

Commit

Permalink
Experiment-driven Update - Guides in main nav (#5686)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige authored Jun 21, 2024
2 parents 3c7a1ad + 2995648 commit 342f689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ var siteSettings = {
},
],
},
{
to: "/guides",
label: "Guides",
position: "left",
},
{
to: "reference/references-overview",
label: "Reference",
Expand All @@ -151,10 +156,6 @@ var siteSettings = {
label: "Best Practices",
to: "/best-practices",
},
{
label: "Guides",
to: "/guides",
},
{
label: "Developer Blog",
to: "/blog",
Expand Down
3 changes: 1 addition & 2 deletions website/src/components/expandable/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,4 @@

.expandableContainer {
margin-bottom: 5px; /* Adjust this value as needed to create space */
}

}

0 comments on commit 342f689

Please sign in to comment.