Skip to content

Commit

Permalink
Rewrite the introduction again
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Dec 12, 2024
1 parent 14a5d4c commit 89f5906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/private-apis.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Gutenberg Private APIs

This is an overview of private APIs exposed by Gutenberg packages. These APIs are used to implement parts of the Gutenberg editor (Post Editor, Site Editor, Core blocks and others) but are not exposed publicly to plugin authors or authors of custom Gutenberg integrations. Many are supposed to be private permanently, and others have or will have a roadmap to become stable and public.
This is an overview of private APIs exposed by Gutenberg packages. These APIs are used to implement parts of the Gutenberg editor (Post Editor, Site Editor, Core blocks and others) but are not exposed publicly to plugin and theme authors or authors of custom Gutenberg integrations.

The purpose of this document is to present a picture of how many private APIs we have, and provide some basic information about what purpose they serve and whether they have a roadmap to become public. Some of them will eventually be reclassified as "experimental" and exposed using a different mechanism.
The purpose of this document is to present a picture of how many private APIs we have and how they are used to build the Gutenberg editor apps with the libraries and frameworks provided by the family of `@wordpress/*` packages.

## data

Expand Down

0 comments on commit 89f5906

Please sign in to comment.