Skip to content

Correct Core/Enterprise release-notes targets in shared upgrade doc and fix shortcode line-break rendering#7119

Merged
jstirnaman merged 4 commits intomasterfrom
copilot/update-release-notes-links
Apr 19, 2026
Merged

Correct Core/Enterprise release-notes targets in shared upgrade doc and fix shortcode line-break rendering#7119
jstirnaman merged 4 commits intomasterfrom
copilot/update-release-notes-links

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 19, 2026

The shared InfluxDB 3 upgrade content was linking to outdated release-notes paths and mixed Core/Enterprise wording in a single shortcode-inline sentence. This updates links to the correct product-specific URLs and restructures the shortcode block to avoid broken line-break behavior.

  • Scope

    • Updated shared content file:
      • content/shared/influxdb3-admin/upgrade.md
  • Link target corrections

    • Replaced outdated Enterprise links:
      • /influxdb3/enterprise/reference/release-notes/
    • With correct path:
      • /influxdb3/enterprise/release-notes/
    • Added/used correct Core path in Core-visible content:
      • /influxdb3/core/release-notes/
  • Shortcode formatting fix (show-in/hide-in-adjacent line breaks)

    • Replaced inline mixed shortcode sentence with product-specific show-in blocks so each product renders a clean sentence and correct link target.
{{% show-in "core" %}}
Before upgrading your {{% product-name %}} instance, review the [release notes](/influxdb3/core/release-notes/) ...
{{% /show-in %}}
{{% show-in "enterprise" %}}
Before upgrading your {{% product-name %}} cluster, review the [release notes](/influxdb3/enterprise/release-notes/) ...
{{% /show-in %}}
Original prompt

Update the release notes links for InfluxDB 3.0 Core and Enterprise to their respective correct targets:

  • Core: /influxdb3/core/release-notes/
  • Enterprise: /influxdb3/enterprise/release-notes/

Additionally, fix any line break formatting issues likely introduced around show-in/hide-in shortcodes.

Steps:

  1. Search for existing links to release notes for Core and Enterprise and update them to the above URLs.
  2. Review sections containing show-in or hide-in shortcodes where line breaks appear incorrect, and fix the formatting so content displays as intended.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: Current user's login: jstirnaman

User: fix release notes links for Core and Enterprise--respective targets:

  • /influxdb3/core/release-notes/
  • /influxdb3/enterprise/release-notes/

Fix line breaks (likely introduced around show-in/hide-in shortcodes).

Assistant: To proceed, I need to know the repository where you want these release notes link updates and line break fixes applied. Please provide the owner/repository (e.g., influxdata/docs-v2), and I can open a pull request for you.

Assistant: New message from Copilot

This pull request was created from Copilot chat.

Copilot AI changed the title [WIP] Update release notes links for InfluxDB 3.0 Core and Enterprise Correct Core/Enterprise release-notes targets in shared upgrade doc and fix shortcode line-break rendering Apr 19, 2026
Copilot AI requested a review from jstirnaman April 19, 2026 14:43
@jstirnaman jstirnaman marked this pull request as ready for review April 19, 2026 14:43
@jstirnaman jstirnaman requested a review from a team as a code owner April 19, 2026 14:43
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 19, 2026

Vale Style Check Results

Metric Count
Errors 0
Warnings 2
Suggestions 0
Warnings (2)
File Line Rule Message
content/influxdb3/core/admin/upgrade.md 17 InfluxDataDocs.WordList Use 'administrator' instead of 'admin'.
content/influxdb3/enterprise/admin/upgrade.md 19 InfluxDataDocs.WordList Use 'administrator' instead of 'admin'.

Check passed

Comment thread content/shared/influxdb3-admin/upgrade.md Outdated
Comment thread content/shared/influxdb3-admin/upgrade.md Outdated
@github-actions github-actions bot added product:shared Shared content across products product:v3-monolith InfluxDB 3 Core and Enterprise (single-node / clusterable) labels Apr 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

PR Preview Action v1.4.8
🚀 Deployed preview to https://influxdata.github.io/docs-v2/pr-preview/pr-7119/
on branch gh-pages at 2026-04-19 14:48 UTC

@jstirnaman jstirnaman merged commit 0e4c976 into master Apr 19, 2026
16 of 17 checks passed
github-actions bot added a commit that referenced this pull request Apr 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:shared Shared content across products product:v3-monolith InfluxDB 3 Core and Enterprise (single-node / clusterable)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants