Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
doc(api): document how to generate html api documentation (#8394)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Mar 5, 2020
1 parent f8b7410 commit eedb04f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 691 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#generic development files
www/index.html

#api html documentation
doc/API/centreon-api-v2.html

#backend development and project files
.idea/
vendor/
Expand Down
8 changes: 8 additions & 0 deletions doc/API/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# API Documentation Guide

## How to build ?

```console
npm install -g redoc-cli
redoc-cli bundle --options.hideDownloadButton=true centreon-api-v2.yaml -o centreon-api-v2.html
```
691 changes: 0 additions & 691 deletions doc/API/centreon-api-v2.html

This file was deleted.

0 comments on commit eedb04f

Please sign in to comment.