Skip to content

Commit defc5c4

Browse files
authored
docs: [BootstrapAdminUi] fix Mermaid syntax error (#265)
2 parents 3d5cde2 + e0e9d76 commit defc5c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/bootstrap-admin-ui/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ flowchart LR
4949

5050
```mermaid
5151
flowchart LR
52-
Template(@SyliusAdminUi/crud/create.html.twig) --> Hook{Hook 'create'}
52+
Template["@SyliusAdminUi/crud/create.html.twig"] --> Hook["Hook: 'create'"]
5353
54-
Hook --> Sidebar([@SyliusBootstrapAdminUi/shared/crud/common/sidebar.html.twig])
55-
Hook --> Navbar([@SyliusBootstrapAdminUi/shared/crud/common/navbar.html.twig])
56-
Hook --> Content([@SyliusBootstrapAdminUi/shared/crud/common/content.html.twig])
54+
Hook --> Sidebar["@SyliusBootstrapAdminUi/shared/crud/common/sidebar.html.twig"]
55+
Hook --> Navbar["@SyliusBootstrapAdminUi/shared/crud/common/navbar.html.twig"]
56+
Hook --> Content["@SyliusBootstrapAdminUi/shared/crud/common/content.html.twig"]
5757
```
5858

5959
### Index

0 commit comments

Comments
 (0)