chore(docs): add redocly config file

This commit is contained in:
Gabe Kangas 2024-07-02 14:21:47 -07:00
parent dddd6b8f8d
commit dd5fa8dd57
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Run redoc on openapi.yaml
run: |
npx @redocly/cli build-docs openapi.yaml -o docs/api/index.html
npx @redocly/cli --config docs/api/redocly.yaml build-docs openapi.yaml -o docs/api/index.html
- name: Commit changes
uses: EndBug/add-and-commit@v9

2
docs/api/redocly.yaml Normal file
View file

@ -0,0 +1,2 @@
decorators:
remove-x-internal: on