From 2c8f9490e949334aca4ffe6f5efd75bbe3afd2df Mon Sep 17 00:00:00 2001 From: Brandon Kraft Date: Fri, 21 Feb 2025 23:41:16 +0800 Subject: [PATCH] Docs: combine root index and getting started --- docs/getting-started/index.md | 14 --------- docs/welcome.md | 7 ----- docs/welcome/index.md | 30 +++++++++++++++++++ .../installation.md | 0 .../quick-start.md | 0 5 files changed, 30 insertions(+), 21 deletions(-) delete mode 100644 docs/getting-started/index.md delete mode 100644 docs/welcome.md create mode 100644 docs/welcome/index.md rename docs/{getting-started => welcome}/installation.md (100%) rename docs/{getting-started => welcome}/quick-start.md (100%) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md deleted file mode 100644 index ffde3f82..00000000 --- a/docs/getting-started/index.md +++ /dev/null @@ -1,14 +0,0 @@ -# Getting Started with Secure Custom Fields - -This section helps you get up and running with Secure Custom Fields (SCF). Whether you're new to WordPress development or an experienced developer, these guides will help you start using SCF effectively. - -## In This Section - -- [Installation](installation) - How to install and activate SCF -- [Quick Start](quick-start) - Create your first custom field group in minutes - -## Prerequisites - -- WordPress 6.0 or later -- PHP 7.4 or later -- Basic understanding of WordPress development diff --git a/docs/welcome.md b/docs/welcome.md deleted file mode 100644 index e35349f5..00000000 --- a/docs/welcome.md +++ /dev/null @@ -1,7 +0,0 @@ -# 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) - Create and manage custom fields. diff --git a/docs/welcome/index.md b/docs/welcome/index.md new file mode 100644 index 00000000..08796347 --- /dev/null +++ b/docs/welcome/index.md @@ -0,0 +1,30 @@ +# Getting Started with Secure Custom Fields + +This section helps you get up and running with Secure Custom Fields (SCF). Whether you're new to WordPress development or an experienced developer, these guides will help you start using SCF effectively. + +## In This Section + +- [Installation](installation) - How to install and activate SCF +- [Quick Start](quick-start) - Create your first custom field group in minutes + +## Documentation Sections + +- [Concepts](../concepts/) - Core concepts and architecture +- [Features](../features/) - Detailed feature documentation +- [Tutorials](../tutorials/) - Step-by-step guides +- [Contributing](../contributing/) - How to contribute to SCF + +## Code Reference + +The [Code Reference](../code-reference/) provides detailed technical documentation of SCF's functions, classes, hooks, and APIs. This is particularly useful for developers who want to: + +- Extend SCF's functionality +- Integrate SCF with other plugins or themes +- Understand SCF's internal architecture +- Find specific hooks and filters + +## Prerequisites + +- WordPress 6.0 or later +- PHP 7.4 or later +- Basic understanding of WordPress development diff --git a/docs/getting-started/installation.md b/docs/welcome/installation.md similarity index 100% rename from docs/getting-started/installation.md rename to docs/welcome/installation.md diff --git a/docs/getting-started/quick-start.md b/docs/welcome/quick-start.md similarity index 100% rename from docs/getting-started/quick-start.md rename to docs/welcome/quick-start.md