Skip to content

Commit 93380d1

Browse files
committed
Fix header casing
1 parent 45f4a2d commit 93380d1

File tree

13 files changed

+51
-21
lines changed

13 files changed

+51
-21
lines changed

docs/integrations/data-ingestion/clickpipes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Image from '@theme/IdealImage';
3030

3131
<Image img={clickpipes_stack} alt="ClickPipes stack" size="lg" border/>
3232

33-
## Supported Data Sources {#supported-data-sources}
33+
## Supported data sources {#supported-data-sources}
3434

3535
| Name | Logo |Type| Status | Description |
3636
|----------------------|--------------------------------------------------------------------------------------------------|----|------------------|------------------------------------------------------------------------------------------------------|

docs/integrations/data-ingestion/clickpipes/object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Currently only protected buckets are supported for DigitalOcean spaces. You requ
173173
### Azure Blob Storage {#azureblobstorage}
174174
Currently only protected buckets are supported for Azure Blob Storage. Authentication is done via a connection string, which supports access keys and shared keys. For more information, read [this guide](https://learn.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string).
175175

176-
## F.A.Q. {#faq}
176+
## FAQ {#faq}
177177

178178
- **Does ClickPipes support GCS buckets prefixed with `gs://`?**
179179

docs/integrations/data-ingestion/clickpipes/postgres/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ For manually created publications, please add any tables you want to the publica
186186
:::
187187
188188
189-
## Recommended `max_slot_wal_keep_size` Settings {#recommended-max_slot_wal_keep_size-settings}
189+
## Recommended `max_slot_wal_keep_size` settings {#recommended-max_slot_wal_keep_size-settings}
190190
191191
- **At Minimum:** Set [`max_slot_wal_keep_size`](https://www.postgresql.org/docs/devel/runtime-config-replication.html#GUC-MAX-SLOT-WAL-KEEP-SIZE) to retain at least **two days' worth** of WAL data.
192192
- **For Large Databases (High Transaction Volume):** Retain at least **2-3 times** the peak WAL generation per day.

docs/integrations/data-ingestion/data-formats/json/other.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Peak memory usage: 211.49 MiB.
202202

203203
The above query uses the `simpleJSONExtractString` to extract the `created` key, exploiting the fact we want the first value only for the published date. In this case, the limitations of the `simpleJSON*` functions are acceptable for the gain in performance.
204204

205-
## Using Map {#using-map}
205+
## Using the Map type {#using-map}
206206

207207
If the object is used to store arbitrary keys, mostly of one type, consider using the `Map` type. Ideally, the number of unique keys should not exceed several hundred. The `Map` type can also be considered for objects with sub-objects, provided the latter have uniformity in their types. Generally, we recommend the `Map` type be used for labels and tags, e.g. Kubernetes pod labels in log data.
208208

docs/integrations/data-ingestion/etl-tools/dbt/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ Checking again the query_log table reveals the differences between the 2 increme
811811
812812
In this run, only the new rows are added straight to `imdb_dbt.actor_summary` table and there is no table creation involved.
813813
814-
### Delete+Insert mode (Experimental) {#deleteinsert-mode-experimental}
814+
### Delete and insert mode (experimental) {#deleteinsert-mode-experimental}
815815
816816
Historically ClickHouse has had only limited support for updates and deletes, in the form of asynchronous [Mutations](/sql-reference/statements/alter/index.md). These can be extremely IO-intensive and should generally be avoided.
817817
@@ -1028,7 +1028,7 @@ Note how a table actor_summary_snapshot has been created in the snapshots db (de
10281028
For further details on dbt snapshots see [here](https://docs.getdbt.com/docs/building-a-dbt-project/snapshots).
10291029
10301030
1031-
## Using Seeds {#using-seeds}
1031+
## Using seeds {#using-seeds}
10321032
10331033
dbt provides the ability to load data from CSV files. This capability is not suited to loading large exports of a database and is more designed for small files typically used for code tables and [dictionaries](../../../../sql-reference/dictionaries/index.md), e.g. mapping country codes to country names. For a simple example, we generate and then upload a list of genre codes using the seed functionality.
10341034

docs/integrations/data-ingestion/kafka/confluent/custom-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Example:
5959
#### Gather your connection details {#gather-your-connection-details}
6060
<ConnectionDetails />
6161

62-
#### Configure the Connector {#configure-the-connector}
62+
#### Configure the connector {#configure-the-connector}
6363
Navigate to `Connectors` -> `Add Connector` and use the following settings (note that the values are examples only):
6464

6565
```json

docs/integrations/data-ingestion/s3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ sudo -u clickhouse \
952952
cp keeper.xml /etc/clickhouse-keeper/keeper.xml
953953
```
954954

955-
### Configure ClickHouse Server {#configure-clickhouse-server}
955+
### Configure ClickHouse server {#configure-clickhouse-server}
956956

957957
#### Define a cluster {#define-a-cluster}
958958

docs/integrations/data-visualization/grafana/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ secureJsonData:
5757
5858
Note that a `version` property is added when the configuration is saved from the UI. This shows the version of the plugin that the config was saved with.
5959

60-
### HTTP Protocol {#http-protocol}
60+
### HTTP protocol {#http-protocol}
6161

6262
More settings will be displayed if you choose to connect via the HTTP protocol.
6363

docs/integrations/data-visualization/grafana/query-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The trace query type supports [data links](#data-links).
158158

159159
This query type will render the data with the table view for Trace Search mode, and the trace panel for Trace ID mode.
160160

161-
## SQL Editor {#sql-editor}
161+
## SQL editor {#sql-editor}
162162

163163
For queries that are too complex for the query builder, you can use the SQL Editor.
164164
This gives you full control over the query by allowing you to write and run plain ClickHouse SQL.
@@ -219,7 +219,7 @@ Before a query gets sent to the ClickHouse server, the plugin will expand the ma
219219
Queries from both the SQL Editor and Query Builder can use macros.
220220

221221

222-
### Using Macros {#using-macros}
222+
### Using macros {#using-macros}
223223

224224
Macros can be included anywhere in the query, multiple times if needed.
225225

docs/integrations/data-visualization/rocketbi-and-clickhouse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is the dashboard:
4141

4242
You can checkout [the Dashboard via this link.](https://demo.rocket.bi/dashboard/sales-dashboard-7?token=7eecf750-cbde-4c53-8fa8-8b905fec667e)
4343

44-
## INSTALL {#install}
44+
## Install {#install}
4545

4646
Start RocketBI with our pre-built docker images.
4747

@@ -59,7 +59,7 @@ Open browser, go to ```localhost:5050```, login with this account: ```hello@gmai
5959

6060
To build from source or advanced configuration you could check it here [Rocket.BI Readme](https://github.com/datainsider-co/rocket-bi/blob/main/README.md)
6161

62-
## LET'S BUILD THE DASHBOARD {#lets-build-the-dashboard}
62+
## Let's build the dashboard {#lets-build-the-dashboard}
6363

6464
In Dashboard, you will find your reportings, start visualization by clicking **+New**
6565

@@ -70,9 +70,9 @@ You can build **unlimited dashboards** & draw **unlimited charts** in a dashboar
7070

7171
See hi-res tutorial on Youtube: [https://www.youtube.com/watch?v=TMkdMHHfvqY](https://www.youtube.com/watch?v=TMkdMHHfvqY)
7272

73-
### Build the Chart Controls {#build-the-chart-controls}
73+
### Build the chart controls {#build-the-chart-controls}
7474

75-
#### Create a Metrics Control {#create-a-metrics-control}
75+
#### Create a metrics control {#create-a-metrics-control}
7676
In the Tab filter, select metric fields you want to use. Make sure to keep check on aggregation setting.
7777

7878
<Image size="md" img={rocketbi_03} alt="Rocket BI metrics control configuration panel showing selected fields and aggregation settings" border />
@@ -83,7 +83,7 @@ Rename filters & Save Control to Dashboard
8383
<Image size="md" img={rocketbi_04} alt="Metrics control with renamed filters ready to save to dashboard" border />
8484

8585

86-
#### Create a Date Type Control {#create-a-date-type-control}
86+
#### Create a date type control {#create-a-date-type-control}
8787
Choose a Date field as Main Date column:
8888

8989
<Image size="md" img={rocketbi_05} alt="Date field selection interface in Rocket BI showing available date columns" border />
@@ -100,7 +100,7 @@ Rename filters & Save Control to Dashboard
100100

101101
### Now, let build the Charts {#now-let-build-the-charts}
102102

103-
#### Pie Chart: Sales Metrics by Regions {#pie-chart-sales-metrics-by-regions}
103+
#### Pie chart: sales metrics by regions {#pie-chart-sales-metrics-by-regions}
104104
Choose Adding new chart, then Select Pie Chart
105105

106106
<Image size="md" img={rocketbi_08} alt="Chart type selection panel with pie chart option highlighted" border />

0 commit comments

Comments
 (0)