Fixing Mermaid

This commit is contained in:
Dennis Dornon 2025-04-03 19:31:22 -04:00
parent 6019e3ddab
commit 00b6090908

View file

@ -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. 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


<div class="mermaid"> <div class="mermaid">
flowchart TD flowchart TD
A[Do you need to connect with<br>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] A -->|No| C[Extension]
B --> D[Examples: WooCommerce Integration,<br>Google Analytics Integration] B --> D["Examples: WooCommerce Integration,\nGoogle Analytics Integration"]
C --> E[Examples: Advanced Uptime Monitor,<br>Advanced Reports Extension] C --> E["Examples: Advanced Uptime Monitor,\nAdvanced Reports Extension"]
style A fill:#2196F3,stroke:#1976D2,color:white style A fill:#2196F3,stroke:#1976D2,color:white
style B fill:#FFC107,stroke:#FFA000,color:white style B fill:#FFC107,stroke:#FFA000,color:white