Skip to content

Commit

Permalink
Add docusaurus-openapi-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Jan 28, 2023
1 parent df64ad2 commit 5cc7bc6
Show file tree
Hide file tree
Showing 6 changed files with 9,251 additions and 243 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ steps:
image: node:18-bullseye-slim
commands:
- npm install
- npx docusaurus gen-api-docs all
- npm run build

- name: deployment
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ Desktop.ini
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Get automatically generated
/docs/using-core-functions/webservices/*.info.mdx
/docs/using-core-functions/webservices/*.api.mdx
/docs/using-core-functions/webservices/sidebar.js
Loading

0 comments on commit 5cc7bc6

Please sign in to comment.