Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 559 Bytes

OpenStorage API Website

This stores the sources and output for https://libopenstorage.github.io.

Build the website

To build:

make

To serve locally on http://localhost:4000 while editing, run:

make serve

Releasing

When releasing new version use the following method to maintain that release version on the documentation website:

  1. Add an entry to getcontent.sh
  2. Edit reference.md.tmpl
  3. Add an entry in the reference in `mkdocs.yml'
  4. Create docs/swagger-ui/<branch>.index.html and adjust the json file accordingly