Skip to content

Commit

Permalink
Remove Mermaid example from documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Diana <[email protected]>
  • Loading branch information
cloudjumpercat committed Dec 7, 2023
1 parent 93f4b6c commit 705b0ad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/_src/introduction/about-service-meshes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
title: About service meshes
---

{% mermaid %}
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
{% endmermaid %}

Service Mesh is a technology pattern that implements a better way to implement modern networking and connectivity among the different services that make up an application. While it is commonly used in the context of microservices, it can be used to improve connectivity among every architecture and on every platform like VMs and containers.

{% tip %}
Expand Down

0 comments on commit 705b0ad

Please sign in to comment.