Skip to content

Commit 40d2e0f

Browse files
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent 4403dd9 commit 40d2e0f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

api-docs/influxdb3/cloud-dedicated/management/content/info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: InfluxDB 3 Cloud Dedicated Management API
22
x-influxdata-short-title: Management API
33
description: |
4-
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance.
4+
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster.
55
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
66
77
This documentation is generated from the

api-docs/influxdb3/cloud-dedicated/management/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: InfluxDB 3 Cloud Dedicated Management API
44
description: |
5-
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance.
5+
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster.
66
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
77
88
This documentation is generated from the

api-docs/influxdb3/core/v3/ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
interacting with InfluxDB 3 Core databases and resources.
77
Use this API to:
88
9-
- Write data stored in InfluxDB 3 Core databases
9+
- Write data to InfluxDB 3 Core databases
1010
- Query data using SQL or InfluxQL
1111
- Process data using Processing engine plugins
1212
- Manage databases, tables, and Processing engine triggers

api-docs/influxdb3/enterprise/v3/content/info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |
1010
interacting with InfluxDB 3 Enterprise databases and resources.
1111
Use this API to:
1212
13-
- Write data stored in InfluxDB 3 Enterprise databases
13+
- Write data to InfluxDB 3 Enterprise databases
1414
- Query data using SQL or InfluxQL
1515
- Process data using Processing engine plugins
1616
- Manage databases, tables, and Processing engine triggers

content/influxdb3/core/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Use the `influxdb3-core` Docker image to deploy {{< product-name >}} in a
135135
Docker container.
136136
The image is available for x86_64 (AMD64) and ARM64 architectures.
137137
138-
### Using Docker CLI
138+
### Use Docker CLI
139139
140140
<!--pytest.mark.skip-->
141141
```bash
@@ -160,7 +160,7 @@ docker pull \
160160
quay.io/influxdb/influxdb3-core:latest
161161
```
162162
163-
### Using Docker Compose
163+
### Use Docker Compose
164164
165165
1. Open `compose.yaml` for editing and add a `services` entry for {{% product-name %}}--for example:
166166

0 commit comments

Comments
 (0)