chore(docs): add redocly config file
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run redoc on openapi.yaml
|
- name: Run redoc on openapi.yaml
|
||||||
run: |
|
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
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
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
|
||||||
Reference in New Issue
Block a user