Skip to content

Commit

Permalink
typedoc for more packages (#2305)
Browse files Browse the repository at this point in the history
## Description

- Generate typedoc for more packages.
- Disable the validation suppressions.

### Security Considerations

n/a
### Scaling Considerations

n/a


### Documentation Considerations

docs per se

### Testing Considerations

CI and manually looked over build output

### Compatibility Considerations

n/a

### Upgrade Considerations

n/a
  • Loading branch information
turadg authored May 30, 2024
2 parents 6d4bba1 + 4af7e78 commit 10edfa0
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 40 deletions.
8 changes: 8 additions & 0 deletions packages/base64/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"../../typedoc.base.json"
],
"entryPoints": [
"index.js"
]
}
6 changes: 1 addition & 5 deletions packages/captp/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"src/index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}
8 changes: 8 additions & 0 deletions packages/check-bundle/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"../../typedoc.base.json"
],
"entryPoints": [
"index.js"
]
}
8 changes: 8 additions & 0 deletions packages/errors/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"../../typedoc.base.json"
],
"entryPoints": [
"index.js"
]
}
6 changes: 1 addition & 5 deletions packages/eventual-send/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"src/no-shim.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}
6 changes: 1 addition & 5 deletions packages/exo/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}
8 changes: 8 additions & 0 deletions packages/far/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"../../typedoc.base.json"
],
"entryPoints": [
"src/index.js"
]
}
6 changes: 1 addition & 5 deletions packages/init/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}
6 changes: 1 addition & 5 deletions packages/pass-style/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}
6 changes: 1 addition & 5 deletions packages/patterns/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}
6 changes: 1 addition & 5 deletions packages/promise-kit/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}
9 changes: 9 additions & 0 deletions packages/ses-ava/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"../../typedoc.base.json"
],
"entryPoints": [
"index.js",
"prepare-endo.js"
]
}
6 changes: 1 addition & 5 deletions packages/zip/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
],
"entryPoints": [
"index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
]
}

0 comments on commit 10edfa0

Please sign in to comment.