How to create 1 bundled HTML file for offline documentation?

Hi there,

We use Jekyll docs for our online documentation - and it’s great!

A lot of our users, however, need to be able to access the documentation while offline.

For this purpose we were thinking of somehow bundling our documentation into a single HTML file, which would contain our entire documentation. The file would open in the browser, but be accessible without internet access.

Any suggestions on how to achieve this?

Thank you,
Martin

You could use a service worker to give your Jekyll built site offline capabilities.
If you search around there are plenty of tutorials and plugins to help.

this is the exact perfect answer :slight_smile:
I do this on terminaladdict.com using workbox . .and it works perfectly