ty-ras / packaging

TyRAS pre-bundled packages
MIT License
1 stars 0 forks source link

API documentation pages #87

Open stazz opened 1 year ago

stazz commented 1 year ago

Since all of the public types and functions already have JSDoc comments on them, there should be some kind of API doc pages generated out of them. The benefit is that users are able to browse the TyRAS API documentation without needing to locally install the packages and explore via intellisense.

stazz commented 1 year ago

Preliminary idea of the approach:

stazz commented 1 year ago

Idea of variants (url routes):

Each variant would have a version selector as well, which would be url route too. Final URL would be something like: /<data validation framework>/<version number or 'latest'> or /packages/<package name>/<version number or 'latest'>. Categories would not show up in URL.