Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Nov 28, 2023
1 parent b6a6277 commit c6e444f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 33 deletions.
18 changes: 3 additions & 15 deletions website/docs/docs/cloud/about-develop-dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ id: about-develop-dbt
description: "Learn how to develop your dbt projects using dbt Cloud."
sidebar_label: "About developing in dbt"
pagination_next: "docs/cloud/about-cloud-develop-defer"
hide_table_of_contents: false
hide_table_of_contents: true
---

Develop dbt projects using dbt Cloud or dbt Core. There are a few key differences between the two options:
Develop dbt projects using dbt Cloud, which offers a fast and reliable way to work on your dbt project. It runs dbt Core in a hosted (single or multi-tenant) environment.

## dbt Cloud

- dbt Cloud offers a fast and reliable way to work on your dbt project. It runs dbt Core in a hosted (single or multi-tenant) environment.
- You can develop in your browser using an integrated development environment (IDE) or in a dbt Cloud-powered command line interface (CLI).
You can develop in your browser using an integrated development environment (IDE) or in a dbt Cloud-powered command line interface (CLI).

<div className="grid--2-col" >

Expand All @@ -31,12 +28,3 @@ Develop dbt projects using dbt Cloud or dbt Core. There are a few key difference
</div><br />

To get started with dbt development, you'll need a [dbt Cloud](https://www.getdbt.com/signup) account and developer seat. For a more comprehensive guide about developing in dbt, refer to our [quickstart guides](/guides).

## dbt Core

- Install dbt Core, the open-sourced version of dbt, on your local machine to develop your dbt project locally.
- You can install dbt Core on the command line with pip install, Homebrew, Docker image, or from source. For more information, see [About dbt Core installation](/docs/core/installation-overview).

---------
**Note**: The dbt Cloud CLI and the open-sourced dbt Core are both command line tools that let you run dbt commands. The key distinction is the dbt Cloud CLI is tailored for dbt Cloud's infrastructure and integrates with all its [features](/docs/cloud/about-cloud/dbt-cloud-features).

36 changes: 18 additions & 18 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,9 @@ const sidebarSettings = {
"docs/cloud/about-cloud/browsers",
],
}, // About dbt Cloud directory
{
type: "link",
label: "Guides",
href: `/guides`,
},
{
type: "category",
label: "Develop with dbt",
label: "Develop with dbt Cloud",
collapsed: true,
link: { type: "doc", id: "docs/cloud/about-develop-dbt" },
items: [
Expand All @@ -61,20 +56,13 @@ const sidebarSettings = {
"docs/cloud/dbt-cloud-ide/dbt-cloud-tips",
],
},
{
type: "category",
label: "dbt Core",
link: { type: "doc", id: "docs/core/installation-overview", },
items: [
"docs/core/installation-overview",
"docs/core/homebrew-install",
"docs/core/pip-install",
"docs/core/docker-install",
"docs/core/source-install",
],
},
],
},
{
type: "link",
label: "Guides",
href: `/guides`,
},
{
type: "category",
label: "Set up dbt",
Expand Down Expand Up @@ -190,6 +178,18 @@ const sidebarSettings = {
items: [
"docs/core/about-core-setup",
"docs/core/dbt-core-environments",
{
type: "category",
label: "Install dbt Core",
link: { type: "doc", id: "docs/core/installation-overview", },
items: [
"docs/core/installation-overview",
"docs/core/homebrew-install",
"docs/core/pip-install",
"docs/core/docker-install",
"docs/core/source-install",
],
},
{
type: "category",
label: "Connect data platform",
Expand Down

0 comments on commit c6e444f

Please sign in to comment.