From aeb78c5bb1d5c2af91c863e9464b67238d52ddb6 Mon Sep 17 00:00:00 2001 From: Dennis Dornon Date: Fri, 4 Apr 2025 11:22:36 -0400 Subject: [PATCH] Restore getting-started-template.md to working version without front matter --- guides/templates/getting-started-template.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/guides/templates/getting-started-template.md b/guides/templates/getting-started-template.md index e4b169f..cd4c16a 100644 --- a/guides/templates/getting-started-template.md +++ b/guides/templates/getting-started-template.md @@ -1,10 +1,3 @@ ---- -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/ ---- - Getting Started with MainWP Development 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. @@ -15,10 +8,10 @@ Follow these steps to begin your MainWP development journey:
flowchart LR - A["1. Setup Environment"] --> B["2. Choose Add-on Type"] - B --> C1["3a. Create Basic Extension"] - B --> C2["3b. Create Basic Integration"] - C1 --> D["4. Test & Deploy"] + A[1. Setup Environment] --> B[2. Choose Add-on Type] + B --> C1[3a. Create Basic Extension] + B --> C2[3b. Create Basic Integration] + C1 --> D[4. Test & Deploy] C2 --> D style A fill:#4CAF50stroke:#388E3Ccolor:white