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-again #6321

Closed
wants to merge 3 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
34 changes: 0 additions & 34 deletions website/docs/docs/about-setup.md

This file was deleted.

12 changes: 12 additions & 0 deletions website/docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

<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." />

## Test the lint

The the linting is for a test

## Test The Lint

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

View workflow job for this annotation

GitHub Actions / vale

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

[custom.SentenceCaseHeaders] 'Test The Lint' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Test The Lint' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 18, "column": 4}}}, "severity": "WARNING"}

The the the linting is for a test, e.g in the following code block:

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

View workflow job for this annotation

GitHub Actions / vale

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

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

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

View workflow job for this annotation

GitHub Actions / vale

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

[custom.LatinAbbreviations] Avoid Latin abbreviations: 'for example'. Consider using 'e.g' instead.
Raw output
{"message": "[custom.LatinAbbreviations] Avoid Latin abbreviations: 'for example'. Consider using 'e.g' instead.", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 20, "column": 36}}}, "severity": "WARNING"}

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

View workflow job for this annotation

GitHub Actions / vale

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

[custom.Typos] Oops there's a typo -- did you really mean 'e.g'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'e.g'? ", "location": {"path": "website/docs/docs/introduction.md", "range": {"start": {"line": 20, "column": 36}}}, "severity": "WARNING"}

```sql
select * from table
```

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).

## dbt products
Expand Down
3 changes: 1 addition & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ const sidebarSettings = {
type: "category",
label: "Set up dbt",
collapsed: true,
link: { type: "doc", id: "docs/about-setup" },
link: { type: "doc", id: "docs/environments-in-dbt" },
items: [
"docs/about-setup",
"docs/environments-in-dbt",
{
type: "category",
Expand Down
Loading