You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
9
@@ -76,10 +81,10 @@ Use this decision tree to determine whether you should build an Extension or an
76
81
77
82
<divclass="mermaid">
78
83
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]
80
85
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"]
0 commit comments