Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 1526f36

Browse files
authored
Update the WooCommerce Blocks Handbook (#6601)
* Update the WooCommerce Blocks Handbook Add 3 subsections to the Developer resources section and add the new tools we have availble * Grammar fixes
1 parent 4b428f3 commit 1526f36

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

docs/README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
## Table of Contents <!-- omit in toc -->
44

5-
- [Contributors](#contributors)
6-
- [Internal developers](#internal-developers)
7-
- [Third-party developers](#third-party-developers)
8-
- [Designers](#designers)
9-
- [Developer Resources](#developer-resources)
10-
- [Tutorials](#tutorials)
5+
- [Contributors](#contributors)
6+
- [Internal developers](#internal-developers)
7+
- [Third-party developers](#third-party-developers)
8+
- [Designers](#designers)
9+
- [Developer Resources](#developer-resources) - [Tools](#tools) - [Articles](#articles) - [Tutorials](#tutorials)
1110

1211
The WooCommerce Blocks Handbook provides documentation for designers and developers on how to extend or contribute to blocks, and how internal developers should handle new releases.
1312

@@ -91,7 +90,7 @@ The WooCommerce Blocks Handbook provides documentation for designers and develop
9190
- [Checkout Flow and Events](third-party-developers/extensibility/checkout-payment-methods/checkout-flow-and-events.md)
9291
- [Payment Method Integration](third-party-developers/extensibility/checkout-payment-methods/payment-method-integration.md)
9392
- [Filtering Payment Methods](third-party-developers/extensibility/checkout-payment-methods/filtering-payment-methods.md)
94-
- Checkout Block
93+
- Checkout Blocks
9594
- [IntegrationInterface](third-party-developers/extensibility/checkout-block/integration-interface.md)
9695
- [Available Filters](third-party-developers/extensibility/checkout-block/available-filters.md)
9796
- [Slots and Fills](third-party-developers/extensibility/checkout-block/slot-fills.md)
@@ -118,14 +117,21 @@ The WooCommerce Blocks Handbook provides documentation for designers and develop
118117

119118
## Developer Resources
120119

121-
The following posts from <https://developer.woocommerce.com/category/developer-resources/>, provide deeper insights into the WooCommerce Blocks development.
120+
### Tools
121+
122+
- [@woocommerce/extend-cart-checkout-block](https://www.npmjs.com/package/@woocommerce/extend-cart-checkout-block) This is a template to be used with @wordpress/create-block to create a WooCommerce Blocks extension starting point.
123+
- [How to integrate with inner blocks in the WooCommerce Blocks Checkout](https://github.com/woocommerce/newsletter-test) A repository with some example code showing how an extension can register an inner block for use in the Checkout Block.
124+
125+
### Articles
126+
127+
The following posts from [developer.woocommerce.com](https://developer.woocommerce.com/category/developer-resources/) provide deeper insights into the WooCommerce Blocks development.
122128

123129
- [Store API is now considered stable](https://developer.woocommerce.com/2022/03/25/store-api-is-now-considered-stable/)
124130
- [Available Extensibility Interfaces for The Cart and Checkout Blocks](https://developer.woocommerce.com/2021/11/09/available-extensibility-interfaces-for-the-cart-and-checkout-blocks/)
125131

126-
## Tutorials
132+
### Tutorials
127133

128-
The following tutorials from <https://developer.woocommerce.com/category/tutorials/>, help you extending the WooCommerce Blocks plugin.
134+
The following tutorials from [developer.woocommerce.com](https://developer.woocommerce.com/category/tutorials/) help you with extending the WooCommerce Blocks plugin.
129135

130136
- [Hiding Shipping and Payment Options in the Cart and Checkout Blocks](https://developer.woocommerce.com/2022/05/20/hiding-shipping-and-payment-options-in-the-cart-and-checkout-blocks/)
131137
- [Integrating your Payment Method with Cart and Checkout Blocks](https://developer.woocommerce.com/2021/03/15/integrating-your-payment-method-with-cart-and-checkout-blocks/)

0 commit comments

Comments
 (0)