mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
Organize new openapi spec with tags and generate API docs with the new spec
This commit is contained in:
parent
ae76abbb34
commit
1ca7a877e4
2 changed files with 948 additions and 649 deletions
|
@ -14,14 +14,14 @@ jobs:
|
||||||
|
|
||||||
- name: Run redoc on openapi.yaml
|
- name: Run redoc on openapi.yaml
|
||||||
run: |
|
run: |
|
||||||
npx redoc-cli bundle openapi.yaml -o docs/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
|
npx redoc-cli bundle spec/openapi.yaml -o docs/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
author_name: Owncast
|
author_name: Owncast
|
||||||
author_email: owncast@owncast.online
|
author_email: owncast@owncast.online
|
||||||
message: "Commit updated API documentation"
|
message: 'Commit updated API documentation'
|
||||||
add: "docs/api/index.html"
|
add: 'docs/api/index.html'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
1557
spec/openapi.yaml
1557
spec/openapi.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue