Add tooltip-only example

This commit is contained in:
Taylor Reece 2025-10-31 09:49:31 -05:00
parent 088e133ac4
commit 0ada40ebeb

View File

@ -92,10 +92,12 @@ flowchart TB
GH[Docusaurus GitHub]
MI[Mermaid.js Installation]
SWIZZ[Swizzling Article]
TTO[Tooltip Only]
click GH "https://www.github.com/facebook/docusaurus" "Git repo for the Docusaurus project"
click MI "#installation" "Link to the installation section of this doc"
click SWIZZ "../swizzling" "Link to the swizzling article"
click TTO void "This is a tooltip only element and does not link anywhere"
```
````
@ -106,10 +108,12 @@ flowchart TB
GH[Docusaurus GitHub]
MI[Mermaid.js Installation]
SWIZZ[Swizzling Article]
TTO[Tooltip Only]
click GH "https://www.github.com/facebook/docusaurus" "Git repo for the Docusaurus project"
click MI "#installation" "Link to the installation section of this doc"
click SWIZZ "../swizzling" "Link to the swizzling article"
click TTO void "This is a tooltip only element and does not link anywhere"
```
## Mermaid Config {#configuration}