Search code examples
htmljekyll

How to create a single html from Jekyll documentation (for offline usage)?


We use Jekyll docs for creating our online documentation.

We wish to compile a single HTML file to act as a local/offline version of the online documentation. This we would then like to distribute to end users that may sometimes be without internet access.

Are there any plugins/libraries that can help facilitate such a process?


Solution

  • The project jekyll-docs exists for a similar reason — to provide documentation offline.