Skip to content

Commit

Permalink
Adding category links to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Oct 16, 2023
1 parent a4ad635 commit 1fd1b7a
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/docs/build/enhance-your-code.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Enhance your code"
description: "Learn how you can enhance your code"
pagination_next: "docs/build/project-variables"
pagination_prev: null
---

<div className="grid--2-col">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/build/enhance-your-models.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Enhance your models"
description: "Learn how you can enhance your models"
pagination_next: "docs/build/materializations"
pagination_prev: null
---

<div className="grid--2-col">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/build/organize-your-outputs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Organize your outputs"
description: "Learn how you can organize your outputs"
pagination_next: "docs/build/custom-schemas"
pagination_prev: null
---

<div className="grid--2-col">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-ide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "dbt Cloud IDE"
description: "Learn how to configure Git in dbt Cloud"
pagination_next: "docs/cloud/dbt-cloud-ide/develop-in-the-cloud"
pagination_prev: null
---

<div className="grid--2-col">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/cloud/git/git-configuration-in-dbt-cloud.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Git configuration in dbt Cloud"
description: "Learn about the Git providers supported in dbt Cloud"
pagination_next: "docs/cloud/git/import-a-project-by-git-url"
pagination_prev: null
---

<div className="grid--2-col">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/cloud/secure/secure-your-tenant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Secure your tenant"
description: "Learn how to secure your tenant for dbt Cloud"
pagination_next: "docs/cloud/secure/ip-restrictions"
pagination_prev: null
---

<div className="grid--3-col">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/collaborate/collaborate-with-others.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Collaborate with others"
description: "Learn how dbt Cloud makes it easier to collaborate with others"
pagination_next: "docs/collaborate/explore-projects"
pagination_prev: null
---

<div className="grid--2-col">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/dbt-cloud-apis/authentication.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Authentication"
description: "Learn how to authenticate with user tokens and service account tokens "
pagination_next: "docs/dbt-cloud-apis/user-tokens"
pagination_prev: null
---

<div className="grid--2-col">
Expand Down
8 changes: 8 additions & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const sidebarSettings = {
label: "Configure Git",
link: { type: "doc", id: "docs/cloud/git/git-configuration-in-dbt-cloud" },
items: [
"docs/cloud/git/git-configuration-in-dbt-cloud",
"docs/cloud/git/import-a-project-by-git-url",
"docs/cloud/git/connect-github",
"docs/cloud/git/connect-gitlab",
Expand All @@ -128,6 +129,7 @@ const sidebarSettings = {
id: "docs/cloud/dbt-cloud-ide/dbt-cloud-ide",
},
items: [
"docs/cloud/dbt-cloud-ide/dbt-cloud-ide",
"docs/cloud/dbt-cloud-ide/develop-in-the-cloud",
"docs/cloud/dbt-cloud-ide/ide-user-interface",
"docs/cloud/dbt-cloud-ide/lint-format",
Expand All @@ -139,6 +141,7 @@ const sidebarSettings = {
label: "Secure your tenant",
link: { type: "doc", id: "docs/cloud/secure/secure-your-tenant" },
items: [
"docs/cloud/secure/secure-your-tenant",
"docs/cloud/secure/ip-restrictions",
"docs/cloud/secure/about-privatelink",
"docs/cloud/secure/snowflake-privatelink",
Expand Down Expand Up @@ -315,6 +318,7 @@ const sidebarSettings = {
collapsed: true,
link: { type: "doc", id: "docs/build/enhance-your-models" },
items: [
"docs/build/enhance-your-models",
"docs/build/materializations",
"docs/build/incremental-models",
],
Expand All @@ -325,6 +329,7 @@ const sidebarSettings = {
collapsed: true,
link: { type: "doc", id: "docs/build/enhance-your-code" },
items: [
"docs/build/enhance-your-code",
"docs/build/project-variables",
"docs/build/environment-variables",
"docs/build/packages",
Expand All @@ -337,6 +342,7 @@ const sidebarSettings = {
collapsed: true,
link: { type: "doc", id: "docs/build/organize-your-outputs" },
items: [
"docs/build/organize-your-outputs",
"docs/build/custom-schemas",
"docs/build/custom-databases",
"docs/build/custom-aliases",
Expand Down Expand Up @@ -391,6 +397,7 @@ const sidebarSettings = {
label: "Collaborate with others",
link: { type: "doc", id: "docs/collaborate/collaborate-with-others" },
items: [
"docs/collaborate/collaborate-with-others",
"docs/collaborate/explore-projects",
{
type: "category",
Expand Down Expand Up @@ -463,6 +470,7 @@ const sidebarSettings = {
label: "Authentication",
link: { type: "doc", id: "docs/dbt-cloud-apis/authentication" },
items: [
"docs/dbt-cloud-apis/authentication",
"docs/dbt-cloud-apis/user-tokens",
"docs/dbt-cloud-apis/service-tokens",
],
Expand Down

0 comments on commit 1fd1b7a

Please sign in to comment.