Skip to content

Commit 37776b7

Browse files
authored
feat: Remove --swagger-ui-enabled cli option. (#1134)
* Move openapi specs at project root * changelog * Remove swagger ui * Update Remote Signing API specs to 1.3.0 * Remove openapidoc node project * Remove OpenApiSpecExtractor * GH Workflow to deploy openapi docs
1 parent 0cd8779 commit 37776b7

File tree

41 files changed

+527
-4332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+527
-4332
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Deploy OpenAPI docs to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
# Monitor specific paths for changes
9+
- 'openapi-specs/**'
10+
jobs:
11+
deploy:
12+
runs-on: ubuntu-latest
13+
14+
permissions:
15+
contents: write
16+
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
22+
- name: Deploy OpenAPI specs to GitHub Pages
23+
uses: peaceiris/actions-gh-pages@v4
24+
with:
25+
github_token: ${{ secrets.GITHUB_TOKEN }}
26+
publish_dir: ./openapi-specs
27+
destination_dir: ./openapi-specs

.openapidoc/.eslintrc.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.openapidoc/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.openapidoc/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

.openapidoc/config.js

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)