diff --git a/api-docs/influxdb3/cloud-dedicated/management/content/info.yml b/api-docs/influxdb3/cloud-dedicated/management/content/info.yml index 32171c2b7..b18e6956f 100644 --- a/api-docs/influxdb3/cloud-dedicated/management/content/info.yml +++ b/api-docs/influxdb3/cloud-dedicated/management/content/info.yml @@ -1,7 +1,7 @@ title: InfluxDB 3 Cloud Dedicated Management API x-influxdata-short-title: Management API description: | - The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance. + The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster. The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application. This documentation is generated from the diff --git a/api-docs/influxdb3/cloud-dedicated/management/openapi.yml b/api-docs/influxdb3/cloud-dedicated/management/openapi.yml index d18885231..74868b46b 100644 --- a/api-docs/influxdb3/cloud-dedicated/management/openapi.yml +++ b/api-docs/influxdb3/cloud-dedicated/management/openapi.yml @@ -2,7 +2,7 @@ openapi: 3.1.0 info: title: InfluxDB 3 Cloud Dedicated Management API description: | - The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance. + The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster. The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application. This documentation is generated from the diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index 0b9f85078..dfdf97783 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -6,7 +6,7 @@ info: interacting with InfluxDB 3 Core databases and resources. Use this API to: - - Write data stored in InfluxDB 3 Core databases + - Write data to InfluxDB 3 Core databases - Query data using SQL or InfluxQL - Process data using Processing engine plugins - Manage databases, tables, and Processing engine triggers diff --git a/api-docs/influxdb3/enterprise/v3/content/info.yml b/api-docs/influxdb3/enterprise/v3/content/info.yml index 6587191d7..75b1d1cc9 100644 --- a/api-docs/influxdb3/enterprise/v3/content/info.yml +++ b/api-docs/influxdb3/enterprise/v3/content/info.yml @@ -10,7 +10,7 @@ description: | interacting with InfluxDB 3 Enterprise databases and resources. Use this API to: - - Write data stored in InfluxDB 3 Enterprise databases + - Write data to InfluxDB 3 Enterprise databases - Query data using SQL or InfluxQL - Process data using Processing engine plugins - Manage databases, tables, and Processing engine triggers diff --git a/content/influxdb3/core/install.md b/content/influxdb3/core/install.md index 2657fbfeb..0beb581c7 100644 --- a/content/influxdb3/core/install.md +++ b/content/influxdb3/core/install.md @@ -135,7 +135,7 @@ Use the `influxdb3-core` Docker image to deploy {{< product-name >}} in a Docker container. The image is available for x86_64 (AMD64) and ARM64 architectures. -### Using Docker CLI +### Use Docker CLI ```bash @@ -160,7 +160,7 @@ docker pull \ quay.io/influxdb/influxdb3-core:latest ``` -### Using Docker Compose +### Use Docker Compose 1. Open `compose.yaml` for editing and add a `services` entry for {{% product-name %}}--for example: