This repo contains the build tools and templates necessary to transform markdown files in docs repo to html for publication on Github pages.
- Make sure you have Docker and Docker Compose installed and access to checkout github.com:Cray-HPE/docs-csm.git.
- Run
bin/build.sh
. (This creates a public folder with the html.) - Run
bin/dev.sh
and view the result at http://localhost/docs-csm
You can build SAT docs using the same scripts as the CSM docs use.
- Make sure you have Docker and Docker Compose installed and access to checkout the SAT docs repo (see conf/sat.sh)
- Run
bin/build.sh sat
. - Run
bin/dev.sh sat
and view the result at http://localhost/docs-sat