Overview - Generating documentation site
What is it?
Generating a documentation site in dbt means creating a website that shows details about your data models, tests, and sources. This site helps you and your team understand how data flows and is transformed in your project. It includes descriptions, lineage graphs, and test results all in one place. This makes your data project easier to use and maintain.
Why it matters
Without a documentation site, understanding complex data projects is hard and slow. Teams waste time guessing what each model does or how data is connected. A documentation site solves this by making all information clear and accessible. This improves trust in data and speeds up collaboration and troubleshooting.
Where it fits
Before generating documentation, you should know how to build dbt models and write tests. After creating the site, you can learn how to deploy it for your team or integrate it with other tools like data catalogs or BI platforms.