TINYDOC-3601: Remove the stale plugin editor version compatibility page. - #4347
Open
kemister85 wants to merge 1 commit into
Open
TINYDOC-3601: Remove the stale plugin editor version compatibility page.#4347kemister85 wants to merge 1 commit into
kemister85 wants to merge 1 commit into
Conversation
kemister85
requested review from
MitchC1999,
ShiridiGandham and
tiny-ben-tran
September 8, 2026 23:27
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.
Ticket: TINYDOC-3601
Site: Staging branch
Changes:
The
plugin-editor-version-compatibility.adocpage has been removed. The page promised a compatibility matrix that did not exist, and once the stale June 2019 CDN URL note was set aside, its only remaining content was a premium plugin list already published onsupport.adocthrough the same partial.modules/ROOT/pages/plugin-editor-version-compatibility.adoc.:page-aliases: plugin-editor-version-compatibility.adoctomodules/ROOT/pages/editor-plugin-version.adocso the published URL redirects rather than returning a 404. This repository handles redirects through Antora page aliases, as used by 18 other pages.IMPORTANTadmonition in the "Specifying the Cloud Deployment of Plugins" section ofeditor-plugin-version.adoc.modules/ROOT/nav.adoc.modules/ROOT/pages/cloud-deployment-guide.adoc, along with the// Empty cell to even out rowspadding cell. The table held five content cells plus one pad; removing one content cell leaves four, which fills two complete rows without padding.plugin-editor-version-compatibilitycase from the URL categorization logic in-scripts/generate-llm-files.js.llms.txtandllms-full.txt.partials/misc/plugin-support-table.adocandpartials/misc/premium-plugin-list.adocare unchanged. Both are still in use:support.adocincludes the support table, and the premium plugin list is included byfeatures-only.adocandeditor-and-features.adoc.Accompanying correction to the generated LLM files:
Two version claims hardcoded in
-scripts/generate-llm-files.jswere inaccurate and are reprinted on every regeneration, so they are corrected here while the generated files are already being rebuilt:Pre-checks:
hotfix/8/TINYDOC-3601modules/ROOT/nav.adochas been updated.Review: