Skip to content

Commit

Permalink
Docs: Update title for the scaffolding blocks document (#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jan 19, 2018
1 parent f43140e commit 6ed1573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/blocks-scaffolding.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Speeding up writing blocks
# Generate Blocks with WP-CLI

It turns out that writing the simplest possible block which contains only static content might not be the easiest task. It requires to follow closely the steps described in the documentation. It stems from the fact that you need to create at least 2 files and integrate your code with the existing APIs. One way to mitigate this inconvenience is to copy the source code of the existing block from one of the repositories that share working examples:
- [WordPress/gutenberg-examples](https://github.com/WordPress/gutenberg-examples) - the official examples for extending Gutenberg with plugins which create blocks
Expand Down
4 changes: 2 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"parent": "blocks"
},
{
"title": "Speeding up writing blocks",
"slug": "speeding-up-writing-blocks",
"title": "Generate Blocks with WP-CLI",
"slug": "generate-blocks-with-wp-cli",
"markdown_source": "https:\/\/raw.githubusercontent.com\/WordPress\/gutenberg\/master\/docs\/blocks-scaffolding.md",
"parent": "blocks"
},
Expand Down

0 comments on commit 6ed1573

Please sign in to comment.