Skip to content

Conversation

@mortenpi
Copy link
Member

@mortenpi mortenpi commented Aug 16, 2023

It's a pretty common operation to want to do some operation on every HTML file of a Documenter build. E.g. to figure out the sizes of all HTML files:

filesizes = DocumenterTools.walkdocs("docs/build"; collect=true) do fileinfo
    fileinfo.relpath => filesize(fileinfo.fullpath)
end

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