Skip to content

Commit 469b021

Browse files
authored
Docs: combine root index and getting started (#40)
1 parent 92dbfc8 commit 469b021

File tree

5 files changed

+30
-21
lines changed

5 files changed

+30
-21
lines changed

docs/getting-started/index.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/welcome.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/welcome/index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Getting Started with Secure Custom Fields
2+
3+
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.
4+
5+
## In This Section
6+
7+
- [Installation](installation) - How to install and activate SCF
8+
- [Quick Start](quick-start) - Create your first custom field group in minutes
9+
10+
## Documentation Sections
11+
12+
- [Concepts](../concepts/) - Core concepts and architecture
13+
- [Features](../features/) - Detailed feature documentation
14+
- [Tutorials](../tutorials/) - Step-by-step guides
15+
- [Contributing](../contributing/) - How to contribute to SCF
16+
17+
## Code Reference
18+
19+
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:
20+
21+
- Extend SCF's functionality
22+
- Integrate SCF with other plugins or themes
23+
- Understand SCF's internal architecture
24+
- Find specific hooks and filters
25+
26+
## Prerequisites
27+
28+
- WordPress 6.0 or later
29+
- PHP 7.4 or later
30+
- Basic understanding of WordPress development
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)