Skip to content

Conversation

@jake-mahon
Copy link
Contributor

Summary

Fix MDX compilation errors discovered during static site generation that prevent successful builds.

Changes

  • Fix JSX variable escaping in custom attribute error titles ({x} and {y} variables)
  • Convert HTML-style string props to proper JSX style objects for 3 files
  • Resolve static site generation errors preventing deployment

Files Fixed

  • docs/kb/auditor/error_the_custom_attribute_{x}_was_requested,_but_not_set_in_domain_1_for_the_{y}_object_class.md
  • docs/kb/auditor/group-policy-error-is-not-in-a-valid-format.md
  • docs/kb/auditor/investigating-failed-logons.md
  • docs/kb/general/error-401-unauthorized-access-is-denied-due-to-invalid-credentials.md

Test Plan

  • Local build tested successfully
  • MDX compilation errors resolved
  • Static site generation should now pass

🤖 Generated with Claude Code

- Escape {x} and {y} variables in custom attribute error title
- Convert style string props to JSX style objects
- Fix 4 files causing static site generation errors
@james-s-anderson james-s-anderson self-requested a review September 15, 2025 14:14
@james-s-anderson james-s-anderson merged commit 76a38ba into dev Sep 15, 2025
3 checks passed
@james-s-anderson james-s-anderson deleted the add-kb-to-docs branch September 15, 2025 14:16
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.

3 participants