TINYDOC-3593: Correct the AI license key environment variable spelling and flag the license key placeholder. - #4344
Open
kemister85 wants to merge 1 commit into
Open
TINYDOC-3593: Correct the AI license key environment variable spelling and flag the license key placeholder.#4344kemister85 wants to merge 1 commit into
kemister85 wants to merge 1 commit into
Conversation
…g and flag the license key placeholder.
kemister85
requested review from
a team,
MitchC1999,
kimwoodfield,
ltrouton and
tiny-ben-tran
and removed request for
a team
September 7, 2026 03:04
kemister85
marked this pull request as ready for review
September 7, 2026 03:05
metricjs
approved these changes
Sep 8, 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-3593
Site: Staging branch
Changes:
modules/ROOT/pages/tinymceai-on-premises-getting-started.adoc.envaliasAI_LICENCE_KEYtoAI_LICENSE_KEYfor consistent US English spelling, across the.envexample, the[IMPORTANT]admonition, the prose describing the environment variable mapping, thedocker runblock, and the[WARNING]admonition. The placeholder value on the same line was also normalized (paste-ai-licence-key-heretopaste-ai-license-key-here).LICENSE_KEY(the container's own environment variable) andlicense_key(thetinymce.init()option) unchanged, as both are fixed API surface. The[IMPORTANT]admonition explaining that these are separate, non-interchangeable credentials is unchanged apart from the renamed alias.NOTEadmonition after thetoken-server.jslisting instructing the reader to replace'your-license-key'with the editor license key, distinguishing it from the AI service license key and linking to the License key page. The listing itself is unmodified.#_credentials, which does not exist on that page; the correct anchor is#credentials. One of these was pre-existing and produced a broken link.Pre-checks:
Review: