mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 18:59:42 +02:00
chore: fix most of aloisklink reviews
This commit is contained in:
@@ -72,16 +72,16 @@ flowchart LR
|
||||
If you want to preview the whole documentation site on your machine:
|
||||
|
||||
```sh
|
||||
$ cd mermaid
|
||||
$ pnpm i
|
||||
$ pnpm docs:dev
|
||||
cd mermaid
|
||||
pnpm i
|
||||
pnpm docs:dev
|
||||
```
|
||||
|
||||
You can now build and serve the documentation site:
|
||||
|
||||
```sh
|
||||
$ pnpm docs:build:vitepress
|
||||
$ pnpm docs:serve
|
||||
pnpm docs:build:vitepress
|
||||
pnpm docs:serve
|
||||
```
|
||||
|
||||
## Branching
|
||||
|
Reference in New Issue
Block a user