7c0ed1e414
* generating changeset for pull request * generating changeset for pull request * update changelog in readme.txt * fix zip script to account for spaces in path * fix deploy script to account for paths * add testing notes * Update docs/testing/releases/460.md Fix incorrect version reference. * Show cart item subtotal instead of total in Cart and Checkout blocks (https://github.com/woocommerce/woocommerce-blocks/pull/3905) * Show cart item subtotal instead of total in Cart and Checkout blocks * Update test that would have caught this error * Update changelog and testing steps * update docs index * update testing zip file * update changelog in readme.txt * update github-deploy to account for spaces in local path * Bumping version strings to new version. * add tsconfig.base.json to excludes for release builds Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Darren Ethier <darren@roughsmootheng.in> Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com> |
||
---|---|---|
.. | ||
block-client-apis | ||
blocks | ||
contributors | ||
extensibility | ||
testing | ||
theming | ||
readme.md |
readme.md
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.
Document | Description |
---|---|
Contributing | These documents explain how you can contribute to the development of the blocks plugin, development best practices, and how to help with testing. |
Blocks | This documentation covers functionality specific to certain Blocks. |
Block Client APIs | This documentation covers API interfaces within Blocks. In most cases, these docs describe APIs and interfaces that are internal only, and thus are provided to assist with developing the blocks in this repository. Documentation will tend to focus on high level overviews. |
Store API (REST API) | These documents cover the Store API used to get product data on the frontend. |
Extensibility | These documents cover extensibility of WooCommerce Blocks. |
Theming | These documents cover theming for blocks, styles, CSS classnames and other theming best practices. |