-
Notifications
You must be signed in to change notification settings - Fork 4
[WIP] Adding documentation for @polybase/client #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- added minimal support for TSDoc
ENG-995 Add documentation for `polybase-ts/client`.
Creating separate issue since |
This is a WIP PR for tracking documentation for @polybase/client. Working on the default HTML documentation first. If desired, Markdown output can be generated using the typedoc-plugin-markdown plugin. |
- Updated README
- added a new plugin to export non-exported (but referenced) types (typedoc-plugin-missing-exports) - Added basic documentation for `Polybase` and `Client` types.
- using tenses consistently. - added some links to the official docs in Collection.
How to generate the docs locally:
and then
The documentation is generated in a
|
Update: working on a uniform way of updating docs across all projects in |
Changes:
Limitations (due to
typedoc
):<internal>
section per module, but private functions are not listed.