|
1 | | -# WooCommerce Product Blocks |
| 1 | +# WooCommerce Product Blocks <!-- omit in toc --> |
2 | 2 |
|
3 | 3 | [](https://github.com/woocommerce/woocommerce-gutenberg-products-block/releases) |
4 | 4 | [](https://travis-ci.com/woocommerce/woocommerce-gutenberg-products-block) |
5 | 5 | [](https://woocommerce.github.io/woocommerce-gutenberg-products-block) |
6 | 6 |
|
7 | | -Feature plugin for WooCommerce + Gutenberg. This plugin serves as a space to iterate and explore new Blocks for WooCommerce, and how WooCommerce might work with the block editor. |
| 7 | +Feature plugin for WooCommerce + Gutenberg. This plugin serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor. |
8 | 8 |
|
9 | | -If you're just looking to use these blocks, update to the latest version of WooCommerce! The blocks are bundled into WooCommerce since version 3.6, and can be added from the "WooCommerce" section in the block inserter. |
| 9 | +Use this plugin if you want access to the bleeding edge of available blocks for WooCommerce. However, stable blocks are bundled into WooCommerce, and can be added from the "WooCommerce" section in the block inserter. |
| 10 | + |
| 11 | +## Table of Contents <!-- omit in toc --> |
| 12 | + |
| 13 | +- [Documentation](#documentation) |
| 14 | + - [Code Documentation](#code-documentation) |
| 15 | + - [Contributing](#contributing) |
| 16 | +- [Contributing](#contributing-1) |
| 17 | +- [Installing the stable version](#installing-the-stable-version) |
| 18 | +- [Installing the development version](#installing-the-development-version) |
| 19 | +- [Getting started with block development](#getting-started-with-block-development) |
| 20 | +- [Vision for the Feature](#vision-for-the-feature) |
10 | 21 |
|
11 | 22 | ## Documentation |
12 | 23 |
|
13 | 24 | To find out more about the blocks and how to use them, [check out the documentation on WooCommerce.com](https://docs.woocommerce.com/document/woocommerce-blocks/). |
14 | 25 |
|
15 | 26 | If you want to see what we're working on for future versions, or want to help out, read on. |
16 | 27 |
|
17 | | -## Table of Contents |
| 28 | +### Code Documentation |
| 29 | + |
| 30 | +- [Blocks](./assets/js/blocks) |
| 31 | +- [Components](assets/js/components) |
| 32 | +- [Other Docs](./docs) |
| 33 | + |
| 34 | +### Contributing |
| 35 | + |
| 36 | +- [Publishing a release](docs/releases/readme.md) |
18 | 37 |
|
19 | | -- [Installing the stable version](#installing-the-stable-version) |
20 | | -- [Installing the development version](#installing-the-development-version) |
21 | | -- [Getting started with block development](#getting-started-with-block-development) |
22 | | -- [Contributing](docs) |
23 | | - - [Publishing a release](docs/releases/readme.md) |
24 | | -- Code Documentation |
25 | | - - [Blocks](assets/js/blocks) |
26 | | - - [Components](assets/js/components) |
| 38 | +## Contributing |
27 | 39 |
|
28 | 40 | ## Installing the stable version |
29 | 41 |
|
|
0 commit comments