Skip to content

Commit 25e349b

Browse files
sandersonjstirnaman
authored andcommitted
Base updates for beta (#5893)
* base changes for beta * updated beta notification slug
1 parent 8526d7d commit 25e349b

File tree

24 files changed

+130
-108
lines changed

24 files changed

+130
-108
lines changed

assets/styles/layouts/_homepage.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
}
121121
}
122122

123-
&.alpha {
123+
&.beta {
124124
.product-info h3::after {
125-
content: "alpha";
125+
content: "beta";
126126
margin-left: .5rem;
127127
font-size: 1rem;
128128
padding: .25em .5em .25em .4em;

assets/styles/layouts/article/_blocks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ blockquote {
9797
"blocks/important",
9898
"blocks/warning",
9999
"blocks/caution",
100-
"blocks/alpha";
100+
"blocks/beta";

assets/styles/layouts/article/blocks/_alpha.scss renamed to assets/styles/layouts/article/blocks/_beta.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.block.alpha {
1+
.block.beta {
22
@include gradient($grad-burningDusk);
33
padding: 4px;
44
border: none;
55
border-radius: 25px !important;
66

7-
.alpha-content {
7+
.beta-content {
88
background: $article-bg;
99
border-radius: 21px;
1010
padding: calc(1.65rem - 4px) calc(2rem - 4px) calc(.1rem + 4px) calc(2rem - 4px);

content/shared/influxdb3-admin/databases/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provide the following:
77
- {{< product-name >}} authorization token
88

99
> [!Note]
10-
> While in alpha, {{< product-name >}} does not require an authorization token.
10+
> While in beta, {{< product-name >}} does not require an authorization token.
1111
1212
<!--Allow fail for database create and delete: namespaces aren't reusable-->
1313
<!--pytest.mark.skip-->

content/shared/influxdb3-admin/databases/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Provide the following:
1414
- {{< product-name >}} authorization token
1515

1616
> [!Note]
17-
> While in alpha, {{< product-name >}} does not require an authorization token.
17+
> While in beta, {{< product-name >}} does not require an authorization token.
1818
1919
{{% code-placeholders "DATABASE_NAME" %}}
2020
```sh

content/shared/influxdb3-admin/databases/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Provide the following:
99
- {{< product-name >}} authorization token with the `-t`, `--token` option
1010

1111
> [!Note]
12-
> While in alpha, {{< product-name >}} does not require an authorization token.
12+
> While in beta, {{< product-name >}} does not require an authorization token.
1313
1414
```sh
1515
influxdb3 show databases

content/shared/influxdb3-query-guides/execute-queries/influxdb-v1-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Provide the following with your request:
2323
- **Authorization:** `Bearer AUTH_TOKEN`
2424

2525
> [!Note]
26-
> While in alpha, {{< product-name >}} does not require an authorization
26+
> While in beta, {{< product-name >}} does not require an authorization
2727
> token. You can either omit this header or include it with an arbitrary
2828
> token string.
2929

content/shared/influxdb3-sample-data/sample-data.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Replace the following in the sample script:
221221
your {{< product-name >}} authorization token
222222

223223
> [!Note]
224-
> While in alpha, {{< product-name >}} does not require an authorization token.
224+
> While in beta, {{< product-name >}} does not require an authorization token.
225225
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
226226
> you can provide an arbitrary token string.
227227
@@ -374,7 +374,7 @@ Replace the following in the sample script:
374374
your {{< product-name >}} authorization token
375375

376376
> [!Note]
377-
> While in alpha, {{< product-name >}} does not require an authorization token.
377+
> While in beta, {{< product-name >}} does not require an authorization token.
378378
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
379379
> you can provide an arbitrary token string.
380380
@@ -481,7 +481,7 @@ Replace the following in the sample script:
481481
your {{< product-name >}} authorization token
482482

483483
> [!Note]
484-
> While in alpha, {{< product-name >}} does not require an authorization token.
484+
> While in beta, {{< product-name >}} does not require an authorization token.
485485
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
486486
> you can provide an arbitrary token string.
487487
@@ -578,7 +578,7 @@ Replace the following in the sample script:
578578
your {{< product-name >}} authorization token
579579

580580
> [!Note]
581-
> While in alpha, {{< product-name >}} does not require an authorization token.
581+
> While in beta, {{< product-name >}} does not require an authorization token.
582582
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
583583
> you can provide an arbitrary token string.
584584
@@ -677,7 +677,7 @@ Replace the following in the sample script:
677677
your {{< product-name >}} authorization token
678678

679679
> [!Note]
680-
> While in alpha, {{< product-name >}} does not require an authorization token.
680+
> While in beta, {{< product-name >}} does not require an authorization token.
681681
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
682682
> you can provide an arbitrary token string.
683683

content/shared/influxdb3-visualize/grafana.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When creating an InfluxDB data source that uses SQL to query data:
7171
- **Token**: Provide an arbitrary string.
7272
7373
> [!Note]
74-
> While in alpha, {{< product-name >}} does not require an authorization token.
74+
> While in beta, {{< product-name >}} does not require an authorization token.
7575
7676
- **Insecure Connection**: If _not_ using HTTPS, enable this option.
7777
@@ -102,7 +102,7 @@ When creating an InfluxDB data source that uses InfluxQL to query data:
102102
- **Password**: Provide an arbitrary string.
103103
104104
> [!Note]
105-
> While in alpha, {{< product-name >}} does not require an authorization
105+
> While in beta, {{< product-name >}} does not require an authorization
106106
> token, but the **Password** field does require a value.
107107
108108
- **HTTP Method**: Choose one of the available HTTP request methods to use when querying data:

content/shared/influxdb3-visualize/superset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ a database connection.
215215
- **`?token`**: InfluxDB authorization token
216216
217217
> [!Note]
218-
> While in alpha, {{< product-name >}} does not require an authorization token.
218+
> While in beta, {{< product-name >}} does not require an authorization token.
219219
220220
{{< code-callout "&lt;(domain|port|database-name|token)&gt;" >}}
221221
{{< code-callout "localhost|8181|example-database|example-token" >}}

0 commit comments

Comments
 (0)