Skip to content

API Docs generator performance improvement and bug fixes#2821

Merged
abose merged 3 commits intomainfrom
pluto/minor-fixes
Apr 19, 2026
Merged

API Docs generator performance improvement and bug fixes#2821
abose merged 3 commits intomainfrom
pluto/minor-fixes

Conversation

@devvaannsh
Copy link
Copy Markdown
Member

The build was slow because it was opening a new program for every file to generate docs. Now it loads the tool once and reuses it for all files, which is way faster.

Also, some markdown files kept showing up as changed in git even though nothing actually changed (for example: prettier.markdown file appearing everytime the build runs even though no content changes are there). This was because of invisible line ending differences. Fixed that too by making sure all files use the same line endings.

The fix is thoroughly-tested. Safe to merge!

@sonarqubecloud
Copy link
Copy Markdown

@abose abose merged commit b63caf9 into main Apr 19, 2026
16 of 21 checks passed
@abose abose deleted the pluto/minor-fixes branch April 19, 2026 05:31
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.

2 participants