From d8b7db6be3f2c6773acad636f82dc42f11917447 Mon Sep 17 00:00:00 2001
From: Brandon Kraft <public@brandonkraft.com>
Date: Thu, 20 Feb 2025 16:11:31 +0800
Subject: [PATCH] Docs: a handbook home file is required

---
 docs/bin/manifest.json | 5 +++++
 docs/scf.md            | 7 +++++++
 2 files changed, 12 insertions(+)
 create mode 100644 docs/scf.md

diff --git a/docs/bin/manifest.json b/docs/bin/manifest.json
index cd9ffa90..1f94b2de 100644
--- a/docs/bin/manifest.json
+++ b/docs/bin/manifest.json
@@ -1,4 +1,9 @@
 {
+    "scf": {
+        "slug": "scf",
+        "parent": null,
+        "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/scf.md"
+    },
     "concepts/architecture": {
         "slug": "architecture",
         "parent": "concepts",
diff --git a/docs/scf.md b/docs/scf.md
new file mode 100644
index 00000000..10bb401e
--- /dev/null
+++ b/docs/scf.md
@@ -0,0 +1,7 @@
+# Welcome to Secure Custom Fields
+
+Secure Custom Fields is a WordPress plugin that allows you to create custom fields for your posts, pages, and custom post types.
+
+## Features
+
+- [Fields](features/fields/index.md) - Create and manage custom fields.