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

test ui elements #6302

Closed
wants to merge 21 commits into from
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
02ef741
test
mirnawong1 Oct 16, 2024
1d85f90
Update introduction.md
mirnawong1 Oct 16, 2024
d09edbf
Update website/docs/docs/introduction.md
mirnawong1 Oct 16, 2024
48c6e25
Update website/docs/docs/introduction.md
matthewshaver Oct 16, 2024
66fc042
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
fddb4a6
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
4f123b9
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
3973ba1
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
515badc
Update website/docs/docs/introduction.md
mirnawong1 Oct 17, 2024
d5eb8a3
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
dd3a86c
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
75427b8
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
b7d1d93
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
97572ce
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
3302336
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
da037a0
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
02f2367
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
378c573
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
c7be30a
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
cbd0229
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
d250f50
Merge branch 'remove-ui-elements' into test-ui-elements
mirnawong1 Oct 17, 2024
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
12 changes: 12 additions & 0 deletions website/docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@

dbt compiles and runs your analytics code against your data platform, enabling you and your team to collaborate on a single source of truth for metrics, insights, and business definitions. This single source of truth, combined with the ability to define tests for your data, reduces errors when logic changes, and alerts you when issues arise.

Click Save to update the title and description of this page.

Check warning on line 12 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/introduction.md#L12

[custom.UIElements] UI elements like 'Save' should be bold.
Raw output
{"message": "[custom.UIElements] UI elements like 'Save' should be bold.", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 12, "column": 7}}}, "severity": "WARNING"}

Navigate to Account Settings to change the title and description of this page.

## Navigate to Account settings in the side menu.

Check warning on line 16 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/introduction.md#L16

[custom.UIElements] UI elements like 'Account settings' should be bold.
Raw output
{"message": "[custom.UIElements] UI elements like 'Account settings' should be bold.", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 16, "column": 16}}}, "severity": "WARNING"}

Find the **Settings** section and click on **Integrations**.

Scroll to AI and select the toggle for OpenAI

Enter your API key and click `Save`

Check warning on line 22 in website/docs/docs/introduction.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/introduction.md#L22

[custom.UIElements] UI elements like 'Save' should be bold.
Raw output
{"message": "[custom.UIElements] UI elements like 'Save' should be bold.", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 22, "column": 31}}}, "severity": "WARNING"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't capture those ui elements w backticks.


<Lightbox src="/img/docs/cloud-overview.jpg" width="60%" title="dbt works alongside your ingestion, visualization, and other data tools, so you can transform data directly in your cloud data platform." />

Read more about why we want to enable analysts to work more like software engineers in [The dbt Viewpoint](/community/resources/viewpoint). Learn how other data practitioners around the world are using dbt by [joining the dbt Community](https://www.getdbt.com/community/join-the-community).
Expand Down
Loading