Skip to content

Commit eb5f3b4

Browse files
authored
Merge branch 'master' into jts-5948-fix-influxdb3-install
2 parents 3d6b811 + 1522e73 commit eb5f3b4

File tree

1,094 files changed

+46714
-44878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,094 files changed

+46714
-44878
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -455,27 +455,22 @@ v2: /influxdb/v2.0/get-started/
455455
Use the `prepend` and `append` frontmatter to add content to the top or bottom of a page.
456456
Each has the following fields:
457457

458-
- **block:** _(Optional)_ block style to wrap content in (note, warn, cloud, or enterprise)
459-
- **content:** _**(Required)**_ markdown content to add.
460-
461458
```yaml
462-
append:
463-
block: note
464-
content: |
465-
#### This is example markdown content
466-
This is just an example note block that gets appended to the article.
459+
append: |
460+
> [!Note]
461+
> #### This is example markdown content
462+
> This is just an example note block that gets appended to the article.
467463
```
468464

469465
Use this frontmatter with [cascade](#cascade) to add the same content to
470466
all children pages as well.
471467

472468
```yaml
473469
cascade:
474-
append:
475-
block: note
476-
content: |
477-
#### This is example markdown content
478-
This is just an example note block that gets appended to the article.
470+
append: |
471+
> [!Note]
472+
> #### This is example markdown content
473+
> This is just an example note block that gets appended to the article.
479474
```
480475

481476
### Cascade

content/influxdb/cloud/admin/buckets/delete-bucket.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ menu:
99
weight: 203
1010
aliases:
1111
- /influxdb/cloud/organizations/buckets/delete-bucket/
12+
source: /shared/influxdb-v2/admin/buckets/delete-bucket.md
1213
---
1314

14-
{{< duplicate-oss >}}
15+
<!-- The content of this file is at
16+
// SOURCE content/shared/influxdb-v2/admin/buckets/delete-bucket.md-->

content/influxdb/cloud/admin/tokens/create-token.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ alt_links:
1313
cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token
1414
cloud-dedicated: /influxdb3/cloud-dedicated/admin/tokens/database/create
1515
clustered: /influxdb3/clustered/admin/tokens/database/create
16+
source: /shared/influxdb-v2/admin/tokens/create-token.md
1617
---
1718

18-
{{< duplicate-oss >}}
19+
<!-- The content of this file is at
20+
// SOURCE content/shared/influxdb-v2/admin/tokens/create-token.md-->

content/influxdb/cloud/admin/tokens/delete-token.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ menu:
99
weight: 204
1010
aliases:
1111
- /influxdb/cloud/security/tokens/delete-token/
12+
source: /shared/influxdb-v2/admin/tokens/delete-token.md
1213
---
1314

14-
{{< duplicate-oss >}}
15+
<!-- The content of this file is at
16+
// SOURCE content/shared/influxdb-v2/admin/tokens/delete-token.md-->

content/influxdb/cloud/admin/tokens/update-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ menu:
99
weight: 203
1010
aliases:
1111
- /influxdb/cloud/security/tokens/update-tokens/
12+
source: /shared/influxdb-v2/admin/tokens/update-tokens.md
1213
---
1314

14-
{{< duplicate-oss >}}
15+
<!-- The content of this file is at
16+
// SOURCE content/shared/influxdb-v2/admin/tokens/update-tokens.md-->

content/influxdb/cloud/admin/tokens/use-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ menu:
99
weight: 204
1010
aliases:
1111
- /influxdb/cloud/security/tokens/use-tokens/
12+
source: /shared/influxdb-v2/admin/tokens/use-tokens.md
1213
---
1314

14-
{{< duplicate-oss >}}
15+
<!-- The content of this file is at
16+
// SOURCE content/shared/influxdb-v2/admin/tokens/use-tokens.md-->

content/influxdb/cloud/admin/tokens/view-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ weight: 202
1010
aliases:
1111
- /influxdb/cloud/users/tokens/view-tokens
1212
- /influxdb/cloud/security/tokens/view-tokens/
13+
source: /shared/influxdb-v2/admin/tokens/view-tokens.md
1314
---
1415

15-
{{< duplicate-oss >}}
16+
<!-- The content of this file is at
17+
// SOURCE content/shared/influxdb-v2/admin/tokens/view-tokens.md-->

content/influxdb/cloud/api-guide/api_intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ menu:
1010
aliases:
1111
- /influxdb/cloud/tools/api/
1212
influxdb/cloud/tags: [api]
13+
source: /shared/influxdb-v2/api-guide/api_intro.md
1314
---
1415

15-
{{< duplicate-oss >}}
16+
<!-- The content of this file is at
17+
// SOURCE content/shared/influxdb-v2/api-guide/api_intro.md-->

content/influxdb/cloud/api-guide/client-libraries/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ menu:
1414
name: Client libraries
1515
parent: Develop with the API
1616
influxdb/cloud/tags: [client libraries]
17+
source: /shared/influxdb-v2/api-guide/client-libraries/_index.md
1718
---
1819

19-
{{< duplicate-oss >}}
20+
<!-- The content of this file is at
21+
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/_index.md-->

content/influxdb/cloud/api-guide/client-libraries/arduino.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ menu:
1212
params:
1313
url: https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino
1414
weight: 201
15+
source: /shared/influxdb-v2/api-guide/client-libraries/arduino.md
1516
---
1617

17-
{{< duplicate-oss >}}
18+
<!-- The content of this file is at
19+
// SOURCE content/shared/influxdb-v2/api-guide/client-libraries/arduino.md-->

0 commit comments

Comments
 (0)