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

Reducing page complexity and typo #6654

Merged
merged 1 commit into from
Dec 13, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@

When you initialize a project, you create one of these three profiles. You must configure it before trying to connect to Dremio Cloud or Dremio Software.

## Profiles

When you initialize a project, you create one of these three profiles. You must configure it before trying to connect to Dremio Cloud or Dremio Software.

* Profile for Dremio Cloud
* Profile for Dremio Software with Username/Password Authentication
* Profile for Dremio Software with Authentication Through a Personal Access Token
Expand Down Expand Up @@ -149,9 +145,7 @@
</TabItem>
</Tabs>

## Configurations

### Configurations Common to Profiles for Dremio Cloud and Dremio Software
## Configurations Common to Profiles for Dremio Cloud and Dremio Software

Check warning on line 148 in website/docs/docs/core/connect-data-platform/dremio-setup.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/core/connect-data-platform/dremio-setup.md#L148

[custom.SentenceCaseHeaders] 'Configurations Common to Profiles for Dremio Cloud and Dremio Software' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Configurations Common to Profiles for Dremio Cloud and Dremio Software' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/core/connect-data-platform/dremio-setup.md", "range": {"start": {"line": 148, "column": 4}}}, "severity": "WARNING"}


| Configuration | Required? | Default Value | Description |
Expand Down
Loading