Autonomous installation without any external/CDN/https dependencies? #144
Replies: 5 comments 5 replies
|
Background: We want to host company IT documentation in-house as .md, and when desaster strikes (Internet down) all the documentation must still be viewable, as long as the local webserver is running! |
|
I'll provide an easy solution for this use-case soon. |
|
PS: Syntax highlighting on code blocks is not much of a concern for me. So its more important to be independant of any external/CDN/https dependencies than having highlight.js on board with support for a ton of languages. |
|
For convenience, I created a repo here: https://github.com/zerodevx/zero-md-bundled that builds everything into a local bundle. You can just download the |
|
Works like a charm! Thank you so much, you are a legend!! Can I buy you some coffee and/or beer? :-) |
Uh oh!
There was an error while loading. Please reload this page.
Can I (and how?) use zero-md in a No-Internet environment? As an autonomous installation without any external/CDN/https dependencies in a local webserver (LAN only)?
All reactions