Skip to content

Commit

Permalink
adjust ia based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Nov 28, 2023
1 parent 186174f commit 65937cd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/about-develop-dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: About developing in dbt
id: about-develop-dbt
description: "Learn how to develop your dbt projects using dbt Cloud."
sidebar_label: "About developing in dbt"
sidebar_label: "About developing in dbt"
pagination_next: "docs/cloud/about-cloud-develop-defer"
hide_table_of_contents: true
---
Expand Down
72 changes: 36 additions & 36 deletions website/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
const sidebarSettings = {
docs: [
"docs/introduction",
{
type: "link",
label: "Guides",
href: `/guides`,
},
{
type: "category",
label: "Supported data platforms",
Expand All @@ -27,42 +32,6 @@ const sidebarSettings = {
"docs/cloud/about-cloud/browsers",
],
}, // About dbt Cloud directory
{
type: "category",
label: "Develop with dbt Cloud",
collapsed: true,
link: { type: "doc", id: "docs/cloud/about-develop-dbt" },
items: [
"docs/cloud/about-develop-dbt",
"docs/cloud/about-cloud-develop-defer",
{
type: "category",
label: "dbt Cloud CLI",
collapsed: true,
link: { type: "doc", id: "docs/cloud/cloud-cli-installation" },
items: [
"docs/cloud/cloud-cli-installation",
"docs/cloud/configure-cloud-cli",
],
},
{
type: "category",
label: "dbt Cloud IDE",
link: { type: "doc", id: "docs/cloud/dbt-cloud-ide/develop-in-the-cloud" },
items: [
"docs/cloud/dbt-cloud-ide/develop-in-the-cloud",
"docs/cloud/dbt-cloud-ide/ide-user-interface",
"docs/cloud/dbt-cloud-ide/lint-format",
"docs/cloud/dbt-cloud-ide/dbt-cloud-tips",
],
},
],
},
{
type: "link",
label: "Guides",
href: `/guides`,
},
{
type: "category",
label: "Set up dbt",
Expand Down Expand Up @@ -250,6 +219,37 @@ const sidebarSettings = {
"docs/running-a-dbt-project/using-threads",
],
},
{
type: "category",
label: "Develop with dbt Cloud",
collapsed: true,
link: { type: "doc", id: "docs/cloud/about-develop-dbt" },
items: [
"docs/cloud/about-develop-dbt",
"docs/cloud/about-cloud-develop-defer",
{
type: "category",
label: "dbt Cloud CLI",
collapsed: true,
link: { type: "doc", id: "docs/cloud/cloud-cli-installation" },
items: [
"docs/cloud/cloud-cli-installation",
"docs/cloud/configure-cloud-cli",
],
},
{
type: "category",
label: "dbt Cloud IDE",
link: { type: "doc", id: "docs/cloud/dbt-cloud-ide/develop-in-the-cloud" },
items: [
"docs/cloud/dbt-cloud-ide/develop-in-the-cloud",
"docs/cloud/dbt-cloud-ide/ide-user-interface",
"docs/cloud/dbt-cloud-ide/lint-format",
"docs/cloud/dbt-cloud-ide/dbt-cloud-tips",
],
},
],
},
{
type: "category",
label: "Build dbt projects",
Expand Down

0 comments on commit 65937cd

Please sign in to comment.