Skip to content

Commit 06d7ef7

Browse files
authored
doc(annotations): Added and improved tsdoc annotations (#655)
* cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines * cp dines
1 parent b87ac39 commit 06d7ef7

20 files changed

Lines changed: 1202 additions & 1722 deletions

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

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

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,4 @@ Examples: `feat: add new SDK method` · `feat(storage): support file uploads` ·
88

99
## Description
1010

11-
<!-- What new feature does this add? -->
12-
1311
## Motivation
14-
15-
<!-- Why is this feature needed? What problem does it solve? -->
16-
17-
## Changes
18-
19-
-
20-
-
21-
22-
## Testing
23-
24-
<!-- How was this feature tested? -->
25-
26-
- [ ] Unit tests added
27-
- [ ] Integration tests added
28-
- [ ] Smoke Tests added/updated
29-
- [ ] Tested locally
30-
31-
## Breaking Changes
32-
33-
<!-- If this is a breaking change (feat!), describe the impact and migration path -->
34-
35-
## Checklist
36-
37-
- [ ] PR title follows Conventional Commits format (`feat:` or `feat(scope):`)
38-
- [ ] Documentation updated (if needed)
39-
- [ ] Breaking changes documented (if applicable)

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: PUBLISH DOCS
1+
name: Publish Typedoc to GitHub Pages
22
on:
33
workflow_dispatch:
44
workflow_call:
55
release:
66
types: [published]
7+
push:
8+
branches:
9+
- main
710
permissions:
811
contents: write # allows the 'Commit' step without tokens
912

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ dist-deno
1313
coverage-objects
1414
object-coverage-report.json
1515
docs
16+
docs-md

0 commit comments

Comments
 (0)