This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
RFC: generated API docs from typescript declarations #2548
Closed
Description
I had an idea in #651 (comment) that we could add typescript declarations (i.e. not convert the project to typescript just a type delcarations file types.d.ts
with typings information) and generate our documentation from them. It would give us incentive to keep them up to date and make js-ipfs more friendly to our community of typescript users!
The docs would be decoupled from the actual code but we already have that problem.
Maybe use http://typedoc.org/?
@carsonfarmer might have some ideas if this is possible and might want to be the one to PR the declarations 😝