Register set-available-attachment-versions extension - #195
Draft
JakeSCahill wants to merge 1 commit into
Draft
Conversation
Sets available-properties-tag / available-connect-version from what is actually in the content catalog so the UI's properties-json-url and connect-json-url meta tags never reference a JSON attachment that was not generated (top source of 404s: ~25k requests/day). Requires a docs-extensions-and-macros release containing redpanda-data/docs-extensions-and-macros#224. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
❌ Deploy Preview for redpanda-documentation failed. Why did it fail? →
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Registers the new
set-available-attachment-versionsAntora extension (redpanda-data/docs-extensions-and-macros#224) in all three playbooks.Why
The site's
properties-json-url/connect-json-urlmeta tags are built from release-tracking attributes that drift ahead of the generated JSON attachments, producing our top 404s (~25k requests/day) and silently breaking property tooltips onstreaming/current. The extension setsavailable-properties-tag/available-connect-versionfrom what actually exists in the catalog, and disables property tooltips on old streaming versions that have no properties JSON at all.Draft until a
@redpanda-data/docs-extensions-and-macrosrelease containing #224 is published — therequirepath doesn't exist in the currently installed package, so merging early breaks the build. After the release, re-runnpm update @redpanda-data/docs-extensions-and-macros(pin is^5.0.0) and mark ready.Related: docs-ui negative caching (redpanda-data/docs-ui#407), props v26.1.14 and connect 4.102.0 regeneration PRs (already open).
🤖 Generated with Claude Code