Skip to content

Commit 00b6090

Browse files
committed
Fixing Mermaid
1 parent 6019e3d commit 00b6090

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

guides/templates/getting-started-template.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Getting Started with MainWP Development
1+
---
2+
layout: documentation-single
3+
title: Getting Started with MainWP Development
4+
description: A comprehensive guide to start building MainWP add-ons and integrations
5+
permalink: /guides/templates/getting-started-template/
6+
---
27

38
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.
49

@@ -76,10 +81,10 @@ Use this decision tree to determine whether you should build an Extension or an
7681

7782
<div class="mermaid">
7883
flowchart TD
79-
A[Do you need to connect with<br>third-party service or plugin?] -->|Yes| B[Integration]
84+
A["Do you need to connect with\nthird-party service or plugin?"] -->|Yes| B[Integration]
8085
A -->|No| C[Extension]
81-
B --> D[Examples: WooCommerce Integration,<br>Google Analytics Integration]
82-
C --> E[Examples: Advanced Uptime Monitor,<br>Advanced Reports Extension]
86+
B --> D["Examples: WooCommerce Integration,\nGoogle Analytics Integration"]
87+
C --> E["Examples: Advanced Uptime Monitor,\nAdvanced Reports Extension"]
8388

8489
style A fill:#2196F3,stroke:#1976D2,color:white
8590
style B fill:#FFC107,stroke:#FFA000,color:white

0 commit comments

Comments
 (0)