diff --git a/website/docs/docs/about-setup.md b/website/docs/docs/about-setup.md
index 3fb868b8448..e3042db3309 100644
--- a/website/docs/docs/about-setup.md
+++ b/website/docs/docs/about-setup.md
@@ -3,6 +3,8 @@ title: About dbt setup
id: about-setup
description: "About setup of dbt Core and Cloud"
sidebar_label: "About dbt setup"
+pagination_next: "docs/environments-in-dbt"
+pagination_prev: null
---
dbt compiles and runs your analytics code against your data platform, enabling you and your team to collaborate on a single source of truth for metrics, insights, and business definitions. There are two options for deploying dbt:
diff --git a/website/docs/docs/build/about-metricflow.md b/website/docs/docs/build/about-metricflow.md
index 68879911597..b1d226bc957 100644
--- a/website/docs/docs/build/about-metricflow.md
+++ b/website/docs/docs/build/about-metricflow.md
@@ -4,6 +4,8 @@ id: about-metricflow
description: "Learn more about MetricFlow and its key concepts"
sidebar_label: About MetricFlow
tags: [Metrics, Semantic Layer]
+pagination_next: "docs/build/join-logic"
+pagination_prev: null
---
This guide introduces MetricFlow's fundamental ideas for new users. MetricFlow, which powers the dbt Semantic Layer, helps you define and manage the logic for your company's metrics. It's an opinionated set of abstractions and helps data consumers retrieve metric datasets from a data platform quickly and efficiently.
diff --git a/website/docs/docs/build/analyses.md b/website/docs/docs/build/analyses.md
index cd74c2e052d..74b138ac67a 100644
--- a/website/docs/docs/build/analyses.md
+++ b/website/docs/docs/build/analyses.md
@@ -2,6 +2,7 @@
title: "Analyses"
description: "Read this tutorial to learn how to use custom analyses when building in dbt."
id: "analyses"
+pagination_next: null
---
## Overview
diff --git a/website/docs/docs/build/build-metrics-intro.md b/website/docs/docs/build/build-metrics-intro.md
index a6fab61d576..a405737c99f 100644
--- a/website/docs/docs/build/build-metrics-intro.md
+++ b/website/docs/docs/build/build-metrics-intro.md
@@ -5,6 +5,8 @@ description: "Learn about MetricFlow and build your metrics with semantic models
sidebar_label: Build your metrics
tags: [Metrics, Semantic Layer, Governance]
hide_table_of_contents: true
+pagination_next: "docs/build/sl-getting-started"
+pagination_prev: null
---
Use MetricFlow in dbt to centrally define your metrics. As a key component of the [dbt Semantic Layer](/docs/use-dbt-semantic-layer/dbt-sl), MetricFlow is responsible for SQL query construction and defining specifications for dbt semantic models and metrics.
diff --git a/website/docs/docs/build/custom-schemas.md b/website/docs/docs/build/custom-schemas.md
index ad9fe997483..b20d4130725 100644
--- a/website/docs/docs/build/custom-schemas.md
+++ b/website/docs/docs/build/custom-schemas.md
@@ -1,6 +1,7 @@
---
title: "Custom schemas"
id: "custom-schemas"
+pagination_next: "docs/build/custom-databases"
---
By default, all dbt models are built in the schema specified in your target. In dbt projects with lots of models, it may be useful to instead build some models in schemas other than your target schema – this can help logically group models together.
diff --git a/website/docs/docs/build/custom-target-names.md b/website/docs/docs/build/custom-target-names.md
index 4e14f36b784..ac7036de572 100644
--- a/website/docs/docs/build/custom-target-names.md
+++ b/website/docs/docs/build/custom-target-names.md
@@ -2,7 +2,7 @@
title: "Custom target names"
id: "custom-target-names"
description: "You can define a custom target name for any dbt Cloud job to correspond to settings in your dbt project."
-
+pagination_next: null
---
## dbt Cloud Scheduler
diff --git a/website/docs/docs/build/enhance-your-code.md b/website/docs/docs/build/enhance-your-code.md
new file mode 100644
index 00000000000..5f2d48f6f5a
--- /dev/null
+++ b/website/docs/docs/build/enhance-your-code.md
@@ -0,0 +1,38 @@
+---
+title: "Enhance your code"
+description: "Learn how you can enhance your code"
+pagination_next: "docs/build/project-variables"
+pagination_prev: null
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/build/enhance-your-models.md b/website/docs/docs/build/enhance-your-models.md
new file mode 100644
index 00000000000..46e7fa74353
--- /dev/null
+++ b/website/docs/docs/build/enhance-your-models.md
@@ -0,0 +1,23 @@
+---
+title: "Enhance your models"
+description: "Learn how you can enhance your models"
+pagination_next: "docs/build/materializations"
+pagination_prev: null
+---
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/build/materializations.md b/website/docs/docs/build/materializations.md
index ae75b575d5f..79fe2e1b7c5 100644
--- a/website/docs/docs/build/materializations.md
+++ b/website/docs/docs/build/materializations.md
@@ -2,6 +2,7 @@
title: "Materializations"
description: "Read this tutorial to learn how to use materializations when building in dbt."
id: "materializations"
+pagination_next: "docs/build/incremental-models"
---
## Overview
diff --git a/website/docs/docs/build/metrics-overview.md b/website/docs/docs/build/metrics-overview.md
index 8761901dc59..81af149a7d9 100644
--- a/website/docs/docs/build/metrics-overview.md
+++ b/website/docs/docs/build/metrics-overview.md
@@ -4,6 +4,7 @@ id: metrics-overview
description: "Metrics can be defined in the same or separate YAML files from semantic models within the same dbt project repo."
sidebar_label: "Creating metrics"
tags: [Metrics, Semantic Layer]
+pagination_next: "docs/build/cumulative"
---
Once you've created your semantic models, it's time to start adding metrics! Metrics can be defined in the same YAML files as your semantic models, or split into separate YAML files into any other subdirectories (provided that these subdirectories are also within the same dbt project repo)
diff --git a/website/docs/docs/build/models.md b/website/docs/docs/build/models.md
index e0683158e6d..d10eb5ed01a 100644
--- a/website/docs/docs/build/models.md
+++ b/website/docs/docs/build/models.md
@@ -2,6 +2,8 @@
title: "About dbt models"
description: "Read this tutorial to learn how to use models when building in dbt."
id: "models"
+pagination_next: "docs/build/sql-models"
+pagination_prev: null
---
## Overview
diff --git a/website/docs/docs/build/organize-your-outputs.md b/website/docs/docs/build/organize-your-outputs.md
new file mode 100644
index 00000000000..ad5efeda1c7
--- /dev/null
+++ b/website/docs/docs/build/organize-your-outputs.md
@@ -0,0 +1,38 @@
+---
+title: "Organize your outputs"
+description: "Learn how you can organize your outputs"
+pagination_next: "docs/build/custom-schemas"
+pagination_prev: null
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/build/project-variables.md b/website/docs/docs/build/project-variables.md
index a69132d6a3b..1fe45b18ac0 100644
--- a/website/docs/docs/build/project-variables.md
+++ b/website/docs/docs/build/project-variables.md
@@ -1,6 +1,7 @@
---
title: "Project variables"
id: "project-variables"
+pagination_next: "docs/build/environment-variables"
---
dbt provides a mechanism, [variables](/reference/dbt-jinja-functions/var), to provide data to models for
diff --git a/website/docs/docs/build/projects.md b/website/docs/docs/build/projects.md
index 0d7dd889fa6..b4b04e3334d 100644
--- a/website/docs/docs/build/projects.md
+++ b/website/docs/docs/build/projects.md
@@ -1,6 +1,8 @@
---
title: "About dbt projects"
id: "projects"
+pagination_next: null
+pagination_prev: null
---
A dbt project informs dbt about the context of your project and how to transform your data (build your data sets). By design, dbt enforces the top-level structure of a dbt project such as the `dbt_project.yml` file, the `models` directory, the `snapshots` directory, and so on. Within the directories of the top-level, you can organize your project in any way that meets the needs of your organization and data pipeline.
diff --git a/website/docs/docs/build/semantic-models.md b/website/docs/docs/build/semantic-models.md
index 3341f49609a..226c138b545 100644
--- a/website/docs/docs/build/semantic-models.md
+++ b/website/docs/docs/build/semantic-models.md
@@ -6,6 +6,7 @@ keywords:
- dbt metrics layer
sidebar_label: Semantic models
tags: [Metrics, Semantic Layer]
+pagination_next: "docs/build/dimensions"
---
Semantic models are the foundation for data definition in MetricFlow, which powers the dbt Semantic Layer:
diff --git a/website/docs/docs/build/simple.md b/website/docs/docs/build/simple.md
index 7022ca9d007..1803e952a69 100644
--- a/website/docs/docs/build/simple.md
+++ b/website/docs/docs/build/simple.md
@@ -4,6 +4,7 @@ id: simple
description: "Use simple metrics to directly reference a single measure."
sidebar_label: Simple
tags: [Metrics, Semantic Layer]
+pagination_next: null
---
Simple metrics are metrics that directly reference a single measure, without any additional measures involved. They are aggregations over a column in your data platform and can be filtered by one or multiple dimensions.
diff --git a/website/docs/docs/cloud/about-cloud-setup.md b/website/docs/docs/cloud/about-cloud-setup.md
index baa2465472e..d65c2aead2c 100644
--- a/website/docs/docs/cloud/about-cloud-setup.md
+++ b/website/docs/docs/cloud/about-cloud-setup.md
@@ -3,6 +3,8 @@ title: About dbt Cloud setup
id: about-cloud-setup
description: "Configuration settings for dbt Cloud."
sidebar_label: "About dbt Cloud setup"
+pagination_next: "docs/dbt-cloud-environments"
+pagination_prev: null
---
dbt Cloud is the fastest and most reliable way to deploy your dbt jobs. It contains a myriad of settings that can be configured by admins, from the necessities (data platform integration) to security enhancements (SSO) and quality-of-life features (RBAC). This portion of our documentation will take you through the various settings found by clicking on the gear icon in the dbt Cloud UI, including:
diff --git a/website/docs/docs/cloud/about-cloud/dbt-cloud-features.md b/website/docs/docs/cloud/about-cloud/about-dbt-cloud.md
similarity index 98%
rename from website/docs/docs/cloud/about-cloud/dbt-cloud-features.md
rename to website/docs/docs/cloud/about-cloud/about-dbt-cloud.md
index f1d8b32cdb1..67ad9778fe1 100644
--- a/website/docs/docs/cloud/about-cloud/dbt-cloud-features.md
+++ b/website/docs/docs/cloud/about-cloud/about-dbt-cloud.md
@@ -4,6 +4,8 @@ id: "dbt-cloud-features"
sidebar_label: "dbt Cloud features"
description: "Explore dbt Cloud's features and learn why dbt Cloud is the fastest way to deploy dbt"
hide_table_of_contents: true
+pagination_next: "docs/cloud/about-cloud/architecture"
+pagination_prev: null
---
dbt Cloud is the fastest and most reliable way to deploy dbt. Develop, test, schedule, document, and investigate data models all in one browser-based UI. In addition to providing a hosted architecture for running dbt across your organization, dbt Cloud comes equipped with turnkey support for scheduling jobs, CI/CD, hosting documentation, monitoring & alerting, and an integrated development environment (IDE).
diff --git a/website/docs/docs/cloud/about-cloud/browsers.md b/website/docs/docs/cloud/about-cloud/browsers.md
index 2fc5a8b4b4d..12665bc7b72 100644
--- a/website/docs/docs/cloud/about-cloud/browsers.md
+++ b/website/docs/docs/cloud/about-cloud/browsers.md
@@ -2,6 +2,7 @@
title: "Supported browsers"
id: "browsers"
description: "dbt Cloud supports the latest browsers like Chrome and Firefox."
+pagination_next: null
---
To have the best experience with dbt Cloud, we recommend using the latest versions of the following browsers:
diff --git a/website/docs/docs/cloud/billing.md b/website/docs/docs/cloud/billing.md
index 61251f6e41d..f84bdeda87e 100644
--- a/website/docs/docs/cloud/billing.md
+++ b/website/docs/docs/cloud/billing.md
@@ -3,6 +3,8 @@ title: "Billing"
id: billing
description: "dbt Cloud billing information."
sidebar_label: Billing
+pagination_next: null
+pagination_prev: null
---
dbt Cloud offers a variety of [plans and pricing](https://www.getdbt.com/pricing/) to fit your organization’s needs. With flexible billing options that appeal to large enterprises and small businesses and [server availability](/docs/cloud/about-cloud/regions-ip-addresses) worldwide, dbt Cloud is the fastest and easiest way to begin transforming your data.
diff --git a/website/docs/docs/cloud/connect-data-platform/about-connections.md b/website/docs/docs/cloud/connect-data-platform/about-connections.md
index 5d5a903b346..1fe89c7273c 100644
--- a/website/docs/docs/cloud/connect-data-platform/about-connections.md
+++ b/website/docs/docs/cloud/connect-data-platform/about-connections.md
@@ -3,6 +3,8 @@ title: "About data platform connections"
id: about-connections
description: "Information about data platform connections"
sidebar_label: "About data platform connections"
+pagination_next: "docs/cloud/connect-data-platform/connect-starburst-trino"
+pagination_prev: null
---
dbt Cloud can connect with a variety of data platform providers including:
- [Amazon Redshift](/docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb)
diff --git a/website/docs/docs/cloud/connect-data-platform/connect-apache-spark.md b/website/docs/docs/cloud/connect-data-platform/connect-apache-spark.md
index 670b628547b..0186d821a54 100644
--- a/website/docs/docs/cloud/connect-data-platform/connect-apache-spark.md
+++ b/website/docs/docs/cloud/connect-data-platform/connect-apache-spark.md
@@ -3,6 +3,7 @@ title: "Connect Apache Spark"
id: connect-apache-spark
description: "Setup instructions for connecting Apache Spark to dbt Cloud"
sidebar_label: "Connect Apache Spark"
+pagination_next: null
---
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-ide.md b/website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-ide.md
new file mode 100644
index 00000000000..3c41432bc62
--- /dev/null
+++ b/website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-ide.md
@@ -0,0 +1,37 @@
+---
+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
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-tips.md b/website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-tips.md
index cfae00b960e..ab9c3b9f956 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-tips.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/dbt-cloud-tips.md
@@ -3,6 +3,7 @@ title: "Tips and tricks"
id: dbt-cloud-tips
description: "Check out any dbt Cloud and IDE-related tips."
sidebar_label: "Tips and tricks"
+pagination_next: null
---
# dbt Cloud tips
diff --git a/website/docs/docs/cloud/dbt-cloud-ide/develop-in-the-cloud.md b/website/docs/docs/cloud/dbt-cloud-ide/develop-in-the-cloud.md
index c55e67cf93e..f0c011659f9 100644
--- a/website/docs/docs/cloud/dbt-cloud-ide/develop-in-the-cloud.md
+++ b/website/docs/docs/cloud/dbt-cloud-ide/develop-in-the-cloud.md
@@ -4,6 +4,8 @@ id: develop-in-the-cloud
description: "Develop, test, run, and build in the Cloud IDE. With the Cloud IDE, you can compile dbt code into SQL and run it against your database directly"
sidebar_label: Develop in the IDE
tags: [IDE]
+pagination_next: "docs/cloud/dbt-cloud-ide/ide-user-interface"
+pagination_prev: null
---
The dbt Cloud integrated development environment (IDE) is a single interface for building, testing, running, and version-controlling dbt projects from your browser. With the Cloud IDE, you can compile dbt code into SQL and run it against your database directly.
diff --git a/website/docs/docs/cloud/git/authenticate-azure.md b/website/docs/docs/cloud/git/authenticate-azure.md
index 03020ccca73..8f1361043ce 100644
--- a/website/docs/docs/cloud/git/authenticate-azure.md
+++ b/website/docs/docs/cloud/git/authenticate-azure.md
@@ -3,6 +3,7 @@ title: "Authenticate with Azure DevOps"
id: "authenticate-azure"
description: "dbt Cloud developers need to authenticate with Azure DevOps."
sidebar_label: "Authenticate with Azure DevOps"
+pagination_next: null
---
diff --git a/website/docs/docs/cloud/git/connect-azure-devops.md b/website/docs/docs/cloud/git/connect-azure-devops.md
index bc5bb81dd24..ebbb356969f 100644
--- a/website/docs/docs/cloud/git/connect-azure-devops.md
+++ b/website/docs/docs/cloud/git/connect-azure-devops.md
@@ -1,6 +1,7 @@
---
title: "Connect to Azure DevOps"
id: "connect-azure-devops"
+pagination_next: "docs/cloud/git/setup-azure"
---
diff --git a/website/docs/docs/cloud/git/git-configuration-in-dbt-cloud.md b/website/docs/docs/cloud/git/git-configuration-in-dbt-cloud.md
new file mode 100644
index 00000000000..fb8c0186236
--- /dev/null
+++ b/website/docs/docs/cloud/git/git-configuration-in-dbt-cloud.md
@@ -0,0 +1,37 @@
+---
+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
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
index ba53baa33ea..83846bb1f0b 100644
--- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md
+++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md
@@ -1,6 +1,8 @@
---
title: "Import a project by git URL"
id: "import-a-project-by-git-url"
+pagination_next: "docs/cloud/git/connect-github"
+pagination_prev: null
---
In dbt Cloud, you can import a git repository from any valid git URL that points to a dbt project. There are some important considerations to keep in mind when doing this.
diff --git a/website/docs/docs/cloud/manage-access/about-access.md b/website/docs/docs/cloud/manage-access/about-access.md
index f9f97bc555d..d394c79baa3 100644
--- a/website/docs/docs/cloud/manage-access/about-access.md
+++ b/website/docs/docs/cloud/manage-access/about-access.md
@@ -2,6 +2,8 @@
title: "About user access in dbt Cloud"
description: "Learn how dbt Cloud administrators can use dbt Cloud's permissioning model to control user-level access in a dbt Cloud account."
id: "about-user-access"
+pagination_next: "docs/cloud/manage-access/seats-and-users"
+pagination_prev: null
---
:::info "User access" is not "Model access"
diff --git a/website/docs/docs/cloud/manage-access/audit-log.md b/website/docs/docs/cloud/manage-access/audit-log.md
index 98bf660b259..b90bceef570 100644
--- a/website/docs/docs/cloud/manage-access/audit-log.md
+++ b/website/docs/docs/cloud/manage-access/audit-log.md
@@ -3,6 +3,8 @@ title: "The audit log for dbt Cloud Enterprise"
id: audit-log
description: "You can troubleshoot possible issues and provide security audits by reviewing event activity in your organization."
sidebar_label: "Audit log"
+pagination_next: null
+pagination_prev: "docs/cloud/manage-access/about-user-access"
---
To review actions performed by people in your organization, dbt provides logs of audited user and system events in real time. The audit log appears as events happen and includes details such as who performed the action, what the action was, and when it was performed. You can use these details to troubleshoot access issues, perform security audits, or analyze specific events.
diff --git a/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md b/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md
index 04dfbe093c3..1337bf15ff1 100644
--- a/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md
+++ b/website/docs/docs/cloud/manage-access/cloud-seats-and-users.md
@@ -3,6 +3,8 @@ title: "Users and licenses"
description: "Learn how dbt Cloud administrators can use licenses and seats to control access in a dbt Cloud account."
id: "seats-and-users"
sidebar: "Users and licenses"
+pagination_next: "docs/cloud/manage-access/self-service-permissions"
+pagination_prev: null
---
In dbt Cloud, _licenses_ are used to allocate users to your account. There are three different types of licenses in dbt Cloud:
diff --git a/website/docs/docs/cloud/manage-access/enterprise-permissions.md b/website/docs/docs/cloud/manage-access/enterprise-permissions.md
index 5bf3623b105..bcd6a324e6e 100644
--- a/website/docs/docs/cloud/manage-access/enterprise-permissions.md
+++ b/website/docs/docs/cloud/manage-access/enterprise-permissions.md
@@ -3,6 +3,7 @@ title: "Enterprise permissions"
id: "enterprise-permissions"
description: "Permission sets for Enterprise plans."
hide_table_of_contents: true #For the sake of the tables on this page
+pagination_next: null
---
import Permissions from '/snippets/_enterprise-permissions-table.md';
diff --git a/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md b/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md
index 73de602e2ba..1b8f9ea7357 100644
--- a/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md
+++ b/website/docs/docs/cloud/manage-access/set-up-bigquery-oauth.md
@@ -2,6 +2,7 @@
title: "Set up BigQuery OAuth"
description: "Learn how dbt Cloud administrators can use BigQuery OAuth to control access in a dbt Cloud account"
id: "set-up-bigquery-oauth"
+pagination_next: null
---
:::info Enterprise Feature
diff --git a/website/docs/docs/cloud/manage-access/sso-overview.md b/website/docs/docs/cloud/manage-access/sso-overview.md
index 7e44859c73a..f613df7907e 100644
--- a/website/docs/docs/cloud/manage-access/sso-overview.md
+++ b/website/docs/docs/cloud/manage-access/sso-overview.md
@@ -1,7 +1,8 @@
---
-title: "SSO Overview"
+title: "Single sign-on (SSO) Overview"
id: "sso-overview"
-
+pagination_next: "docs/cloud/manage-access/set-up-sso-saml-2.0"
+pagination_prev: null
---
This overview explains how users are provisioned in dbt Cloud via Single Sign-On (SSO).
diff --git a/website/docs/docs/cloud/secure/databricks-privatelink.md b/website/docs/docs/cloud/secure/databricks-privatelink.md
index c136cd8a0f9..a2c9e208459 100644
--- a/website/docs/docs/cloud/secure/databricks-privatelink.md
+++ b/website/docs/docs/cloud/secure/databricks-privatelink.md
@@ -3,6 +3,7 @@ title: "Configuring Databricks PrivateLink"
id: databricks-privatelink
description: "Configuring PrivateLink for Databricks"
sidebar_label: "PrivateLink for Databricks"
+pagination_next: null
---
The following steps will walk you through the setup of a Databricks AWS PrivateLink endpoint in the dbt Cloud multi-tenant environment.
diff --git a/website/docs/docs/cloud/secure/ip-restrictions.md b/website/docs/docs/cloud/secure/ip-restrictions.md
index 237de991c02..093d2a1c876 100644
--- a/website/docs/docs/cloud/secure/ip-restrictions.md
+++ b/website/docs/docs/cloud/secure/ip-restrictions.md
@@ -3,6 +3,8 @@ title: "Configuring IP restrictions"
id: ip-restrictions
description: "Configuring IP restrictions to outside traffic from accessing your dbt Cloud environment"
sidebar_label: "IP restrictions"
+pagination_next: "docs/cloud/secure/about-privatelink"
+pagination_prev: null
---
import SetUpPages from '/snippets/_available-tiers-iprestrictions.md';
diff --git a/website/docs/docs/cloud/secure/secure-your-tenant.md b/website/docs/docs/cloud/secure/secure-your-tenant.md
new file mode 100644
index 00000000000..95cb8adffba
--- /dev/null
+++ b/website/docs/docs/cloud/secure/secure-your-tenant.md
@@ -0,0 +1,49 @@
+---
+title: "Secure your tenant"
+description: "Learn how to secure your tenant for dbt Cloud"
+pagination_next: "docs/cloud/secure/ip-restrictions"
+pagination_prev: null
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/collaborate/cloud-build-and-view-your-docs.md b/website/docs/docs/collaborate/cloud-build-and-view-your-docs.md
index 36f4781bfde..a54b8fcdc2b 100644
--- a/website/docs/docs/collaborate/cloud-build-and-view-your-docs.md
+++ b/website/docs/docs/collaborate/cloud-build-and-view-your-docs.md
@@ -2,6 +2,7 @@
title: "Build and view your docs with dbt Cloud"
id: "build-and-view-your-docs"
description: "Automatically generate project documentation as you run jobs."
+pagination_next: null
---
dbt enables you to generate documentation for your project and data warehouse, and renders the documentation in a website. For more information, see [Documentation](/docs/collaborate/documentation).
diff --git a/website/docs/docs/collaborate/collaborate-with-others.md b/website/docs/docs/collaborate/collaborate-with-others.md
new file mode 100644
index 00000000000..7875a8044b6
--- /dev/null
+++ b/website/docs/docs/collaborate/collaborate-with-others.md
@@ -0,0 +1,38 @@
+---
+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
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/collaborate/documentation.md b/website/docs/docs/collaborate/documentation.md
index 429b5187152..0fa00c7cca2 100644
--- a/website/docs/docs/collaborate/documentation.md
+++ b/website/docs/docs/collaborate/documentation.md
@@ -2,6 +2,8 @@
title: "About documentation"
description: "Learn how good documentation for your dbt models helps stakeholders discover and understand your datasets."
id: "documentation"
+pagination_next: "docs/collaborate/build-and-view-your-docs"
+pagination_prev: null
---
## Related documentation
diff --git a/website/docs/docs/collaborate/explore-projects.md b/website/docs/docs/collaborate/explore-projects.md
index 683ce754b8a..b041cd0c915 100644
--- a/website/docs/docs/collaborate/explore-projects.md
+++ b/website/docs/docs/collaborate/explore-projects.md
@@ -2,6 +2,8 @@
title: "Explore your dbt projects"
sidebar_label: "Explore dbt projects"
description: "Learn about dbt Explorer and how to interact with it to understand, improve, and leverage your data pipelines."
+pagination_next: null
+pagination_prev: null
---
With dbt Explorer, you can view your project's [resources](/docs/build/projects) (such as models, tests, and metrics) and their lineage to gain a better understanding of its latest production state. Navigate and manage your projects within dbt Cloud to help you and other data developers, analysts, and consumers discover and leverage your dbt resources.
diff --git a/website/docs/docs/collaborate/git-version-control.md b/website/docs/docs/collaborate/git-version-control.md
index 3825cf5fa88..392e2c3baa5 100644
--- a/website/docs/docs/collaborate/git-version-control.md
+++ b/website/docs/docs/collaborate/git-version-control.md
@@ -3,6 +3,8 @@ title: "About git"
id: git-version-control
description: "Git overview"
sidebar_label: "About git"
+pagination_next: "docs/collaborate/git/version-control-basics"
+pagination_prev: null
---
A [version control](https://en.wikipedia.org/wiki/Version_control) system allows you and your teammates to work collaboratively, safely, and simultaneously on a single project. Version control helps you track all the code changes made in your dbt project.
diff --git a/website/docs/docs/collaborate/git/merge-conflicts.md b/website/docs/docs/collaborate/git/merge-conflicts.md
index b109cacb511..c3c19b1e2a1 100644
--- a/website/docs/docs/collaborate/git/merge-conflicts.md
+++ b/website/docs/docs/collaborate/git/merge-conflicts.md
@@ -1,6 +1,7 @@
---
title: "Merge conflicts"
id: "merge-conflicts"
+pagination_next: null
---
[Merge conflicts](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts) in the [dbt Cloud IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud) often occur when multiple users are simultaneously making edits to the same section in the same file. This makes it difficult for Git to decide what changes to incorporate in the final merge.
diff --git a/website/docs/docs/collaborate/govern/about-model-governance.md b/website/docs/docs/collaborate/govern/about-model-governance.md
index efeb2836bc6..bbc430845d2 100644
--- a/website/docs/docs/collaborate/govern/about-model-governance.md
+++ b/website/docs/docs/collaborate/govern/about-model-governance.md
@@ -2,6 +2,8 @@
title: "About model governance"
id: about-model-governance
description: "Information about new features related to model governance"
+pagination_next: "docs/collaborate/govern/model-access"
+pagination_prev: null
---
diff --git a/website/docs/docs/collaborate/govern/project-dependencies.md b/website/docs/docs/collaborate/govern/project-dependencies.md
index 7785e428678..68115aded30 100644
--- a/website/docs/docs/collaborate/govern/project-dependencies.md
+++ b/website/docs/docs/collaborate/govern/project-dependencies.md
@@ -3,6 +3,7 @@ title: "Project dependencies"
id: project-dependencies
sidebar_label: "Project dependencies"
description: "Reference public models across dbt projects"
+pagination_next: null
---
:::caution Closed Beta - dbt Cloud Enterprise
diff --git a/website/docs/docs/contribute-core-adapters.md b/website/docs/docs/contribute-core-adapters.md
index 6e66a5d28ff..553361ee1a2 100644
--- a/website/docs/docs/contribute-core-adapters.md
+++ b/website/docs/docs/contribute-core-adapters.md
@@ -1,6 +1,7 @@
---
title: "Contribute to adapters"
id: "contribute-core-adapters"
+pagination_next: null
---
The dbt Community exists to allow analytics practitioners share their knowledge, help others and collectively to drive forward the discipline of analytics engineering. There are opportunities here for everyone to contribute whether you're at the beginning your analytics engineering journey or you are a seasoned data professional.
diff --git a/website/docs/docs/core/about-core-setup.md b/website/docs/docs/core/about-core-setup.md
index 0408e529b2d..d119a10f8b4 100644
--- a/website/docs/docs/core/about-core-setup.md
+++ b/website/docs/docs/core/about-core-setup.md
@@ -3,6 +3,8 @@ title: About dbt Core setup
id: about-core-setup
description: "Configuration settings for dbt Core."
sidebar_label: "About dbt Core setup"
+pagination_next: "docs/core/about-the-cli"
+pagination_prev: null
---
dbt Core is an [open-source](https://github.com/dbt-labs/dbt-core) tool that enables data teams to transform data using analytics engineering best practices. You can install dbt locally in your environment and use dbt Core on the command line. It can communicate with databases through adapters.
diff --git a/website/docs/docs/core/connect-data-platform/about-core-connections.md b/website/docs/docs/core/connect-data-platform/about-core-connections.md
index 802e197514c..a85a32cc031 100644
--- a/website/docs/docs/core/connect-data-platform/about-core-connections.md
+++ b/website/docs/docs/core/connect-data-platform/about-core-connections.md
@@ -4,6 +4,8 @@ id: "about-core-connections"
description: "Information about data platform connections in dbt Core"
sidebar_label: "About data platform connections in dbt Core"
hide_table_of_contents: true
+pagination_next: "docs/core/connect-data-platform/profiles.yml"
+pagination_prev: null
---
dbt Core can connect with a variety of data platform providers including:
diff --git a/website/docs/docs/core/connect-data-platform/upsolver-setup.md b/website/docs/docs/core/connect-data-platform/upsolver-setup.md
index 68cfa3045cd..6b2f410fc07 100644
--- a/website/docs/docs/core/connect-data-platform/upsolver-setup.md
+++ b/website/docs/docs/core/connect-data-platform/upsolver-setup.md
@@ -14,6 +14,7 @@ meta:
slack_channel_link: 'https://join.slack.com/t/upsolvercommunity/shared_invite/zt-1zo1dbyys-hj28WfaZvMh4Z4Id3OkkhA'
platform_name: 'Upsolver'
config_page: '/reference/resource-configs/upsolver-configs'
+pagination_next: null
---
Overview of {frontMatter.meta.pypi_package}
diff --git a/website/docs/docs/core/dbt-core-environments.md b/website/docs/docs/core/dbt-core-environments.md
index 5daf17bddf9..c7f340557fd 100644
--- a/website/docs/docs/core/dbt-core-environments.md
+++ b/website/docs/docs/core/dbt-core-environments.md
@@ -1,6 +1,7 @@
---
title: "dbt Core environments"
id: "dbt-core-environments"
+pagination_next: "docs/running-a-dbt-project/run-your-dbt-projects"
---
dbt makes it easy to maintain separate production and development environments through the use of [targets](/reference/dbt-jinja-functions/target.md) within a [profile](/docs/core/connect-data-platform/profiles.yml). A typical profile, when using dbt locally (for example, running from your command line), will have a target named `dev` and have this set as the default. This means that while making changes, your objects will be built in your _development_ target without affecting production queries made by your end users. Once you are confident in your changes, you can deploy the code to _production_, by running your dbt project with a _prod_ target.
diff --git a/website/docs/docs/core/installation-overview.md b/website/docs/docs/core/installation-overview.md
index f1fdb800fdf..47b4269eb15 100644
--- a/website/docs/docs/core/installation-overview.md
+++ b/website/docs/docs/core/installation-overview.md
@@ -2,6 +2,8 @@
title: "About installing dbt"
id: "installation"
description: "You can install dbt Core using a few different tested methods."
+pagination_next: "docs/core/homebrew-install"
+pagination_prev: null
---
You can install dbt Core on the command line by using one of these methods:
diff --git a/website/docs/docs/core/source-install.md b/website/docs/docs/core/source-install.md
index be9918223fe..42086159c03 100644
--- a/website/docs/docs/core/source-install.md
+++ b/website/docs/docs/core/source-install.md
@@ -1,6 +1,7 @@
---
title: "Install from source"
description: "You can install dbt Core from its GitHub code source."
+pagination_next: null
---
dbt Core and almost all of its adapter plugins are open source software. As such, the codebases are freely available to download and build from source. You might install from source if you want the latest code or want to install dbt from a specific commit. This might be helpful when you are contributing changes, or if you want to debug a past change.
diff --git a/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md b/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md
index 8a5712f40df..168ec0c80f4 100644
--- a/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md
+++ b/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md
@@ -1,6 +1,7 @@
---
title: "dbt Cloud Administrative API"
id: "admin-cloud-api"
+pagination_next: "docs/dbt-cloud-apis/discovery-api"
---
The dbt Cloud Administrative API is enabled by default for [Team and Enterprise plans](https://www.getdbt.com/pricing/). It can be used to:
diff --git a/website/docs/docs/dbt-cloud-apis/apis-overview.md b/website/docs/docs/dbt-cloud-apis/apis-overview.md
index b7d722747d8..eef64992af9 100644
--- a/website/docs/docs/dbt-cloud-apis/apis-overview.md
+++ b/website/docs/docs/dbt-cloud-apis/apis-overview.md
@@ -2,6 +2,8 @@
title: "APIs Overview"
description: "Learn how dbt accounts on the Team and Enterprise plans can query the dbt Cloud APIs."
id: "overview"
+pagination_next: "docs/dbt-cloud-apis/user-tokens"
+pagination_prev: null
---
## Overview
diff --git a/website/docs/docs/dbt-cloud-apis/authentication.md b/website/docs/docs/dbt-cloud-apis/authentication.md
new file mode 100644
index 00000000000..7deadd68f18
--- /dev/null
+++ b/website/docs/docs/dbt-cloud-apis/authentication.md
@@ -0,0 +1,22 @@
+---
+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
+---
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/docs/docs/dbt-cloud-apis/discovery-api.md b/website/docs/docs/dbt-cloud-apis/discovery-api.md
index e4441aa55a2..747128cf7bc 100644
--- a/website/docs/docs/dbt-cloud-apis/discovery-api.md
+++ b/website/docs/docs/dbt-cloud-apis/discovery-api.md
@@ -1,5 +1,6 @@
---
title: "About the Discovery API"
+pagination_next: "docs/dbt-cloud-apis/discovery-use-cases-and-examples"
---
Every time dbt Cloud runs a project, it generates and stores information about the project. The metadata includes details about your project’s models, sources, and other nodes along with their execution results. With the dbt Cloud Discovery API, you can query this comprehensive information to gain a better understanding of your DAG and the data it produces.
diff --git a/website/docs/docs/dbt-cloud-apis/discovery-querying.md b/website/docs/docs/dbt-cloud-apis/discovery-querying.md
index ba1365e632b..35c092adb4b 100644
--- a/website/docs/docs/dbt-cloud-apis/discovery-querying.md
+++ b/website/docs/docs/dbt-cloud-apis/discovery-querying.md
@@ -2,6 +2,7 @@
title: "Query the Discovery API"
id: "discovery-querying"
sidebar_label: "Query the Discovery API"
+pagination_next: "docs/dbt-cloud-apis/discovery-schema-environment"
---
The Discovery API supports ad-hoc queries and integrations. If you are new to the API, refer to [About the Discovery API](/docs/dbt-cloud-apis/discovery-api) for an introduction.
diff --git a/website/docs/docs/dbt-cloud-apis/schema-discovery-job.mdx b/website/docs/docs/dbt-cloud-apis/schema-discovery-job.mdx
index bb30786e19d..8b02c5601ad 100644
--- a/website/docs/docs/dbt-cloud-apis/schema-discovery-job.mdx
+++ b/website/docs/docs/dbt-cloud-apis/schema-discovery-job.mdx
@@ -2,6 +2,8 @@
title: "Job object schema"
sidebar_label: "Job"
id: "discovery-schema-job"
+pagination_next: "docs/dbt-cloud-apis/discovery-schema-job-model"
+pagination_prev: null
---
import { QueryArgsTable, SchemaTable } from "./schema";
diff --git a/website/docs/docs/dbt-cloud-apis/sl-api-overview.md b/website/docs/docs/dbt-cloud-apis/sl-api-overview.md
index 42416765904..a401dc54094 100644
--- a/website/docs/docs/dbt-cloud-apis/sl-api-overview.md
+++ b/website/docs/docs/dbt-cloud-apis/sl-api-overview.md
@@ -4,6 +4,7 @@ id: sl-api-overview
description: "Integrate and query metrics and dimensions in downstream tools using the Semantic Layer APIs"
tags: [Semantic Layer, API]
hide_table_of_contents: true
+pagination_next: "docs/dbt-cloud-apis/sl-jdbc"
---
diff --git a/website/docs/docs/dbt-cloud-apis/sl-manifest.md b/website/docs/docs/dbt-cloud-apis/sl-manifest.md
index 47304accea3..6ecac495869 100644
--- a/website/docs/docs/dbt-cloud-apis/sl-manifest.md
+++ b/website/docs/docs/dbt-cloud-apis/sl-manifest.md
@@ -4,6 +4,7 @@ id: sl-manifest
description: "Learn about the semantic manifest.json file and how you can use artifacts to gain insights about your dbt Semantic Layer."
tags: [Semantic Layer, APIs]
sidebar_label: "Semantic manifest"
+pagination_next: null
---
diff --git a/website/docs/docs/dbt-cloud-apis/user-tokens.md b/website/docs/docs/dbt-cloud-apis/user-tokens.md
index f0d694f5edd..77e536b12a5 100644
--- a/website/docs/docs/dbt-cloud-apis/user-tokens.md
+++ b/website/docs/docs/dbt-cloud-apis/user-tokens.md
@@ -1,6 +1,7 @@
---
title: "User tokens"
id: "user-tokens"
+pagination_next: "docs/dbt-cloud-apis/service-tokens"
---
## User API tokens
diff --git a/website/docs/docs/dbt-cloud-environments.md b/website/docs/docs/dbt-cloud-environments.md
index f61ec5ef72b..55bec30be92 100644
--- a/website/docs/docs/dbt-cloud-environments.md
+++ b/website/docs/docs/dbt-cloud-environments.md
@@ -2,6 +2,7 @@
title: "dbt Cloud environments"
id: "dbt-cloud-environments"
description: "Learn about dbt Cloud's development environment to execute your project in the IDE"
+pagination_next: null
---
An environment determines how dbt Cloud will execute your project in both the dbt Cloud IDE (for development) and scheduled jobs (for deployment).
diff --git a/website/docs/docs/dbt-support.md b/website/docs/docs/dbt-support.md
index f63e016b03e..513d5fff588 100644
--- a/website/docs/docs/dbt-support.md
+++ b/website/docs/docs/dbt-support.md
@@ -1,6 +1,8 @@
---
title: "dbt support"
id: "dbt-support"
+pagination_next: null
+pagination_prev: null
---
## dbt Core support
diff --git a/website/docs/docs/dbt-versions/core-versions.md b/website/docs/docs/dbt-versions/core-versions.md
index 2a5ce6daeb7..5e8e437f0b1 100644
--- a/website/docs/docs/dbt-versions/core-versions.md
+++ b/website/docs/docs/dbt-versions/core-versions.md
@@ -2,6 +2,8 @@
title: "About dbt Core versions"
id: "core"
description: "Learn about semantic versioning for dbt Core, and how long those versions are supported."
+pagination_next: "docs/dbt-versions/upgrade-core-in-cloud"
+pagination_prev: null
---
dbt Core releases follow [semantic versioning](https://semver.org/) guidelines. For more on how we use semantic versions, see [How dbt Core uses semantic versioning](#how-dbt-core-uses-semantic-versioning).
diff --git a/website/docs/docs/dbt-versions/experimental-features.md b/website/docs/docs/dbt-versions/experimental-features.md
index 5ed0cf037ca..a621bd4ac44 100644
--- a/website/docs/docs/dbt-versions/experimental-features.md
+++ b/website/docs/docs/dbt-versions/experimental-features.md
@@ -3,6 +3,7 @@ title: "Preview new and experimental features in dbt Cloud"
id: "experimental-features"
sidebar_label: "Preview new dbt Cloud features"
description: "Gain early access to many new dbt Labs experimental features by enabling this in your profile."
+pagination_next: null
---
dbt Labs often tests experimental features before deciding to continue on the [Product lifecycle](https://docs.getdbt.com/docs/dbt-versions/product-lifecycles#dbt-cloud).
diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md
index db25af163ae..6f7be90e60d 100644
--- a/website/docs/docs/dbt-versions/release-notes.md
+++ b/website/docs/docs/dbt-versions/release-notes.md
@@ -2,6 +2,8 @@
title: "About dbt Cloud Release Notes"
id: "dbt-cloud-release-notes"
description: "Release notes for dbt Cloud"
+pagination_next: null
+pagination_prev: null
---
dbt provides release notes for dbt Cloud so you can see recent and historical changes. Generally, you'll see release notes for these changes:
diff --git a/website/docs/docs/deploy/deployment-overview.md b/website/docs/docs/deploy/deployment-overview.md
index 553dca923a5..29934663544 100644
--- a/website/docs/docs/deploy/deployment-overview.md
+++ b/website/docs/docs/deploy/deployment-overview.md
@@ -4,6 +4,8 @@ id: "deployments"
sidebar: "Use dbt Cloud's capabilities to seamlessly run a dbt job in production."
hide_table_of_contents: true
tags: ["scheduler"]
+pagination_next: "docs/deploy/job-scheduler"
+pagination_prev: null
---
Use dbt Cloud's capabilities to seamlessly run a dbt job in production or staging environments. Rather than run dbt commands manually from the command line, you can leverage the [dbt Cloud's in-app scheduling](/docs/deploy/job-scheduler) to automate how and when you execute dbt.
diff --git a/website/docs/docs/deploy/deployment-tools.md b/website/docs/docs/deploy/deployment-tools.md
index 80622880c2c..6fba9caf6e8 100644
--- a/website/docs/docs/deploy/deployment-tools.md
+++ b/website/docs/docs/deploy/deployment-tools.md
@@ -2,6 +2,7 @@
title: "Integrate with other orchestration tools"
id: "deployment-tools"
sidebar_label: "Integrate with other tools"
+pagination_next: null
---
Alongside [dbt Cloud](/docs/deploy/jobs), discover other ways to schedule and run your dbt jobs with the help of tools such as Airflow, Prefect, Dagster, automation server, Cron, and Azure Data Factory (ADF),
diff --git a/website/docs/docs/deploy/job-scheduler.md b/website/docs/docs/deploy/job-scheduler.md
index 8ade670f1cc..fba76f677a7 100644
--- a/website/docs/docs/deploy/job-scheduler.md
+++ b/website/docs/docs/deploy/job-scheduler.md
@@ -85,7 +85,7 @@ The scheduler prevents queue clog by canceling runs that aren't needed, ensuring
To prevent over-scheduling, users will need to take action by either refactoring the job so it runs faster or modifying its [schedule](/docs/deploy/deploy-jobs#schedule-days).
## Related docs
-- [dbt Cloud architecture](/docs/cloud/about-cloud/architecture#about-dbt-cloud-architecture)
+- [dbt Cloud architecture](/docs/cloud/about-cloud/architecture#dbt-cloud-features-architecture)
- [Job commands](/docs/deploy/job-commands)
- [Job notifications](/docs/deploy/job-notifications)
- [Webhooks](/docs/deploy/webhooks)
diff --git a/website/docs/docs/deploy/jobs.md b/website/docs/docs/deploy/jobs.md
index e8ca864d65f..92390907cd0 100644
--- a/website/docs/docs/deploy/jobs.md
+++ b/website/docs/docs/deploy/jobs.md
@@ -1,8 +1,9 @@
---
title: "Jobs in dbt Cloud"
-sidebar_label: "Jobs"
+sidebar_label: "About Jobs"
description: "Learn about deploy jobs and continuous integration (CI) jobs in dbt Cloud and what their differences are."
tags: [scheduler]
+pagination_next: "docs/deploy/deploy-jobs"
---
In dbt Cloud, there are two types of jobs:
diff --git a/website/docs/docs/deploy/monitor-jobs.md b/website/docs/docs/deploy/monitor-jobs.md
index 35743adb422..45156bb341c 100644
--- a/website/docs/docs/deploy/monitor-jobs.md
+++ b/website/docs/docs/deploy/monitor-jobs.md
@@ -3,6 +3,7 @@ title: "Monitor jobs and alerts"
id: "monitor-jobs"
description: "Monitor your dbt Cloud job and set up alerts to ensure seamless orchestration and optimize your data transformations"
tags: ["scheduler"]
+pagination_next: "docs/deploy/run-visibility"
---
Monitor your dbt Cloud jobs to help identify improvement and set up alerts to proactively alert the right people or team.
diff --git a/website/docs/docs/environments-in-dbt.md b/website/docs/docs/environments-in-dbt.md
index 54eaa68f667..86e41b18ae4 100644
--- a/website/docs/docs/environments-in-dbt.md
+++ b/website/docs/docs/environments-in-dbt.md
@@ -2,6 +2,7 @@
title: "About environments"
id: "environments-in-dbt"
hide_table_of_contents: true
+pagination_next: null
---
In software engineering, environments are used to enable engineers to develop and test code without impacting the users of their software. Typically, there are two types of environments in dbt:
diff --git a/website/docs/docs/introduction.md b/website/docs/docs/introduction.md
index c4cfd6e45ac..8604146b5f4 100644
--- a/website/docs/docs/introduction.md
+++ b/website/docs/docs/introduction.md
@@ -1,6 +1,8 @@
---
title: "What is dbt?"
id: "introduction"
+pagination_next: null
+pagination_prev: null
---
diff --git a/website/docs/docs/running-a-dbt-project/run-your-dbt-projects.md b/website/docs/docs/running-a-dbt-project/run-your-dbt-projects.md
index 9bd57e0b280..740fe5cc3fd 100644
--- a/website/docs/docs/running-a-dbt-project/run-your-dbt-projects.md
+++ b/website/docs/docs/running-a-dbt-project/run-your-dbt-projects.md
@@ -1,6 +1,7 @@
---
title: "Run your dbt projects"
id: "run-your-dbt-projects"
+pagination_prev: null
---
You can run your dbt projects with [dbt Cloud](/docs/cloud/about-cloud/dbt-cloud-features) and [dbt Core](https://github.com/dbt-labs/dbt-core). dbt Cloud is a hosted application where you can develop directly from a web browser. dbt Core is an open source project where you can develop from the command line.
diff --git a/website/docs/docs/running-a-dbt-project/using-threads.md b/website/docs/docs/running-a-dbt-project/using-threads.md
index 519ce8aab81..a2b8231ff3b 100644
--- a/website/docs/docs/running-a-dbt-project/using-threads.md
+++ b/website/docs/docs/running-a-dbt-project/using-threads.md
@@ -3,7 +3,7 @@ title: "Using threads"
id: "using-threads"
sidebar_label: "Use threads"
description: "Understand what threads mean and how to use them."
-
+pagination_next: null
---
When dbt runs, it creates a directed acyclic graph (DAG) of links between models. The number of threads represents the maximum number of paths through the graph dbt may work on at once – increasing the number of threads can minimize the run time of your project.
diff --git a/website/docs/docs/supported-data-platforms.md b/website/docs/docs/supported-data-platforms.md
index 4da59cf0991..bc49591c887 100644
--- a/website/docs/docs/supported-data-platforms.md
+++ b/website/docs/docs/supported-data-platforms.md
@@ -4,6 +4,8 @@ id: "supported-data-platforms"
sidebar_label: "Supported data platforms"
description: "Connect dbt to any data platform in dbt Cloud or dbt Core, using a dedicated adapter plugin"
hide_table_of_contents: true
+pagination_next: "docs/connect-adapters"
+pagination_prev: null
---
dbt connects to and runs SQL against your database, warehouse, lake, or query engine. These SQL-speaking platforms are collectively referred to as _data platforms_. dbt connects with data platforms by using a dedicated adapter plugin for each. Plugins are built as Python modules that dbt Core discovers if they are installed on your system. Read [What are Adapters](/guides/dbt-ecosystem/adapter-development/1-what-are-adapters) for more info.
diff --git a/website/docs/docs/use-dbt-semantic-layer/quickstart-sl.md b/website/docs/docs/use-dbt-semantic-layer/quickstart-sl.md
index 3bbc11cea3f..23d4fd43443 100644
--- a/website/docs/docs/use-dbt-semantic-layer/quickstart-sl.md
+++ b/website/docs/docs/use-dbt-semantic-layer/quickstart-sl.md
@@ -6,6 +6,8 @@ sidebar_label: "Get started with the dbt Semantic Layer"
tags: [Semantic Layer]
meta:
api_name: dbt Semantic Layer APIs
+pagination_next: "docs/use-dbt-semantic-layer/setup-sl"
+pagination_prev: null
---
diff --git a/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md b/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md
index 89cd9bc6ddc..6708959ca8c 100644
--- a/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md
+++ b/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md
@@ -4,6 +4,7 @@ id: sl-architecture
description: "dbt Semantic Layer product architecture and related questions."
sidebar_label: "Architecture"
tags: [Semantic Layer]
+pagination_next: null
---
import NewSLChanges from '/snippets/_new-sl-changes.md';
diff --git a/website/docs/reference/references-overview.md b/website/docs/reference/references-overview.md
index 16afd01607c..85a374c5aa3 100644
--- a/website/docs/reference/references-overview.md
+++ b/website/docs/reference/references-overview.md
@@ -4,6 +4,8 @@ id: "references-overview"
sidebar_label: "About References"
description: "Connect dbt to any data platform in dbt Cloud or dbt Core, using a dedicated adapter plugin"
hide_table_of_contents: true
+pagination_next: null
+pagination_prev: null
---
The References section contains reference materials for developing with dbt, which includes dbt Cloud and dbt Core.
diff --git a/website/sidebars.js b/website/sidebars.js
index 2ab370b76e9..b4da9d911d7 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -7,6 +7,7 @@ const sidebarSettings = {
collapsed: true,
link: { type: "doc", id: "docs/supported-data-platforms" },
items: [
+ "docs/supported-data-platforms",
"docs/connect-adapters",
"docs/verified-adapters",
"docs/trusted-adapters",
@@ -17,6 +18,7 @@ const sidebarSettings = {
{
type: "category",
label: "About dbt Cloud",
+ link: { type: "doc", id: "docs/cloud/about-cloud/dbt-cloud-features" },
items: [
"docs/cloud/about-cloud/dbt-cloud-features",
"docs/cloud/about-cloud/architecture",
@@ -35,6 +37,7 @@ const sidebarSettings = {
type: "category",
label: "Set up dbt",
collapsed: true,
+ link: { type: "doc", id: "docs/about-setup" },
items: [
"docs/about-setup",
"docs/environments-in-dbt",
@@ -42,12 +45,14 @@ const sidebarSettings = {
type: "category",
label: "dbt Cloud",
collapsed: true,
+ link: { type: "doc", id: "docs/cloud/about-cloud-setup" },
items: [
"docs/cloud/about-cloud-setup",
"docs/dbt-cloud-environments",
{
type: "category",
label: "Connect data platform",
+ link: { type: "doc", id: "docs/cloud/connect-data-platform/about-connections" },
items: [
"docs/cloud/connect-data-platform/about-connections",
"docs/cloud/connect-data-platform/connect-starburst-trino",
@@ -61,13 +66,15 @@ const sidebarSettings = {
{
type: "category",
label: "Manage access",
+ link: { type: "doc", id: "docs/cloud/manage-access/about-user-access" },
items: [
"docs/cloud/manage-access/about-user-access",
- "docs/cloud/manage-access/seats-and-users",
{
type: "category",
- label: "Permissions",
+ label: "User permissions and licenses",
+ link: { type: "doc", id: "docs/cloud/manage-access/seats-and-users" },
items: [
+ "docs/cloud/manage-access/seats-and-users",
"docs/cloud/manage-access/self-service-permissions",
"docs/cloud/manage-access/enterprise-permissions",
],
@@ -75,7 +82,8 @@ const sidebarSettings = {
{
type: "category",
- label: "Single sign-on",
+ label: "Single sign-on and Oauth",
+ link: { type: "doc", id: "docs/cloud/manage-access/sso-overview" },
items: [
"docs/cloud/manage-access/sso-overview",
"docs/cloud/manage-access/auth0-migration",
@@ -83,17 +91,11 @@ const sidebarSettings = {
"docs/cloud/manage-access/set-up-sso-okta",
"docs/cloud/manage-access/set-up-sso-google-workspace",
"docs/cloud/manage-access/set-up-sso-azure-active-directory",
- ],
- }, // SSO
- {
- type: "category",
- label: "OAuth with data platforms",
- items: [
"docs/cloud/manage-access/set-up-snowflake-oauth",
"docs/cloud/manage-access/set-up-databricks-oauth",
"docs/cloud/manage-access/set-up-bigquery-oauth",
],
- }, // oauth
+ }, // SSO
"docs/cloud/manage-access/audit-log",
],
}, // Manage access
@@ -101,19 +103,22 @@ const sidebarSettings = {
{
type: "category",
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",
{
type: "category",
label: "Azure DevOps",
+ link: { type: "doc", id: "docs/cloud/git/connect-azure-devops" },
items: [
"docs/cloud/git/connect-azure-devops",
"docs/cloud/git/setup-azure",
"docs/cloud/git/authenticate-azure",
],
},
- "docs/cloud/git/import-a-project-by-git-url",
],
}, // Supported Git providers
{
@@ -121,9 +126,11 @@ const sidebarSettings = {
label: "Develop in the IDE",
link: {
type: "doc",
- id: "docs/cloud/dbt-cloud-ide/develop-in-the-cloud",
+ 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",
"docs/cloud/dbt-cloud-ide/dbt-cloud-tips",
@@ -132,13 +139,15 @@ const sidebarSettings = {
{
type: "category",
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",
"docs/cloud/secure/databricks-privatelink",
- "docs/cloud/secure/redshift-privatelink",
- "docs/cloud/secure/postgres-privatelink",
- "docs/cloud/secure/ip-restrictions",
+ "docs/cloud/secure/redshift-privatelink",
+ "docs/cloud/secure/postgres-privatelink",
],
}, // PrivateLink
"docs/cloud/billing",
@@ -150,6 +159,7 @@ const sidebarSettings = {
collapsed: true,
link: { type: "doc", id: "docs/core/about-core-setup" },
items: [
+ "docs/core/about-core-setup",
"docs/core/about-the-cli",
"docs/core/dbt-core-environments",
{
@@ -157,6 +167,7 @@ const sidebarSettings = {
label: "Install dbt",
link: { type: "doc", id: "docs/core/installation" },
items: [
+ "docs/core/installation",
"docs/core/homebrew-install",
"docs/core/pip-install",
"docs/core/docker-install",
@@ -171,6 +182,7 @@ const sidebarSettings = {
id: "docs/core/connect-data-platform/about-core-connections",
},
items: [
+ "docs/core/connect-data-platform/about-core-connections",
"docs/core/connect-data-platform/profiles.yml",
"docs/core/connect-data-platform/connection-profiles",
"docs/core/connect-data-platform/bigquery-setup",
@@ -225,16 +237,19 @@ const sidebarSettings = {
type: "category",
label: "Build dbt projects",
collapsed: true,
+ link: { type: "doc", id: "docs/build/projects" },
items: [
"docs/build/projects",
{
type: "category",
label: "Build your DAG",
collapsed: true,
+ link: { type: "doc", id: "docs/build/models" },
items: [
{
type: "category",
label: "Models",
+ link: { type: "doc", id: "docs/build/models" },
items: [
"docs/build/models",
"docs/build/sql-models",
@@ -258,12 +273,14 @@ const sidebarSettings = {
link: { type: "doc", id: "docs/build/build-metrics-intro" },
collapsed: true,
items: [
+ "docs/build/build-metrics-intro",
"docs/build/sl-getting-started",
{
type: "category",
label: "About MetricFlow",
link: { type: "doc", id: "docs/build/about-metricflow" },
items: [
+ "docs/build/about-metricflow",
"docs/build/join-logic",
"docs/build/validation",
"docs/build/metricflow-time-spine",
@@ -275,6 +292,7 @@ const sidebarSettings = {
label: "Semantic models",
link: { type: "doc", id: "docs/build/semantic-models" },
items: [
+ "docs/build/semantic-models",
"docs/build/dimensions",
"docs/build/entities",
"docs/build/measures"
@@ -285,6 +303,7 @@ const sidebarSettings = {
label: "Metrics",
link: { type: "doc", id: "docs/build/metrics-overview" },
items: [
+ "docs/build/metrics-overview",
"docs/build/cumulative",
"docs/build/derived",
"docs/build/ratio",
@@ -297,7 +316,9 @@ const sidebarSettings = {
type: "category",
label: "Enhance your models",
collapsed: true,
+ link: { type: "doc", id: "docs/build/enhance-your-models" },
items: [
+ "docs/build/enhance-your-models",
"docs/build/materializations",
"docs/build/incremental-models",
],
@@ -306,7 +327,9 @@ const sidebarSettings = {
type: "category",
label: "Enhance your code",
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",
@@ -317,7 +340,9 @@ const sidebarSettings = {
type: "category",
label: "Organize your outputs",
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",
@@ -334,6 +359,7 @@ const sidebarSettings = {
collapsed: true,
link: { type: "doc", id: "docs/deploy/deployments" },
items: [
+ "docs/deploy/deployments",
"docs/deploy/job-scheduler",
"docs/deploy/deploy-environments",
"docs/deploy/continuous-integration",
@@ -342,6 +368,7 @@ const sidebarSettings = {
label: "Jobs",
link: { type: "doc", id: "docs/deploy/jobs" },
items: [
+ "docs/deploy/jobs",
"docs/deploy/deploy-jobs",
"docs/deploy/ci-jobs",
"docs/deploy/job-commands",
@@ -352,6 +379,7 @@ const sidebarSettings = {
label: "Monitor jobs and alerts",
link: { type: "doc", id: "docs/deploy/monitor-jobs" },
items: [
+ "docs/deploy/monitor-jobs",
"docs/deploy/run-visibility",
"docs/deploy/retry-jobs",
"docs/deploy/job-notifications",
@@ -367,11 +395,14 @@ const sidebarSettings = {
{
type: "category",
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",
label: "Git version control",
+ link: { type: "doc", id: "docs/collaborate/git-version-control" },
items: [
"docs/collaborate/git-version-control",
"docs/collaborate/git/version-control-basics",
@@ -383,6 +414,7 @@ const sidebarSettings = {
{
type: "category",
label: "Document your dbt projects",
+ link: { type: "doc", id: "docs/collaborate/documentation" },
items: [
"docs/collaborate/documentation",
"docs/collaborate/build-and-view-your-docs",
@@ -397,6 +429,7 @@ const sidebarSettings = {
id: "docs/collaborate/govern/about-model-governance",
},
items: [
+ "docs/collaborate/govern/about-model-governance",
"docs/collaborate/govern/model-access",
"docs/collaborate/govern/model-contracts",
"docs/collaborate/govern/model-versions",
@@ -408,7 +441,8 @@ const sidebarSettings = {
{
type: "category",
label: "Use the dbt Semantic Layer",
- link: { type: "doc", id: "docs/use-dbt-semantic-layer/dbt-sl" },
+ collapsed: true,
+ link: { type: "doc", id: "docs/use-dbt-semantic-layer/quickstart-sl" },
items: [
"docs/use-dbt-semantic-layer/quickstart-sl",
"docs/use-dbt-semantic-layer/setup-sl",
@@ -428,12 +462,15 @@ const sidebarSettings = {
type: "category",
label: "dbt Cloud APIs",
collapsed: true,
+ link: { type: "doc", id: "docs/dbt-cloud-apis/overview" },
items: [
"docs/dbt-cloud-apis/overview",
{
type: "category",
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",
],
@@ -443,6 +480,7 @@ const sidebarSettings = {
label: "Administrative API",
link: { type: "doc", id: "docs/dbt-cloud-apis/admin-cloud-api" },
items: [
+ "docs/dbt-cloud-apis/admin-cloud-api",
{
type: "link",
label: "API v2 (legacy docs)",
@@ -465,18 +503,22 @@ const sidebarSettings = {
label: "Discovery API",
link: { type: "doc", id: "docs/dbt-cloud-apis/discovery-api" },
items: [
+ "docs/dbt-cloud-apis/discovery-api",
"docs/dbt-cloud-apis/discovery-use-cases-and-examples",
"docs/dbt-cloud-apis/project-state",
"docs/dbt-cloud-apis/discovery-querying",
{
type: "category",
label: "Schema",
+ link: { type: "doc", id: "docs/dbt-cloud-apis/discovery-schema-environment" },
items: [
+ "docs/dbt-cloud-apis/discovery-schema-environment",
{
type: "category",
label: "Job",
link: { type: "doc", id: "docs/dbt-cloud-apis/discovery-schema-job" },
items: [
+ "docs/dbt-cloud-apis/discovery-schema-job",
"docs/dbt-cloud-apis/discovery-schema-job-model",
"docs/dbt-cloud-apis/discovery-schema-job-models",
"docs/dbt-cloud-apis/discovery-schema-job-metric",
@@ -496,11 +538,6 @@ const sidebarSettings = {
],
},
{
- type: "category",
- label: "Environment",
- link: { type: "doc", id: "docs/dbt-cloud-apis/discovery-schema-environment" },
- items: [
- {
type: "category",
label: "Applied",
items: [
@@ -514,9 +551,7 @@ const sidebarSettings = {
// items: [
// // insert pages here
// ],
- // },
- ],
- },
+ // },
],
},
],
@@ -526,6 +561,7 @@ const sidebarSettings = {
label: "Semantic Layer APIs",
link: { type: "doc", id: "docs/dbt-cloud-apis/sl-api-overview" },
items: [
+ "docs/dbt-cloud-apis/sl-api-overview",
"docs/dbt-cloud-apis/sl-jdbc",
"docs/dbt-cloud-apis/sl-graphql",
"docs/dbt-cloud-apis/sl-manifest",
@@ -536,6 +572,7 @@ const sidebarSettings = {
{
type: "category",
label: "Available dbt versions",
+ link: { type: "doc", id: "docs/dbt-versions/core" },
items: [
"docs/dbt-versions/core",
"docs/dbt-versions/upgrade-core-in-cloud",
@@ -544,6 +581,7 @@ const sidebarSettings = {
{
type: "category",
label: "dbt Cloud Release Notes",
+ link: { type: "doc", id: "docs/dbt-versions/dbt-cloud-release-notes" },
items: [
"docs/dbt-versions/dbt-cloud-release-notes",
{