mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore(docs): add redocly config file
This commit is contained in:
parent
dddd6b8f8d
commit
dd5fa8dd57
2 changed files with 3 additions and 1 deletions
|
@ -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
2
docs/api/redocly.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
decorators:
|
||||
remove-x-internal: on
|
Loading…
Reference in a new issue