docs: remove Mermaid beta graphs #144

This commit is contained in:
Sören Weber 2023-02-05 11:09:43 +01:00
parent 97c6e628dd
commit 98f5959a33
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -520,51 +520,3 @@ C4Context
UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1") UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1")
{{< /mermaid >}} {{< /mermaid >}}
### Mindmap
{{% notice note %}}
As of Mermaid version 9.2.2 this diagram type is not included in the official distribution and will not be useable in this theme.
{{% /notice %}}
````go
{{</* mermaid */>}}
mindmap
root((mindmap))
Origins
Long history
::icon(fa fa-book)
Popularisation
British popular psychology author Tony Buzan
Research
On effectivness<br/>and features
On Automatic creation
Uses
Creative techniques
Strategic planning
Argument mapping
Tools
Pen and paper
Mermaid
{{</* /mermaid */>}}
````
{{< mermaid >}}
mindmap
root((mindmap))
Origins
Long history
::icon(fa fa-book)
Popularisation
British popular psychology author Tony Buzan
Research
On effectivness<br/>and features
On Automatic creation
Uses
Creative techniques
Strategic planning
Argument mapping
Tools
Pen and paper
Mermaid
{{< /mermaid >}}