Skip to content

Conversation

@gyliu513
Copy link
Contributor

What does this PR do?

  • Issue

    • Docusaurus build fails when rendering docs/docs/api-openai/conformance.mdx because the generated MDX uses inline <details><summary> tags, which MDX treats as an inline paragraph and throws an end-tag mismatch error.
  • Solution

    • Update scripts/generate_openai_coverage_docs.py to emit <details> and <summary> on separate lines (block-level), then regenerate conformance.mdx with the new formatting so MDX parses correctly.

Fixed #4736

@leseb

Test Plan

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 26, 2026
Issue
Docusaurus build fails when rendering `docs/docs/api-openai/conformance.mdx` because the generated MDX uses inline `<details><summary>` tags, which MDX treats as an inline paragraph and throws an end-tag mismatch error.

Solution
Update `scripts/generate_openai_coverage_docs.py` to emit `<details>` and `<summary>` on separate lines (block-level), then regenerate `conformance.mdx` with the new formatting so MDX parses correctly.
@cdoern cdoern merged commit c82c398 into llamastack:main Jan 29, 2026
10 checks passed
@gyliu513 gyliu513 deleted the conformance branch January 29, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Conformance mark down caused some error for documentation

3 participants