diff --git a/website/docs/docs/build/documentation.md b/website/docs/docs/build/documentation.md index 5656e862783..f4b3043aa0c 100644 --- a/website/docs/docs/build/documentation.md +++ b/website/docs/docs/build/documentation.md @@ -65,7 +65,7 @@ Generate documentation for you project by following these steps: 1. Run `dbt docs generate` — this command tells dbt to compile relevant information about your dbt project and warehouse into `manifest.json` and `catalog.json` files, respectively. 2. Ensure that you have created the models with `dbt run` to view the documentation for all columns, not just those described in your project. -- If you're developing locally, run `dbt docs serve` to use these `.json` files to populate a local website. +3. Run `dbt docs serve` if you're developing locally to use these `.json` files to populate a local website. To view a resource, its metadata, and what commands are needed in dbt Explorer, refer to [generate metadata](/docs/collaborate/explore-projects#generate-metadata) for more details.