You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in local AP mode, we don't have access to the internet. It's a bit jarring hit "help" and getting a 400 error. An idea is to host the docs locally on the RPi, docs.pioreactor.local. Our docs use docusaurus, which is a React SPA with static assets. In fact, running python3 -m http.server in the build directory of the docs folder gets us 50% of the way there (a fully functioning website) - we only need to add a new config to lighttp that does a redirect.
Cons:
adds ~100mb to the image
how we update docs on remote Pioreactors? Could be a git repo on the Rpi
As a PDF
Tools exist to convert a docusaurus site to pdfs. The PDFs looks okay.
Cons:
adds ~50mb to the image
how we update docs on remote Pioreactors?
Doesn't take advantage of using a computer to do computer things
The text was updated successfully, but these errors were encountered:
As a web app
So in local AP mode, we don't have access to the internet. It's a bit jarring hit "help" and getting a 400 error. An idea is to host the docs locally on the RPi,
docs.pioreactor.local
. Our docs use docusaurus, which is a React SPA with static assets. In fact, runningpython3 -m http.server
in thebuild
directory of the docs folder gets us 50% of the way there (a fully functioning website) - we only need to add a new config to lighttp that does a redirect.Cons:
As a PDF
Tools exist to convert a docusaurus site to pdfs. The PDFs looks okay.
Cons:
The text was updated successfully, but these errors were encountered: