Hello everyone
I'm working on a docusaurus website that I would like to use on a computer with limited rights. No server allowed, not many option I can change, etc... My website is simple and shouldn't need scripts (or limited).
Actually, I found 3 ways to do it :
  • The offline build (nmp run build and copy the build).
Even with a service worker and the offlineModeActivationStrategies option, every browser tried has an issue with security. It works if I toggle two options off, but I can't on the target computer. Without service worker, the links between pages are broken since they target directories and not index.html files, so... Actually, seems a dead end to me
  • The PDF conversion
Listed in another post. Could do the job, but couldn't find any way to make the converter works (must be me). Wait & See if the request is developed
  • The electron app
Seems a really good solution. Embedded explorer in an app could do the job. The only problem : I didn't find any tutorial to do so (everyone explain how to deploy your website or test it, not to build an app). I'm a total noob with electron so I need to learn a bit more before doing it on my own but actually, seems the only actual solution
Must be other options, but I couldn't find any. I hope gods of docusaurus will read this request and add this functionnality :)