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-vale-deleted #6319

Closed
wants to merge 4 commits into from
Closed
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
7 changes: 7 additions & 0 deletions website/docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

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.


TEST TEST LIN

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

View workflow job for this annotation

GitHub Actions / vale

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

[custom.Repitition] 'TEST' is repeated!
Raw output
{"message": "[custom.Repitition] 'TEST' is repeated!", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 13, "column": 1}}}, "severity": "WARNING"}

## Test the lint

The the the linting is for a test

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

View workflow job for this annotation

GitHub Actions / vale

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

[custom.Repitition] 'the' is repeated!
Raw output
{"message": "[custom.Repitition] 'the' is repeated!", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 17, "column": 5}}}, "severity": "WARNING"}

<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
34 changes: 0 additions & 34 deletions website/docs/docs/supported-data-platforms.md

This file was deleted.

2 changes: 0 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ const sidebarSettings = {
type: "category",
label: "Supported data platforms",
collapsed: true,
link: { type: "doc", id: "docs/supported-data-platforms" },
items: [
"docs/supported-data-platforms",
"docs/connect-adapters",
"docs/trusted-adapters",
"docs/community-adapters",
Expand Down
Loading