Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
Contributor
There was a problem hiding this comment.
♻️ Duplicate comments (1)
i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.0.md (1)
9-9:⚠️ Potential issue | 🔴 Critical | ⚡ Quick winUse MDX-safe comment anchors instead of classic heading IDs.
Both translated headings still use classic
{#...}IDs, which violates repo rules and can break Crowdin MDX import parsing.Proposed fix
-### Bekannte Probleme {`#known-issues`} +### Bekannte Probleme {/* `#known-issues` */} -### Rückschritte {`#rolling-back`} +### Rückschritte {/* `#rolling-back` */}As per coding guidelines: "For explicit heading anchors in MDX, especially translated docs, prefer Docusaurus's MDX-safe comment syntax:
### Heading {/*#stable-anchor*/}. Do not use classic heading IDs like### Heading {#stable-anchor}in translated MDX files; Crowdin's MDX import parser can reject them."Also applies to: 30-30
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.0.md` at line 9, Replace the classic MDX heading ID usage in the translated heading "### Bekannte Probleme {`#known-issues`}" with Docusaurus MDX-safe comment anchors by converting the trailing `{`#known-issues`}` into a comment-style anchor like `{/* `#known-issues` */}`; locate the same pattern in any other translated headings referenced (the second occurrence noted) and apply the same replacement to ensure Crowdin MDX import compatibility and adherence to the repo guideline.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Duplicate comments:
In
`@i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.0.md`:
- Line 9: Replace the classic MDX heading ID usage in the translated heading
"### Bekannte Probleme {`#known-issues`}" with Docusaurus MDX-safe comment anchors
by converting the trailing `{`#known-issues`}` into a comment-style anchor like
`{/* `#known-issues` */}`; locate the same pattern in any other translated
headings referenced (the second occurrence noted) and apply the same replacement
to ensure Crowdin MDX import compatibility and adherence to the repo guideline.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: a0600be6-5198-48eb-bfe4-84d682efd288
📒 Files selected for processing (4)
i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.0.mdi18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.0.mdi18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.0.mdi18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.0.md
[ci skip]
[ci skip]
[ci skip]
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.
Summary by CodeRabbit
Documentation Updates
UI/UX Improvements