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
{{ message }}
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
Having publicly accessible API documentation could help developers discover features of Atlas and generally help navigating the landscape. Now that we have TS typings we could use TypeDoc. Preliminary research suggests this will work quite well at least for the main Atlas package:
Having publicly accessible API documentation could help developers discover features of Atlas and generally help navigating the landscape. Now that we have TS typings we could use TypeDoc. Preliminary research suggests this will work quite well at least for the main Atlas package:
npx typedoc --mode modules --out docs --exclude "**/node_modules/**" --includeDeclarations --excludeExternals packages/atlas
The text was updated successfully, but these errors were encountered: