Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 300 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 300 Bytes

GenerateDocs

Building the Documentation via Docker

docker build -f docker/Dockerfile.oasis_docbuilder -t oasis_doc_builder .

docker run -v $(pwd):/tmp/output oasis_doc_builder:latest Which creates a tar file in the the current dir oasis_docs.tar.gz

Building Locally

./build.sh