From 2249b7a4c56f8e65d403f2dcda7246244f02ff23 Mon Sep 17 00:00:00 2001 From: Brent MacKinnon Date: Thu, 1 Feb 2024 15:56:34 -0400 Subject: [PATCH] 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 --- docs/{ => building-a-woo-store}/webhooks.md | 5 ++++- docs/docs-manifest.json | 17 +++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) rename docs/{ => building-a-woo-store}/webhooks.md (97%) diff --git a/docs/webhooks.md b/docs/building-a-woo-store/webhooks.md similarity index 97% rename from docs/webhooks.md rename to docs/building-a-woo-store/webhooks.md index 406c3db341b..07058ba1e2c 100644 --- a/docs/webhooks.md +++ b/docs/building-a-woo-store/webhooks.md @@ -1,4 +1,7 @@ -# Webhooks +--- +post_title: Working with Webhooks in WooCommerce +menu_title: Using Webhooks +--- ## What are Webhooks? diff --git a/docs/docs-manifest.json b/docs/docs-manifest.json index a708e52f6a6..e680049e5da 100644 --- a/docs/docs-manifest.json +++ b/docs/docs-manifest.json @@ -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" } \ No newline at end of file