Skip to content

Commit d79a6d7

Browse files
authored
Merge branch 'master' into 6403-influxdb3-perf-tuning
2 parents d21a61e + ed87cf5 commit d79a6d7

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

.github/instructions/content.instructions.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,23 @@ When building shared content, use the `show-in` and `hide-in` shortcodes to show
208208
or hide blocks of content based on the current InfluxDB product/version.
209209
For more information, see [show-in](#show-in) and [hide-in](#hide-in).
210210

211+
#### Links in shared content
212+
213+
When creating links in shared content files, use `/influxdb3/version/` instead of the `{{% product-key %}}` shortcode.
214+
The keyword `version` gets replaced during the build process with the appropriate product version.
215+
216+
**Use this in shared content:**
217+
```markdown
218+
[Configuration options](/influxdb3/version/reference/config-options/)
219+
[CLI serve command](/influxdb3/version/reference/cli/influxdb3/serve/)
220+
```
221+
222+
**Not this:**
223+
```markdown
224+
[Configuration options](/influxdb3/{{% product-key %}}/reference/config-options/)
225+
[CLI serve command](/influxdb3/{{% product-key %}}/reference/cli/influxdb3/serve/)
226+
```
227+
211228
#### Shortcodes in Markdown files
212229

213230
For the complete shortcodes reference, see `/.github/instructions/shortcodes-reference.instructions.md`.
@@ -219,4 +236,4 @@ For the complete shortcodes reference, see `/.github/instructions/shortcodes-ref
219236
- Format code examples to fit within 80 characters
220237
- Use long options in command line examples (`--option` instead of `-o`)
221238
- Use GitHub callout syntax for notes and warnings
222-
- Image naming: `project/version-context-description.png`
239+
- Image naming: `project/version-context-description.png`

content/kapacitor/v1/reference/about_the_project/release-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ aliases:
99
- /kapacitor/v1/about_the_project/releasenotes-changelog/
1010
---
1111

12-
## v1.8.1 {date="2025-09-08}
12+
## v1.8.2 {date="2025-09-29"}
13+
14+
### Features
15+
16+
- Enhanced support for InfluxDB 3
17+
18+
## v1.8.1 {date="2025-09-08"}
1319

1420
### Dependency updates
1521

data/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ kapacitor:
171171
versions: [v1]
172172
latest: v1.8
173173
latest_patches:
174-
v1: 1.8.1
174+
v1: 1.8.2
175175
ai_sample_questions:
176176
- How do I configure Kapacitor for InfluxDB v1?
177177
- How do I write a custom Kapacitor task?

0 commit comments

Comments
 (0)