Skip to content

v0.2.29

Choose a tag to compare

@zzstoatzz zzstoatzz released this 30 Aug 05:02
· 12 commits to main since this release
eb0399f

What's Changed

🐛 Bug Fixes

  • Clean up stale MDX files when using --all flag (#19)
    • When modules are renamed or deleted, old documentation files are now automatically removed
    • Only affects files belonging to the root module being regenerated
    • Ensures output directory stays in sync with current codebase

Example

When renaming module.old_name to module.new_name, running mdxify --all will now remove the stale module-old_name.mdx file.

Full Changelog: v0.2.28...v0.2.29