diff --git a/docs/blocks-scaffolding.md b/docs/blocks-scaffolding.md index 3307b206db8eb..6c8b19a0c56c9 100644 --- a/docs/blocks-scaffolding.md +++ b/docs/blocks-scaffolding.md @@ -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 diff --git a/docs/manifest.json b/docs/manifest.json index 47871e6d7cef2..2604d268a083d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -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" },