mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +02:00
feat(arch): implemented junction nodes
This commit is contained in:
@@ -14,6 +14,7 @@ entry Architecture:
|
||||
fragment Statement:
|
||||
groups+=Group
|
||||
| services+=Service
|
||||
| junctions+=Junction
|
||||
| edges+=Edge
|
||||
;
|
||||
|
||||
@@ -29,6 +30,10 @@ Service:
|
||||
'service' id=ARCH_ID (iconText=ARCH_TEXT_ICON | icon=ARCH_ICON)? title=ARCH_TITLE? ('in' in=ARCH_ID)? EOL
|
||||
;
|
||||
|
||||
Junction:
|
||||
'junction' id=ARCH_ID ('in' in=ARCH_ID)? EOL
|
||||
;
|
||||
|
||||
Edge:
|
||||
lhsId=ARCH_ID lhsGroup?=ARROW_GROUP? Arrow rhsId=ARCH_ID rhsGroup?=ARROW_GROUP? EOL
|
||||
;
|
||||
|
Reference in New Issue
Block a user