v0.2.29
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