mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 19:24:10 +01:00
New documentation website: https://mermaidjs.github.io/
This commit is contained in:
10
README.md
10
README.md
@@ -130,11 +130,11 @@ yarn add mermaid
|
|||||||
|
|
||||||
## Further reading
|
## Further reading
|
||||||
|
|
||||||
* [Usage](http://knsv.github.io/mermaid/#usage)
|
* [Usage](https://mermaidjs.github.io/usage.html)
|
||||||
* [Flowchart syntax](http://knsv.github.io/mermaid/#flowcharts-basic-syntax)
|
* [Flowchart syntax](https://mermaidjs.github.io/flowchart.html)
|
||||||
* [Sequence diagram syntax](http://knsv.github.io/mermaid/#sequence-diagrams)
|
* [Sequence diagram syntax](https://mermaidjs.github.io/sequenceDiagram.html)
|
||||||
* [Mermaid client](http://knsv.github.io/mermaid/#mermaid-cli)
|
* [Mermaid CLI](https://mermaidjs.github.io/mermaidCLI.html)
|
||||||
* [Demos](http://knsv.github.io/mermaid/#demos)
|
* [Demos](https://mermaidjs.github.io/demos.html)
|
||||||
|
|
||||||
|
|
||||||
# Request for assistance
|
# Request for assistance
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** mermaid
|
/** mermaid
|
||||||
* http://knsv.github.io/mermaid/
|
* https://mermaidjs.github.io/
|
||||||
* (c) 2015 Knut Sveidqvist
|
* (c) 2015 Knut Sveidqvist
|
||||||
* MIT license.
|
* MIT license.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** mermaid
|
/** mermaid
|
||||||
* http://knsv.github.io/mermaid/
|
* https://mermaidjs.github.io/
|
||||||
* (c) 2015 Knut Sveidqvist
|
* (c) 2015 Knut Sveidqvist
|
||||||
* MIT license.
|
* MIT license.
|
||||||
*/
|
*/
|
||||||
@@ -50,4 +50,4 @@ message
|
|||||||
: 'say' TXT { $$ = $1.substring(1).trim().replace(/\\n/gm, "\n"); }
|
: 'say' TXT { $$ = $1.substring(1).trim().replace(/\\n/gm, "\n"); }
|
||||||
;
|
;
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** mermaid
|
/** mermaid
|
||||||
* http://knsv.github.io/mermaid/
|
* https://mermaidjs.github.io/
|
||||||
* (c) 2015 Knut Sveidqvist
|
* (c) 2015 Knut Sveidqvist
|
||||||
* MIT license.
|
* MIT license.
|
||||||
*/
|
*/
|
||||||
@@ -192,10 +192,10 @@ graphConfig
|
|||||||
ending: endToken ending
|
ending: endToken ending
|
||||||
| endToken
|
| endToken
|
||||||
;
|
;
|
||||||
|
|
||||||
endToken: NEWLINE | SPACE | EOF;
|
endToken: NEWLINE | SPACE | EOF;
|
||||||
|
|
||||||
FirstStmtSeperator
|
FirstStmtSeperator
|
||||||
: SEMI | NEWLINE | spaceList NEWLINE ;
|
: SEMI | NEWLINE | spaceList NEWLINE ;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** mermaid
|
/** mermaid
|
||||||
* http://knsv.github.io/mermaid/
|
* https://mermaidjs.github.io/
|
||||||
* (c) 2015 Knut Sveidqvist
|
* (c) 2015 Knut Sveidqvist
|
||||||
* MIT license.
|
* MIT license.
|
||||||
*/
|
*/
|
||||||
@@ -59,4 +59,4 @@ statement
|
|||||||
| taskTxt taskData {yy.addTask($1,$2);$$='task';}
|
| taskTxt taskData {yy.addTask($1,$2);$$='task';}
|
||||||
;
|
;
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** mermaid
|
/** mermaid
|
||||||
* http://knsv.github.io/mermaid/
|
* https://mermaidjs.github.io/
|
||||||
* (c) 2014-2015 Knut Sveidqvist
|
* (c) 2014-2015 Knut Sveidqvist
|
||||||
* MIT license.
|
* MIT license.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user