Skip to content

Commit

Permalink
Update website/docs/docs/build/documentation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Shaver <[email protected]>
  • Loading branch information
mirnawong1 and matthewshaver authored Jun 12, 2024
1 parent cf55222 commit b929a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b929a93

Please sign in to comment.