Fix MDX v3 compatibility: escape placeholder angle brackets in prose#559
Open
Fix MDX v3 compatibility: escape placeholder angle brackets in prose#559
Conversation
Agent-Logs-Url: https://github.com/openebs/website/sessions/cd366096-37d4-4db0-afa5-04705363ad52 Co-authored-by: Abhinandan-Purkait <32007083+Abhinandan-Purkait@users.noreply.github.com>
Wrap bare <placeholder> patterns outside code blocks in backtick inline code to prevent MDX v3 from treating them as JSX tags. Patterns fixed: - <"minio-pv-name">, <"postgres-pv-name">, <"prometheus-pv-name"> - <pool_id>, <pool_node>, <pv_name>, <replica_uuid> in metrics tables - <path_to_your_yaml> in prose (not in code blocks) - <Grafana_SVC_NodePort> and similar uppercase/underscore placeholders - <incr_snap_name>, <pool_node> and similar patterns in kb.md/spc docs Applied to main/ and all versioned_docs/ copies (74 files total). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Abhinandan-Purkait <32007083+Abhinandan-Purkait@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openebs/website/sessions/cd366096-37d4-4db0-afa5-04705363ad52 Co-authored-by: Abhinandan-Purkait <32007083+Abhinandan-Purkait@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Abhinandan-Purkait
April 13, 2026 11:30
View session
…ion, EditThisPage, netlify Node version Agent-Logs-Url: https://github.com/openebs/website/sessions/ab30f53c-5f27-4472-a010-3a6e1138b64f Co-authored-by: Abhinandan-Purkait <32007083+Abhinandan-Purkait@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openebs/website/sessions/16883ad8-043b-4bcf-a4ba-bba041a7c67c Co-authored-by: Abhinandan-Purkait <32007083+Abhinandan-Purkait@users.noreply.github.com>
…ull .navbar Agent-Logs-Url: https://github.com/openebs/website/sessions/7966e4ca-74ee-498b-a0d6-937be7c765f4 Co-authored-by: Abhinandan-Purkait <32007083+Abhinandan-Purkait@users.noreply.github.com>
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
Abhinandan-Purkait
approved these changes
Apr 14, 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.
docHtml.default→ renderDocContentdirectly inDocItem/index.jsCannot read properties of null (reading 'clientHeight')crash on page reload —useTOCHighlight(Docusaurus internal) callsdocument.querySelector('.navbar')!.clientHeightingetNavbarHeight(). The customHeaderhas no.navbarCSS class, so this returnsnulland crashes. Settingnavbar.hideOnScroll: truein the theme config makes Docusaurus use offset0instead of callinggetNavbarHeight(), preventing the crash.