Skip to content

Commit 5cc7bc6

Browse files
committed
Add docusaurus-openapi-docs
1 parent df64ad2 commit 5cc7bc6

File tree

6 files changed

+9251
-243
lines changed

6 files changed

+9251
-243
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ steps:
99
image: node:18-bullseye-slim
1010
commands:
1111
- npm install
12+
- npx docusaurus gen-api-docs all
1213
- npm run build
1314

1415
- name: deployment

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ Desktop.ini
3535
npm-debug.log*
3636
yarn-debug.log*
3737
yarn-error.log*
38+
39+
# Get automatically generated
40+
/docs/using-core-functions/webservices/*.info.mdx
41+
/docs/using-core-functions/webservices/*.api.mdx
42+
/docs/using-core-functions/webservices/sidebar.js

0 commit comments

Comments
 (0)