Skip to main content

mdxify.generator

MDX documentation generation.

Functions

is_module_empty

Check if a module documentation file indicates it’s empty.

generate_mdx

Generate MDX documentation from module info. Args:
  • module_info: Parsed module information
  • output_file: Path to write the MDX file
  • repo_url: GitHub repository URL for source links
  • branch: Git branch name for source links
  • root_module: Root module name for finding relative paths