mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
chore: Use mermaid.live as fallback links in button
This commit is contained in:
@@ -120,7 +120,9 @@ function nav() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '💻 Open Editor',
|
text: '💻 Open Editor',
|
||||||
link: '/',
|
link: 'https://mermaid.live/edit',
|
||||||
|
target: '_blank',
|
||||||
|
rel: 'external',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@@ -17,7 +17,9 @@ hero:
|
|||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Try Editor
|
text: Try Editor
|
||||||
link: /
|
link: https://mermaid.live/edit
|
||||||
|
target: _blank
|
||||||
|
rel: external
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: Get started
|
text: Get started
|
||||||
link: /intro/
|
link: /intro/
|
||||||
|
Reference in New Issue
Block a user