Skip to content

Commit

Permalink
📒 add redoc api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Dec 19, 2023
1 parent 0b3c04b commit f66bc92
Show file tree
Hide file tree
Showing 7 changed files with 951 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/redoc-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Generate Redoc Documentation

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14

- name: Generate documentation
run: npx @redocly/cli build-docs openapi.yml
16 changes: 16 additions & 0 deletions mds-foundation-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f66bc92

Please sign in to comment.