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
Our /api docs are currently a total mess because they are not being updated. Instead, the only docs we really have are those under /docs. We also need proper low level API docs.
I’ve recently started using typedoc in other projects and it seems to work better than any of the others I’ve tried from time to time.
The text was updated successfully, but these errors were encountered:
Before switching over, more detailed doc comments should probably be added to the types since many functions/properties are undocumented. The docs could probably just be copy+pasted from the current API page for the most part
Just pushed a first stab at this, since our API docs were preposterous. Lots of room for improvement though if someone wants to experiment with the settings!
Our
/api
docs are currently a total mess because they are not being updated. Instead, the only docs we really have are those under/docs
. We also need proper low level API docs.I’ve recently started using typedoc in other projects and it seems to work better than any of the others I’ve tried from time to time.
The text was updated successfully, but these errors were encountered: