Skip to content

fix: fix MDX syntax errors in 11 docs pages (#251)#258

Open
alan707 wants to merge 1 commit intomainfrom
fix/mintignore-burndown-251
Open

fix: fix MDX syntax errors in 11 docs pages (#251)#258
alan707 wants to merge 1 commit intomainfrom
fix/mintignore-burndown-251

Conversation

@alan707
Copy link
Collaborator

@alan707 alan707 commented Mar 6, 2026

Summary

Fixes MDX syntax errors in 11 docs pages so Mintlify can parse and render them, removing them from .mintignore.

Files fixed

File Issues fixed
community/users.mdx {: .external} link class
concepts/build-files.mdx {: .external}, devsite nav table
concepts/dependencies.mdx { bare braces in <pre>, import at col 0, inline <pre>, devsite nav table
concepts/labels.mdx {{ "<var>" }} template → backtick, devsite nav table
concepts/visibility.mdx {#...} GitHub heading anchor
contribute/search.mdx {:#...} devsite anchors, <br><br />, \</td>&#92;</td>
docs/cc-toolchain-config-reference.mdx {:#...} anchors, <col> → self-closing, inline <pre>, multi-line <td>, 4-space code block with <inc0>
docs/user-manual.mdx 175 {:#...} anchors, {{ }} templates, ${} shell var escaping, inline <pre>, stray </p>
extending/config.mdx {:#...} anchors, bare {String:Object} dict literal
extending/platforms.mdx {:#...} anchors, {: .external}

Also adds upstream/** to .mintignore to exclude the git submodule from mint validate scans.

Remaining in .mintignore

Test plan

  • mint validate passes with zero parsing errors locally
  • Mintlify preview deployment builds successfully
  • Previously-broken pages render correctly in preview

Partial fix for #251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant