This stores the sources and output for https://libopenstorage.github.io.
To build:
make
To serve locally on http://localhost:4000
while editing, run:
make serve
When releasing new version use the following method to maintain that release version on the documentation website:
- Add an entry to
getcontent.sh
- Edit
reference.md.tmpl
- Add an entry in the reference in `mkdocs.yml'
- Create
docs/swagger-ui/<branch>.index.html
and adjust the json file accordingly