-
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 auto generated API docs for editor
package
#60356
Conversation
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. |
dcbcd8a
to
71d04a7
Compare
|
||
### AlignmentToolbar | ||
|
||
> **Deprecated** since 5.3, use `wp.blockEditor.AlignmentToolbar` instead. |
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.
mmm! I expected these to not show up here at all. I wonder how some deprecated APIs don't show up at all in other packages.
Anyway, this is still good enough.
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.
Maybe we can omit the deprecated
file from auto-generated API docs. Those old deprecated components aren't helpful for anyone.
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.
@Mamaduka Let's explore this separately, as it would require changes for the main docs script. My initial guess would be to add a new custom tag in jsodc to skip, but not sure.
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.
Sounds good to me 👍
Size Change: 0 B Total Size: 1.72 MB ℹ️ View Unchanged
|
…Press#60356) Co-authored-by: ntsekouras <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: Mamaduka <[email protected]>
What?
This PR adds auto generated API docs for
editor
package. I added some deprecated messages to the old re-exported functions/components fromblock-editor
package.After this PR, I'll create an issue to add docs for exported APIs that are missing them.