dbt-labs / docs.getdbt.com
The code behind docs.getdbt.com
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing dbt-labs/docs.getdbt.com in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view_We use docusaurus to power docs.getdbt.com._ Table of Contents • Code of conduct • Contributing • Writing content • SME and editorial reviews • Versioning and single-sourcing content • Adding tabbed components to a page • Running the Docs site locally • Prerequisites Code of conduct Please review the dbt docs contributors code of conduct. Creating an inclusive and equitable environment for our documents is more important than any other aspect. Syntax errors can be corrected, but trust, once lost, is difficult to gain back. Contributing We welcome contributions from community members to this repo: • **Fixes**: When you notice an error, you can use the button at the bottom of each page to suggest a change. • **New documentation**: If you contributed code in dbt-core, we encourage you to also write the docs here! Please reach out in the dbt community if you need help finding a place for these docs. • **Major rewrites**: You can file an issue to propose ideas for a content area that requires attention. You can use components documented in the docusaurus library. Writing content The dbt Labs docs are written in Markdown and sometimes HTML. When writing content, refer to the style guide and content types to help you understand our writing standards and how we break down information in the product documentation. SME and editorial reviews All PRs that are submitted will be reviewed by the dbt Labs Docs team for editorial review. Content that is submitted by our users and the open-source community are also reviewed by our dbt Labs subject matter experts (SMEs) to help ensure technical accuracy. Versioning and single-sourcing content We now enable you to reuse content between different docs pages, version pages, and establish product variables in the dbt Labs product documentation. To learn more about how to single source content between versions, product variables, and other content, see Single-sourcing content. Adding tabbed components to a page You can add code snippets and other content in a tabbed view. To learn more about adding tabbed components, see Adding page components. Running the Docs site locally You can click a link available in a Vercel bot PR comment to see and review your changes rendered on a staging server. You are also able to see and review your proposed modifications locally on your computer. Our setup instructions use homebrew: Prerequisites • (Mac Terminal) Install Xcode Command Line Tools • Open a terminal window, run , and follow the on-screen prompts in the pop-up window. • (Mac and Linux) Install homebrew • Copy and paste in to a terminal window and follow the prompts. Once the installation has completed, follow the **Next Steps** instructions listed in terminal. • (Windows) Install Node.js • (Mac and Linux only) Install : • Clone this repo: • into the repo: • into the subdirectory: • Install the required node packages: or (optional — install any updates) • Build the website: or • Before pushing your changes to a branch, run or and check that all links work Advisory: • If you run into an error when you run , you may need to run . Warning: this one will take a while -- go ahead and grab some coffee!