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

Commit f29c5f4

Browse files
authored
Add notice for outdated docs in Woo Blocks repo (#12136)
1 parent 1751386 commit f29c5f4

File tree

346 files changed

+2768
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+2768
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# WooCommerce Blocks <!-- omit in toc -->
210

311
[![Latest Tag](https://img.shields.io/github/tag/woocommerce/woocommerce-gutenberg-products-block.svg?style=flat&label=Latest%20Tag)](https://github.com/woocommerce/woocommerce-gutenberg-products-block/releases)

assets/js/base/components/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# WooCommerce Blocks - General Purpose Components
210

311
These are shared components used in WooCommerce blocks, and may be used in the store front end (shopper experience) as well as the editor or admin dashboard.

assets/js/blocks/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Blocks
210

311
Our blocks are generally made up of up to 4 files:

assets/js/blocks/classic-template/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Classic Template Block <!-- omit in toc -->
210

311
## Table of Contents <!-- omit in toc -->

assets/js/data/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Data Stores
210

311
The docs for the Data Stores can be found in [docs/third-party-developers/extensibility/data-store/README.md](../../../docs/third-party-developers/extensibility/data-store/README.md)

assets/js/data/cart/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Cart Store
210

311
The docs for the Cart Store can be found in [docs/third-party-developers/extensibility/data-store/cart.md](../../../../docs/third-party-developers/extensibility/data-store/cart.md).

assets/js/data/checkout/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Checkout Store
210

311
The docs for the Checkout Store can be found in [docs/third-party-developers/extensibility/data-store/checkout.md](../../../../docs/third-party-developers/extensibility/data-store/checkout.md).

assets/js/data/collections/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Collections Store
210

311
The docs for the Collections Store can be found in [docs/third-party-developers/extensibility/data-store/collections.md](../../../../docs/third-party-developers/extensibility/data-store/collections.md).

assets/js/data/payment/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Payment Store
210

311
The docs for the Payment Store can be found in [docs/third-party-developers/extensibility/data-store/payment.md](../../../../docs/third-party-developers/extensibility/data-store/payment.md).

assets/js/data/query-state/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Query State Store
210

311
The docs for the Query State Store can be found in [docs/third-party-developers/extensibility/data-store/query-state.md](../../../../docs/third-party-developers/extensibility/data-store/query-state.md).

assets/js/data/schema/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Schema Store
210

311
The docs for the Schema Store can be found in [docs/third-party-developers/extensibility/data-store/schema.md](../../../../docs/third-party-developers/extensibility/data-store/schema.md).
+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Store-Notice Store
210

311
The docs for the Schema Store can be found in [docs/third-party-developers/extensibility/data-store/store-notices.md](../../../../docs/third-party-developers/extensibility/data-store/store-notices.md).

assets/js/data/validation/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Validation Store
210

311
The docs for the Validation Store can be found in [docs/third-party-developers/extensibility/data-store/validation.md](../../../../docs/third-party-developers/extensibility/data-store/validation.md).

assets/js/editor-components/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Editor Components
210

311
These are shared components used in WooCommerce blocks for the editor (Gutenberg) UI.

assets/js/editor-components/search-list-control/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# SearchListControl <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

assets/js/editor-components/tag/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Tag <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

assets/js/editor-components/text-toolbar-button/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# TextToolbarButton <!-- omit in toc -->
210

311
TextToolbarButton is used in Toolbar for text buttons which show `isToggled` state.

assets/js/icons/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Icons <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

bin/changelog/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Changelog Script
210

311
This folder contains the logic for a changelog script that can be used for generating changelog entries from either pull requests added to a GitHub milestone, or pull requests that are part of a Zenhub release.

docs/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# WooCommerce Blocks Handbook <!-- omit in toc -->
210

311
## Table of Contents <!-- omit in toc -->

docs/contributors/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Contributing
210

311
If you're a developer or contributor eager to get started with WooCommerce Block Development, this documentation folder is your perfect starting point.

docs/contributors/block-assets.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Block Script Assets <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/coding-guidelines.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Coding Guidelines <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/components.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Storybook & Components
210

311
This repo includes [Storybook](https://storybook.js.org) tooling so we can test and develop components in isolation.

docs/contributors/css-build-system.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# CSS Build System <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/documentation-guidelines.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Documentation Guidelines <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/e2e-guidelines.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# E2E Guidelines <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/folder-structure.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Folder Structure
210

311
The following snippet explains how the WooCommerce Blocks repository is structured omitting irrelevant or obvious items with further explanations:

docs/contributors/getting-started.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Getting Started <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/javascript-build-system.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# JavaScript Build System <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/javascript-testing.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# JavaScript Testing <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/contributors/storybook-and-components.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Storybook & Components <!-- omit in toc -->
210

311
## Table of contents <!-- omit in toc -->

docs/designers/theming/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 📣 Announcement: New documentation location
2+
3+
The documentation for WooCommerce Blocks has moved to the [WooCommerce monorepo](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce-blocks/docs/).
4+
5+
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
6+
7+
---
8+
19
# Theming
210

311
This page includes all documentation regarding WooCommerce Blocks and themes.

0 commit comments

Comments
 (0)