You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but the packages other than @web3-storage/w3up-client (e.g. @web3-storage/access) don't seem to have api docs for individual submodules and classes. That's probably an accident.
gobengo
changed the title
github actions should deploy docs to w3up github pages
api docs should have a page for class @web3-storage/accessAgent and other packages/classes (not just @web3-storage/w3up-client as today)
Nov 15, 2023
…nt (#1141)
…and not other packages
Motivation:
* #1139
Rationale:
* I think it is my fault from March when I moved w3up-client into this
monorepo
* The monorepo root `tsconfig.json` uses `"entryPointStrategy":
"packages"`, which requires each subpackage to have its own
`tsconfig.json` `"typedocOptions": {
"entryPoints": ["./src"]
}`
* I missed this last time.
Expected Behavior
@web3-storage/access
and see API docs for the 'Agent' classActual Beahvior:
@web3-storage/w3up-client
package but notaccess
or other packages (see screenshot below)The text was updated successfully, but these errors were encountered: