revolt_rocket_okapi 0.10.0

OpenAPI (AKA Swagger) document generation for Rocket applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RapidDoc

This is a project the visualizes the `openapi.json` file into a webpage the user can navigate and
use for searching though the API documentation.

Repo: https://github.com/mrin9/RapiDoc
Webpage: https://mrin9.github.io/RapiDoc/

## How to update
Download the latest release: https://github.com/mrin9/RapiDoc/releases/latest
Copy the following file from the downloaded archive.
All files are located in the folder `/RapiDoc-x.x.x/dist/`:
 - rapidoc-min.js

The file `index.html` is custom for `rocket-okapi` and thus should not be replaced.

Make sure you also document the update in the changelog.