mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-04 16:16:41 +02:00
docs: Fix config
This commit is contained in:
@@ -923,7 +923,11 @@ Commits in Mermaid display temporal information in gitgraph by default. For exam
|
|||||||
### Temporal Commits (default, `parallelCommits: false`)
|
### Temporal Commits (default, `parallelCommits: false`)
|
||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'parallelCommits': false}} }%%
|
---
|
||||||
|
config:
|
||||||
|
gitGraph:
|
||||||
|
parallelCommits: false
|
||||||
|
---
|
||||||
gitGraph:
|
gitGraph:
|
||||||
commit
|
commit
|
||||||
branch develop
|
branch develop
|
||||||
@@ -935,7 +939,11 @@ Commits in Mermaid display temporal information in gitgraph by default. For exam
|
|||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'parallelCommits': false}} }%%
|
---
|
||||||
|
config:
|
||||||
|
gitGraph:
|
||||||
|
parallelCommits: false
|
||||||
|
---
|
||||||
gitGraph:
|
gitGraph:
|
||||||
commit
|
commit
|
||||||
branch develop
|
branch develop
|
||||||
@@ -949,7 +957,11 @@ Commits in Mermaid display temporal information in gitgraph by default. For exam
|
|||||||
### Parallel commits (`parallelCommits: true`)
|
### Parallel commits (`parallelCommits: true`)
|
||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'parallelCommits': true}} }%%
|
---
|
||||||
|
config:
|
||||||
|
gitGraph:
|
||||||
|
parallelCommits: true
|
||||||
|
---
|
||||||
gitGraph:
|
gitGraph:
|
||||||
commit
|
commit
|
||||||
branch develop
|
branch develop
|
||||||
@@ -961,7 +973,11 @@ Commits in Mermaid display temporal information in gitgraph by default. For exam
|
|||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'parallelCommits': true}} }%%
|
---
|
||||||
|
config:
|
||||||
|
gitGraph:
|
||||||
|
parallelCommits: true
|
||||||
|
---
|
||||||
gitGraph:
|
gitGraph:
|
||||||
commit
|
commit
|
||||||
branch develop
|
branch develop
|
||||||
|
@@ -576,7 +576,11 @@ Commits in Mermaid display temporal information in gitgraph by default. For exam
|
|||||||
### Temporal Commits (default, `parallelCommits: false`)
|
### Temporal Commits (default, `parallelCommits: false`)
|
||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'parallelCommits': false}} }%%
|
---
|
||||||
|
config:
|
||||||
|
gitGraph:
|
||||||
|
parallelCommits: false
|
||||||
|
---
|
||||||
gitGraph:
|
gitGraph:
|
||||||
commit
|
commit
|
||||||
branch develop
|
branch develop
|
||||||
@@ -590,7 +594,11 @@ Commits in Mermaid display temporal information in gitgraph by default. For exam
|
|||||||
### Parallel commits (`parallelCommits: true`)
|
### Parallel commits (`parallelCommits: true`)
|
||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'parallelCommits': true}} }%%
|
---
|
||||||
|
config:
|
||||||
|
gitGraph:
|
||||||
|
parallelCommits: true
|
||||||
|
---
|
||||||
gitGraph:
|
gitGraph:
|
||||||
commit
|
commit
|
||||||
branch develop
|
branch develop
|
||||||
|
Reference in New Issue
Block a user