Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 307 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 307 Bytes

bric-lungs doc

This repository hosts the API documentation for the BRIC-LUNGS project.

deploy

  1. Edit the openapi.yaml template as needed
  2. Run npx redoc-cli bundle openapi.yaml && mv redoc-static.html index.html && sed -i '7 i \ \ <link rel="icon" type="image/png" href="favicon.png"/>' index.html