-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Documentation: Add AutosaveMonitor component JSDoc enhancements #60905
Documentation: Add AutosaveMonitor component JSDoc enhancements #60905
Conversation
with `npm run docs:build`
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
Looks good with a minor comment. Thanks for the follow up!
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.
Thank you again for all your efforts @colorful-tones!
…Press#60905) Co-authored-by: colorful-tones <[email protected]> Co-authored-by: ntsekouras <[email protected]>
What?
This is a follow-up to #60882—Adding documentation for the
AutosaveMonitor
component. @ntsekouras noted a small change, but it's a good one to merge and consolidate some of the JSDocs.Preview of final, generated editor
README
is here: https://github.com/colorful-tones/gutenberg/tree/add/autosavemonitor-doc-enhancements/packages/editor#autosavemonitorWhy?
There are a great number of APIs in the editor package that are lacking documentation. We aim to address these one by one. See #60358 for a full checklist. This is just the first item on the list 😉
How?
Add a JSDoc comment to the
AutosaveMonitor
component and runnpm run docs:build
to populate theREADME
with the newly added documents.