Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated language from gear icon to account settings #6499

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/service-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can assign as many permission sets as needed to one token. For more on permi

You can generate service tokens if you have a Developer [license](/docs/cloud/manage-access/seats-and-users) and account admin [permissions](/docs/cloud/manage-access/about-user-access#permission-sets). To create a service token in dbt Cloud, follow these steps:

1. Open the **Account Settings** page by clicking the gear icon on the right-hand side.
1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**.
2. On the left sidebar, click on **Service Tokens**.
3. Click the **+ New Token** button to generate a new token.
4. Once the token is generated, you won't be able to view this token again so make sure to save it somewhere safe.
Expand Down
3 changes: 2 additions & 1 deletion website/docs/docs/dbt-versions/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ You can access experimental features to preview beta features that haven’t yet

To enable or disable experimental features:

1. Navigate to **Profile settings** by clicking the gear icon in the top right.
1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**
2. Go to **Personal profile** under the **Your profile** header.
2. Find Experimental features at the bottom of Your Profile page.
3. Click **Beta** to toggle the features on or off as shown in the following image.
![Experimental features](/img/docs/dbt-versions/experimental-feats.png)
Expand Down
6 changes: 5 additions & 1 deletion website/docs/docs/deploy/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ To view a resource, its metadata, and what commands are needed, refer to [genera

The following steps are for legacy dbt Docs only. For the current documentation experience, see [dbt Explorer](/docs/collaborate/explore-projects).

While running any job can produce artifacts, you should only associate one production job with a given project to produce the project's artifacts. You can designate this connection on the **Project details** page. To access this page, click the gear icon in the upper right, select **Account Settings**, select your project, and click **Edit** in the lower right. Under **Artifacts**, select the jobs you want to produce documentation and source freshness artifacts for.
While running any job can produce artifacts, you should only associate one production job with a given project to produce the project's artifacts. You can designate this connection on the **Project details** page. To access this page:

1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**.
2. Select your project, and click **Edit** in the lower right.
3. Under **Artifacts**, select the jobs you want to produce documentation and source freshness artifacts for.

<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/project-level-artifact-updated.png" width="70%" title="Configuring Artifacts"/>

Expand Down
6 changes: 5 additions & 1 deletion website/docs/faqs/Git/managed-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ id: managed-repo

dbt Labs can send your managed repository through a ZIP file in its current state for you to push up to a git provider. After that, you'd just need to switch over to the [repo in your project](/docs/cloud/git/import-a-project-by-git-url) to point to the new repository.

When you're ready to do this, [contact the dbt Labs Support team](mailto:[email protected]) with your request and your managed repo URL, which you can find by navigating to your project setting. To find project settings, click the gear icon in the upper right, select **Account settings**, click **Projects**, and then select your project. Under **Repository** in the project details page, you can find your managed repo URL.
When you're ready to do this, [contact the dbt Labs Support team](mailto:[email protected]) with your request and your managed repo URL, which you can find by navigating to your project setting. To find project settings:

1. From dbt Cloud, click on your account name in the left side menu and select **Account settings**.
2. Click **Projects**, and then select your project.
3. Under **Repository** in the project details page, you can find your managed repo URL.
Loading