moving webhooks doc (#44098)
* moving webhooks doc * Move webhooks doc to building a woo store It's not really extension development related * Update docs manifest --------- Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
This commit is contained in:
parent
ded33b7049
commit
2249b7a4c5
|
@ -1,4 +1,7 @@
|
|||
# Webhooks
|
||||
---
|
||||
post_title: Working with Webhooks in WooCommerce
|
||||
menu_title: Using Webhooks
|
||||
---
|
||||
|
||||
## What are Webhooks?
|
||||
|
|
@ -1,12 +1,5 @@
|
|||
{
|
||||
"posts": [
|
||||
{
|
||||
"post_title": "Webhooks",
|
||||
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/webhooks.md",
|
||||
"hash": "f69704e55bdde34927502000a9a308d302d3f7f11d10f1f64ec3fd260f6ad79c",
|
||||
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/webhooks.md",
|
||||
"id": "2c687171ced32ac451780d6ac95b29d19c70b0b5"
|
||||
},
|
||||
{
|
||||
"post_title": "WooCommerce developer documentation",
|
||||
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/README.md",
|
||||
|
@ -321,6 +314,14 @@
|
|||
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/extension-development/woocommerce-plugin-api-callback.md",
|
||||
"id": "9c1985429ab05bf7abc3e0a8676fb3d92a2c62eb"
|
||||
},
|
||||
{
|
||||
"post_title": "Webhooks",
|
||||
"menu_title": "Webhooks",
|
||||
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/extension-development/webhooks.md",
|
||||
"hash": "eae79157749e2ada34570654d0392974da81f29321663fc86c0db973fee0762e",
|
||||
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/extension-development/webhooks.md",
|
||||
"id": "5c1dee19b2a23240ee20f1fde448e1a8f9f58ffe"
|
||||
},
|
||||
{
|
||||
"post_title": "Managing custom attributes in WooCommerce menus and taxonomy archives",
|
||||
"menu_title": "Custom attributes in menus",
|
||||
|
@ -1194,5 +1195,5 @@
|
|||
"categories": []
|
||||
}
|
||||
],
|
||||
"hash": "b706282876f76e4cf5b9ebda0e079ee2c6b05b85f03f08c195e03fcb96759589"
|
||||
"hash": "e2bbd4e0e56fce0c7c10aa8fba780d2a5beb24f1399a5ed82af9d117439b0d89"
|
||||
}
|
Loading…
Reference in New Issue