mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Add tooltip-only example
This commit is contained in:
parent
088e133ac4
commit
0ada40ebeb
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue