TINYDOC-3575 - Fix cross-reference rendering as literal text in the MCP OAuth section - #4303
Merged
Merged
Conversation
…CP OAuth section
kemister85
requested review from
a team,
kimwoodfield,
ltrouton,
shanmen-tiny and
tiny-ben-tran
and removed request for
a team
August 11, 2026 00:39
kemister85
marked this pull request as ready for review
August 11, 2026 00:39
metricjs
approved these changes
Aug 11, 2026
ShiridiGandham
approved these changes
Aug 11, 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-3575
Site: Staging branch
Changes:
modules/ROOT/pages/tinymceai-on-premises-mcp.adoc: replaced the bare<<mcp-troubleshooting>>reference in the MCP server URL for OAuth section withxref:#mcp-troubleshooting[Troubleshooting]. The target is an inline anchor with no title, so Asciidoctor fell back to rendering the identifier as literal[mcp-troubleshooting]text instead of a link.modules/ROOT/pages/tinymceai-on-premises-mcp.adoc: moved the[[mcp-troubleshooting]]anchor into the table cell it describes. The anchor previously sat on its own line inside the table body, which attached it to the end of the preceding row rather than to theinitializeMcpOAuth hangs for 60+ seconds with no responserow.Verified in a local build: the reference renders as
<a href="#mcp-troubleshooting">Troubleshooting</a>and the anchor resolves to the intended troubleshooting row.Pre-checks:
hotfix/8/TINYDOC-3575Review: