TINYDOC-3617: Backfill missing page description and navigation title attributes. - #4361
Open
kemister85 wants to merge 2 commits into
Open
kemister85 wants to merge 2 commits into
kemister85 wants to merge 2 commits into
Conversation
…eader and sentence-case their navigation titles.
Open
11 tasks
kemister85
marked this pull request as ready for review
September 24, 2026 22:29
kemister85
requested review from
MitchC1999,
ShiridiGandham and
tiny-ben-tran
September 24, 2026 22:29
metricjs
approved these changes
Sep 25, 2026
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-3617
Site: Staging branch
Changes:
modules/ROOT/pages/*.adoc: added:navtitle:to 29 pages and:description:toindex.adocandmultiple-editors.adoc; corrected the misspelled:descripton:attribute onspell-checking.adoc.modules/ROOT/nav.adoc: changed four navigation labels to sentence case so they match the new navigation titles.modules/ROOT/pages/tinymceai-*.adoc: moved the attribute block directly under the title on eight TinyMCE AI pages, where a blank line had kept their description and navigation title out of the document header; sentence-cased five of those navigation titles and the four matchingnav.adoclabels.How to test locally:
Open http://localhost:4000/tinymce/latest/ and check:
spell-checking/,multiple-editors/,tinymceai-models/andtinymceai-api-overview/contains<meta name="description" …>, and the start page (/tinymce/latest/) does too.git diff origin/tinymce/8 --statlists onlymodules/ROOT/pages/*.adocandmodules/ROOT/nav.adoc; no partials.The browser tab title and page heading do not change: they come from each page's
= Titleline, which this PR does not touch.Pre-checks:
modules/ROOT/nav.adochas been updated (if applicable).Review: