Here you will find documentation in Markdown format and some scripts to build the VMX documentation and push it to https://docs.vision.ai.
Compilation uses http://www.mkdocs.org/ to generate a static site.
./compile.sh
If you don't want to embed Google Analytics code and build a tarball suitable for VMX standalone releases, run:
./compile_local.sh
This will generate a "site/" folder which can be bundled and sent off to the documentation server.
./serve.sh
This will broadcast the docs on the local network, so that they can be viewed on iOS/Android devices.
This will send off the documentation to docs.vision.ai
./upload.sh
./upload_local.sh
This requires a checkout of this directory on the docs file server
./server/start_nginx_docker.sh
NOTE: if you are serving over https, you'll need something like nginx-proxy from jwilder and your own SSL certs. If you are a vision.ai admin, use nginx-ssl-proxy.