Skip to content
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

Docgen: Replace line breaks with spaces and remove line-ending hyphens #49635

Merged
merged 6 commits into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions docs/reference-guides/data/data-core-block-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ _Returns_

### getInstalledBlockTypes

Returns the block types that have been installed on the server in this
session.
Returns the block types that have been installed on the server in this session.

_Parameters_

Expand All @@ -59,8 +58,7 @@ _Returns_

### getNewBlockTypes

Returns block types that have been installed on the server and used in the
current post.
Returns block types that have been installed on the server and used in the current post.

_Parameters_

Expand All @@ -72,8 +70,7 @@ _Returns_

### getUnusedBlockTypes

Returns the block types that have been installed on the server but are not
used in the current post.
Returns the block types that have been installed on the server but are not used in the current post.

_Parameters_

Expand Down Expand Up @@ -117,8 +114,7 @@ _Returns_

### addInstalledBlockType

Returns an action object used to add a block type to the "newly installed"
tracking list.
Returns an action object used to add a block type to the "newly installed" tracking list.

_Parameters_

Expand All @@ -142,8 +138,7 @@ _Returns_

### fetchDownloadableBlocks

Returns an action object used in signalling that the downloadable blocks
have been requested and are loading.
Returns an action object used in signalling that the downloadable blocks have been requested and are loading.

_Parameters_

Expand All @@ -167,8 +162,7 @@ _Returns_

### receiveDownloadableBlocks

Returns an action object used in signalling that the downloadable blocks
have been updated.
Returns an action object used in signalling that the downloadable blocks have been updated.

_Parameters_

Expand All @@ -181,8 +175,7 @@ _Returns_

### removeInstalledBlockType

Returns an action object used to remove a block type from the "newly installed"
tracking list.
Returns an action object used to remove a block type from the "newly installed" tracking list.

_Parameters_

Expand Down
Loading