-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add tsdoc package documentation #4711
Add tsdoc package documentation #4711
Conversation
56cf5f3
to
05a9d6c
Compare
05a9d6c
to
5d01691
Compare
@achrinza Maybe it makes sense to squash all commits into one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR, some high level comments.
- You are mixing
module
,package
andcomponent
forloopback
packages which might be confusing. - Personally I like it more if the the tsdoc does not start with 'This module ...'.
- (How to create a doc preview on
windows
?)
8bc738b
to
0ffdb52
Compare
@raymondfeng Good idea, I've squashed all the |
@derdeka For the most part, these were copy&pasted from the |
0ffdb52
to
40b04aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff, @achrinza .
Left one question for loopback-team.
Also please reduce the size of the commit message. thx
4cd3807
to
c1f8055
Compare
@dhmlau Thanks for re-raising the issue, it slipped from my radar 🙇; I've applied the feedback. WDYT? |
@achrinza, thanks. Could you please also take care of the commit linting error? Thanks! @emonddr @raymondfeng @derdeka, may I get your review on this PR again please? |
Signed-off-by: Rifa Achrinza <[email protected]>
update packageDocumentation to follow tsdoc best practices Signed-off-by: Rifa Achrinza <[email protected]>
Signed-off-by: Rifa Achrinza <[email protected]>
c1f8055
to
66a5169
Compare
Loosely related: #4697
This PR is part of a bigger incremental doc improvement.
As a starting point, the package documentation were, for the most part, copy-&-pasted from the respective
README
files.Why this (and future tsdoc) PRs?
Why this PR?
This PR fixes the emptiness this page:
Self-TODO
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈