An open API service indexing awesome lists of open source software.

https://github.com/libopenstorage/libopenstorage.github.io

Content for https://libopenstorage.github.io
https://github.com/libopenstorage/libopenstorage.github.io

Last synced: over 1 year ago
JSON representation

Content for https://libopenstorage.github.io

Awesome Lists containing this project

README

          

# 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`
1. Edit `reference.md.tmpl`
1. Add an entry in the reference in `mkdocs.yml'
1. Create `docs/swagger-ui/.index.html` and adjust the json file accordingly