Skip to content

Commit 5e2f875

Browse files
fixing knowledge base docs integration (#429)
* fixing knowladge base docs integration * fixing knowladge base docs integration * fixing knowladge base docs integration * fixing knowladge base docs integration * fixing knowledge base docs integration * fixing knowledge base docs integration * handle PR feedback * handle PR feedback * handle PR feedback * fixing knowladge base docs integration * Delete docs/wallet-SDK-intro.md This is a duplicate of the main wallet SDK README * Update docs-push.yml Have rsync recursively copy --------- Co-authored-by: Richard Esplin <richard@dock.io>
1 parent 2b47b7b commit 5e2f875

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/docs-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci
2929

30-
- name: Generate docs
30+
- name: Generate API docs
3131
run: |
3232
npm run docs
3333
3434
- name: Copy files
3535
run: |
36-
# Specify the files or directories you want to copy
37-
cp -r docs/* knowledge-base/developer-documentation/wallet-sdk/
38-
cp README.md knowledge-base/developer-documentation/wallet-sdk/README.md
36+
# Sync docs and README to knowledgebase
37+
rsync -avr --delete docs/ ./knowledge-base/credential-wallet/wallet-sdk/
38+
rsync -av README.md ./knowledge-base/credential-wallet/wallet-sdk/README.md
3939
4040
- name: Get branch name
4141
id: get_branch

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Truvera Wallet SDK Documentation
22

3-
- [@docknetwork/wallet-sdk-core](./api/core.md)
3+
- [@docknetwork/wallet-sdk-core](./api/core.md)
4+
- [@docknetwork/wallet-sdk-wasm](./api/wasm.md)

0 commit comments

Comments
 (0)