Skip to content

Commit

Permalink
Update cloud-build-and-view-your-docs.md (#4321)
Browse files Browse the repository at this point in the history
adding missing step per user feedback passed on by @kbrock91 in [slack
thread](https://dbt-labs.slack.com/archives/C02NCQ9483C/p1698154585680639)
  • Loading branch information
mirnawong1 authored Oct 25, 2023
2 parents ec7d56b + f374e6a commit 8558a6c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/docs/docs/collaborate/cloud-build-and-view-your-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ To create and schedule documentation-only jobs at the end of your production job
You configure project documentation to generate documentation when the job you set up in the previous section runs. In the project settings, specify the job that generates documentation artifacts for that project. Once you configure this setting, subsequent runs of the job will automatically include a step to generate documentation.

1. Click the gear icon in the top right.
2. Select **Projects** and click the project that needs documentation.
3. Click **Edit**.
4. Under "Artifacts," select the job that should generate docs when it runs.
2. Select **Account Settings**.
3. Navigate to **Projects** and select the project that needs documentation.
4. Click **Edit**.
5. Under **Artifacts**, select the job that should generate docs when it runs.
<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/documentation-project-details.png" title="Configuring project documentation"/>
5. Click **Save**.
6. Click **Save**.

## Generating documentation

To generate documentation in the IDE, run the `dbt docs generate` command in the
Command Bar in the IDE. This command will generate the Docs for your dbt project as it exists in development in your IDE session.
To generate documentation in the dbt Cloud IDE, run the `dbt docs generate` command in the
Command Bar in the dbt Cloud IDE. This command will generate the Docs for your dbt project as it exists in development in your IDE session.

<Lightbox src="/img/docs/dbt-cloud/dbt-docs-generate-command.png" title="dbt docs generate"/>

Expand Down

0 comments on commit 8558a6c

Please sign in to comment.