diff --git a/guides/templates/getting-started-template.md b/guides/templates/getting-started-template.md index 811809f..d31dddf 100644 --- a/guides/templates/getting-started-template.md +++ b/guides/templates/getting-started-template.md @@ -1,4 +1,9 @@ -# Getting Started with MainWP Development +--- +layout: documentation-single +title: Getting Started with MainWP Development +description: A comprehensive guide to start building MainWP add-ons and integrations +permalink: /guides/templates/getting-started-template/ +--- Welcome to MainWP development! This guide will walk you through the essential steps to start building add-ons for MainWP, whether you're creating a standalone extension or integrating with a third-party service. @@ -76,10 +81,10 @@ Use this decision tree to determine whether you should build an Extension or an
flowchart TD - A[Do you need to connect with
third-party service or plugin?] -->|Yes| B[Integration] + A["Do you need to connect with\nthird-party service or plugin?"] -->|Yes| B[Integration] A -->|No| C[Extension] - B --> D[Examples: WooCommerce Integration,
Google Analytics Integration] - C --> E[Examples: Advanced Uptime Monitor,
Advanced Reports Extension] + B --> D["Examples: WooCommerce Integration,\nGoogle Analytics Integration"] + C --> E["Examples: Advanced Uptime Monitor,\nAdvanced Reports Extension"] style A fill:#2196F3,stroke:#1976D2,color:white style B fill:#FFC107,stroke:#FFA000,color:white