Skip to content

Commit ef45c7c

Browse files
committed
fix(monolith): get-started cleanup
1 parent 7b8f1a4 commit ef45c7c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

content/influxdb3/enterprise/admin/databases/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ source: /shared/influxdb3-admin/databases/_index.md
2121
---
2222

2323
<!--
24-
The content of this file is located at content/shared/influxdb3-admin/databases/_index.md
24+
The content of this file is located at
25+
// SOURCE content/shared/influxdb3-admin/databases/_index.md
2526
-->

content/influxdb3/enterprise/get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ source: /shared/v3-enterprise-get-started/_index.md
1818

1919
<!--
2020
The content of this page is at
21-
// SOURCE content/shared/v3-enterprise-get-started/_index.md_index.md
21+
// SOURCE content/shared/v3-enterprise-get-started/_index.md
2222
-->

content/shared/v3-core-get-started/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ and provide the following:
138138
- `--node-id`: A string identifier that distinguishes individual server instances within the cluster.
139139
This forms the final part of the storage path: `<CONFIGURED_PATH>/<NODE_ID>`.
140140
In a multi-node setup, this ID is used to reference specific nodes.
141-
- _Optional_ `--without-auth`: Disables authentication and authorization (admin token) for the server.
142-
If not specified, authentication is enabled by default.
143141

144142
> [!Note]
145143
> #### Diskless architecture

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ and provide the following:
136136
for your object store configuration.
137137
- `--cluster-id`: A string identifier that determines part of the storage path hierarchy. All nodes within the same cluster share this identifier. The storage path follows the pattern `<CONFIGURED_PATH>/<CLUSTER_ID>/<NODE_ID>`. In a multi-node setup, this ID is used to reference the entire cluster.
138138
- `--node-id`: A string identifier that distinguishes individual server instances within the cluster. This forms the final part of the storage path: `<CONFIGURED_PATH>/<CLUSTER_ID>/<NODE_ID>`. In a multi-node setup, this ID is used to reference specific nodes.
139-
- _Optional_ `--without-auth`: Disables authentication and authorization (admin token and database tokens) for the server. If not specified, authentication is enabled by default.
140139

141140
> [!Note]
142141
> The combined path structure `<CONFIGURED_PATH>/<CLUSTER_ID>/<NODE_ID>` ensures proper organization of data in your object store, allowing for clean separation between clusters and individual nodes.
@@ -231,7 +230,7 @@ influxdb3 serve --help
231230
When starting {{% product-name %}} for the first time, it prompts you to enter an email address for verification. You will receive an email with a verification link.
232231
Upon verification, the license creation, retrieval, and application are automated.
233232

234-
_During the alpha period, licenses are valid until May 7, 2025._
233+
_During the beta period, licenses are valid until May 7, 2025._
235234

236235
### Data model
237236

0 commit comments

Comments
 (0)