Merge branch 'master' into 6403-influxdb3-perf-tuning
commit
d79a6d7304
|
@ -208,6 +208,23 @@ When building shared content, use the `show-in` and `hide-in` shortcodes to show
|
|||
or hide blocks of content based on the current InfluxDB product/version.
|
||||
For more information, see [show-in](#show-in) and [hide-in](#hide-in).
|
||||
|
||||
#### Links in shared content
|
||||
|
||||
When creating links in shared content files, use `/influxdb3/version/` instead of the `{{% product-key %}}` shortcode.
|
||||
The keyword `version` gets replaced during the build process with the appropriate product version.
|
||||
|
||||
**Use this in shared content:**
|
||||
```markdown
|
||||
[Configuration options](/influxdb3/version/reference/config-options/)
|
||||
[CLI serve command](/influxdb3/version/reference/cli/influxdb3/serve/)
|
||||
```
|
||||
|
||||
**Not this:**
|
||||
```markdown
|
||||
[Configuration options](/influxdb3/{{% product-key %}}/reference/config-options/)
|
||||
[CLI serve command](/influxdb3/{{% product-key %}}/reference/cli/influxdb3/serve/)
|
||||
```
|
||||
|
||||
#### Shortcodes in Markdown files
|
||||
|
||||
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
|
|||
- Format code examples to fit within 80 characters
|
||||
- Use long options in command line examples (`--option` instead of `-o`)
|
||||
- Use GitHub callout syntax for notes and warnings
|
||||
- Image naming: `project/version-context-description.png`
|
||||
- Image naming: `project/version-context-description.png`
|
||||
|
|
|
@ -9,7 +9,13 @@ aliases:
|
|||
- /kapacitor/v1/about_the_project/releasenotes-changelog/
|
||||
---
|
||||
|
||||
## v1.8.1 {date="2025-09-08}
|
||||
## v1.8.2 {date="2025-09-29"}
|
||||
|
||||
### Features
|
||||
|
||||
- Enhanced support for InfluxDB 3
|
||||
|
||||
## v1.8.1 {date="2025-09-08"}
|
||||
|
||||
### Dependency updates
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ kapacitor:
|
|||
versions: [v1]
|
||||
latest: v1.8
|
||||
latest_patches:
|
||||
v1: 1.8.1
|
||||
v1: 1.8.2
|
||||
ai_sample_questions:
|
||||
- How do I configure Kapacitor for InfluxDB v1?
|
||||
- How do I write a custom Kapacitor task?
|
||||
|
|
Loading…
Reference in New Issue