2020-01-31 12:48:11 +00:00
# WooCommerce Blocks Handbook
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.
## Table of Contents
**Contributing**
- [Getting Started ](contributors/getting-started.md )
- [Coding Guidelines ](contributors/coding-guidelines.md )
- [Smoke Testing ](contributors/smoke-testing.md )
- [JavaScript Testing ](contributors/javascript-testing.md )
2020-03-30 19:38:11 +00:00
- [Component Testing & Development (with Storybook) ](contributors/storybook.md )
2020-01-31 12:48:11 +00:00
**Releases**
- [Releasing New Versions ](releases/readme.md )
- [WordPress Update Testing Checklist ](releases/wordpress-update-testing-checklist.md )
2020-04-17 09:44:13 +00:00
**API documentation**
- [Store API documentation ](../src/RestApi/StoreApi/README.md )