From 39c8b41b30274a221df57446f6746887bcb772b5 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 3 Jan 2024 15:15:54 -0500 Subject: [PATCH] add link to --- website/docs/best-practices/how-we-mesh/mesh-1-intro.md | 2 ++ website/docs/best-practices/how-we-mesh/mesh-4-faqs.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/best-practices/how-we-mesh/mesh-1-intro.md b/website/docs/best-practices/how-we-mesh/mesh-1-intro.md index ba1660a8d82..b50746fc6b6 100644 --- a/website/docs/best-practices/how-we-mesh/mesh-1-intro.md +++ b/website/docs/best-practices/how-we-mesh/mesh-1-intro.md @@ -32,6 +32,8 @@ dbt Cloud is designed to coordinate the features above and simplify the complexi If you're just starting your dbt journey, don't worry about building a multi-project architecture right away. You can _incrementally_ adopt the features in this guide as you scale. The collection of features work effectively as independent tools. Familiarizing yourself with the tooling and features that make up a multi-project architecture, and how they can apply to your organization will help you make better decisions as you grow. +For additional information, refer to the [dbt Mesh frequently asked questions](/best-practices/how-we-mesh/mesh-4-faqs) (FAQs). + ## Learning goals - Understand the **purpose and tradeoffs** of building a multi-project architecture. diff --git a/website/docs/best-practices/how-we-mesh/mesh-4-faqs.md b/website/docs/best-practices/how-we-mesh/mesh-4-faqs.md index d3bd7e308c9..5d17dc9b995 100644 --- a/website/docs/best-practices/how-we-mesh/mesh-4-faqs.md +++ b/website/docs/best-practices/how-we-mesh/mesh-4-faqs.md @@ -1,8 +1,8 @@ --- title: "dbt Mesh FAQs" -description: "Read some frequently asked questions about dbt Mesh." +description: "Read the FAQs to learn more about dbt Mesh, how it works, compatibility, and more." hoverSnippet: "dbt Mesh FAQs" -sidebar_label: "Frequently asked dbt Mesh questions" +sidebar_label: "dbt Mesh FAQs" --- dbt Mesh is a new architecture enabled by dbt Cloud. It allows you to better manage complexity by deploying multiple interconnected dbt projects instead of a single large, monolithic project. It’s designed to accelerate development, without compromising governance.