diff --git a/docs/content/integrations/dbt/reference.mdx b/docs/content/integrations/dbt/reference.mdx
index d38606cddc69c..8bf1b9d269f11 100644
--- a/docs/content/integrations/dbt/reference.mdx
+++ b/docs/content/integrations/dbt/reference.mdx
@@ -24,6 +24,7 @@ For a step-by-step implementation walkthrough, refer to the [Using dbt with Dags
| | A decorator used to define Dagster assets for dbt models defined in a dbt manifest. |
| | A class that defines a Dagster resource used to execute dbt CLI commands. |
| | A class that defines the representation of an invoked dbt command. |
+| | A class that defines the representation of a dbt project and related settings that assist with managing manifest.json preparation. |
| | A class that can be overridden to customize how Dagster asset metadata is derived from a dbt manifest. |
| | A class with settings to enable Dagster features for a dbt project. |
| | A class that defines a selection of assets from a dbt manifest and a dbt selection string. |