thomvaill / log4brains

✍️ Log and publish your architecture decisions (ADR)
Apache License 2.0
1.13k stars 95 forks source link

Build output to a single HTML file #112

Open tschbc opened 1 year ago

tschbc commented 1 year ago

Feature Request

Feature Suggestion

Provide an option to bundle the output static web files into a single HTML file with all functionality intact.

Context

I want to simplify deployment as much as possible so members of my project team can have easy access to read ADRs with all of the nice features that log4brains has (superseding, search, etc.). I think that being able to pass around a single HTML file is the ideal way to achieve this (upload to SharePoint, send via IMs, network share).

I tried doing this on my own with web-resource-inliner but I have next to zero knowledge of Node and was only able to get the index page to load—no hyperlink navigation, no search.

Alternatively, if there is a very easy way to do this already, I would greatly appreciate someone walking me through it if they're willing.