Skip to content
8 changes: 4 additions & 4 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Generate docs
- name: Generate API docs
run: |
npm run docs

- name: Copy files
run: |
# Specify the files or directories you want to copy
cp -r docs/* knowledge-base/developer-documentation/wallet-sdk/
cp README.md knowledge-base/developer-documentation/wallet-sdk/README.md
# Sync docs and README to knowledgebase
rsync -avr --delete docs/ ./knowledge-base/credential-wallet/wallet-sdk/
rsync -av README.md ./knowledge-base/credential-wallet/wallet-sdk/README.md

- name: Get branch name
id: get_branch
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Truvera Wallet SDK Documentation

- [@docknetwork/wallet-sdk-core](./api/core.md)
- [@docknetwork/wallet-sdk-core](./api/core.md)
- [@docknetwork/wallet-sdk-wasm](./api/wasm.md)
Loading