Skip to content

Commit

Permalink
Experiment-driven update - Docs navigation (#5671)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock authored Jun 18, 2024
2 parents cbf6676 + 5b89ecb commit 73198e2
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,27 @@ var siteSettings = {
},
items: [
{
to: "/docs/introduction",
label: "Docs",
position: "left",
activeBaseRegex: "docs/(?!(dbt-cloud))",
items: [
{
label: "Product Docs",
to: "/docs/introduction",
activeBaseRegex: "docs/(?!(dbt-cloud))",
},
{
label: "API Docs",
to: "/docs/dbt-cloud-apis/overview",
},
{
label: "Best Practices",
to: "/best-practices",
},
{
label: "Release Notes",
to: "/docs/dbt-versions/dbt-cloud-release-notes",
},
],
},
{
to: "reference/references-overview",
Expand Down

0 comments on commit 73198e2

Please sign in to comment.