chore(arch): changed syntax keyword from architecture -> architecture-beta

This commit is contained in:
NicolasNewman
2024-07-22 09:34:36 -05:00
parent 7c1cb236a6
commit 25609d69c4
4 changed files with 141 additions and 141 deletions

View File

@@ -5,7 +5,7 @@
## Example
```mermaid-example
architecture
architecture-beta
group api(cloud)[API]
service db(database)[Database] in api
@@ -24,7 +24,7 @@ The building blocks of an architecture are `groups`, `services`, `edges`, and `j
For supporting components, icons are declared by surrounding the icon name with `()`, while labels are declared by surrounding the text with `[]`.
To begin an architecture diagram, use the keyword `architecture`, followed by your groups, services, edges, and junctions. While each of the 3 building blocks can be declared in any order, care must be taken to ensure the identifier was previously declared by another component.
To begin an architecture diagram, use the keyword `architecture-beta`, followed by your groups, services, edges, and junctions. While each of the 3 building blocks can be declared in any order, care must be taken to ensure the identifier was previously declared by another component.
### Groups
@@ -136,7 +136,7 @@ junction {junction id} (in {parent id})?
```
```mermaid-example
architecture
architecture-beta
service left_disk(disk)[Disk]
service top_disk(disk)[Disk]
service bottom_disk(disk)[Disk]

View File

@@ -3,7 +3,7 @@ import "../common/common";
entry Architecture:
NEWLINE*
"architecture"
"architecture-beta"
(
NEWLINE* TitleAndAccessibilities
| NEWLINE* Statement*