From ce49b7881ffd7f04048e568e5a2ef49fdcc4b1e6 Mon Sep 17 00:00:00 2001 From: priethor <27339341+priethor@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:59:35 +0200 Subject: [PATCH] Regenerate documentation manifest --- docs/bin/manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/bin/manifest.json b/docs/bin/manifest.json index 287e838d..3149e8bd 100644 --- a/docs/bin/manifest.json +++ b/docs/bin/manifest.json @@ -244,11 +244,31 @@ "parent": "features", "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/features/scf-api.md" }, + "tutorials/first-custom-field": { + "slug": "first-custom-field", + "parent": "tutorials", + "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/tutorials/first-custom-field.md" + }, + "tutorials/first-options-page": { + "slug": "first-options-page", + "parent": "tutorials", + "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/tutorials/first-options-page.md" + }, "tutorials/first-post-type": { "slug": "first-post-type", "parent": "tutorials", "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/tutorials/first-post-type.md" }, + "tutorials/first-taxonomy": { + "slug": "first-taxonomy", + "parent": "tutorials", + "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/tutorials/first-taxonomy.md" + }, + "welcome/how-content-works": { + "slug": "how-content-works", + "parent": "welcome", + "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/welcome/how-content-works.md" + }, "welcome/installation": { "slug": "installation", "parent": "welcome",