diff --git a/plugins/woocommerce-blocks/docs/README.md b/plugins/woocommerce-blocks/docs/README.md index 05f7f15066a..631fff09c6e 100644 --- a/plugins/woocommerce-blocks/docs/README.md +++ b/plugins/woocommerce-blocks/docs/README.md @@ -111,7 +111,7 @@ The WooCommerce Blocks Handbook provides documentation for designers and develop > Are you a designer? The following documents explain how to apply design-changes to the WooCommerce Blocks plugin. - [Theming](designers/theming/README.md) - - [All Products & filters](designers/theming/all-products-and-filters.md) + - [Filter blocks](designers/theming/filter-blocks.md) - [Cart and Checkout](designers/theming/cart-and-checkout.md) - [Class names update in 4.6.0](designers/theming/class-names-update-460.md) - [Class names update in 3.4.0](designers/theming/class-names-update-340.md) diff --git a/plugins/woocommerce-blocks/docs/designers/theming/README.md b/plugins/woocommerce-blocks/docs/designers/theming/README.md index 7cdd93e6f32..4b353416bdb 100644 --- a/plugins/woocommerce-blocks/docs/designers/theming/README.md +++ b/plugins/woocommerce-blocks/docs/designers/theming/README.md @@ -69,7 +69,7 @@ WooCommerce Blocks avoids using legacy unprefixed classes as much as possible. H ## Blocks -- [All Products & filters](all-products-and-filters.md) +- [Filter blocks](filter-blocks.md) - [Cart and Checkout](cart-and-checkout.md) ## Other docs diff --git a/plugins/woocommerce-blocks/docs/designers/theming/all-products-and-filters.md b/plugins/woocommerce-blocks/docs/designers/theming/filter-blocks.md similarity index 96% rename from plugins/woocommerce-blocks/docs/designers/theming/all-products-and-filters.md rename to plugins/woocommerce-blocks/docs/designers/theming/filter-blocks.md index 222cbe403fc..14cfd3ec80d 100644 --- a/plugins/woocommerce-blocks/docs/designers/theming/all-products-and-filters.md +++ b/plugins/woocommerce-blocks/docs/designers/theming/filter-blocks.md @@ -1,4 +1,4 @@ -# All Products and filters +# Filter blocks ## Price slider accent color @@ -34,7 +34,7 @@ Notice the code snippet above uses a CSS custom property, so the default color m [We're hiring!](https://woocommerce.com/careers/) Come work with us! -🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here.](https://github.com/woocommerce/woocommerce-blocks/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/designers/theming/all-products-and-filters.md) +🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here.](https://github.com/woocommerce/woocommerce-blocks/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/designers/theming/filter-blocks.md)