mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Fixing Mermaid
This commit is contained in:
parent
6019e3ddab
commit
00b6090908
1 changed files with 9 additions and 4 deletions
|
@ -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
|
|||
|
||||
<div class="mermaid">
|
||||
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]
|
||||
B --> D[Examples: WooCommerce Integration,<br>Google Analytics Integration]
|
||||
C --> E[Examples: Advanced Uptime Monitor,<br>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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue