chore: generate new docs

This commit is contained in:
Lei Nelissen
2023-07-12 22:59:06 +02:00
parent ebf639377b
commit cfe31fe89f
2 changed files with 11 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#### Defined in #### Defined in
[defaultConfig.ts:267](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/defaultConfig.ts#L267) [defaultConfig.ts:266](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/defaultConfig.ts#L266)
--- ---

View File

@@ -259,8 +259,16 @@ More info in: <https://github.com/d3/d3-time#interval_every>
Week-based `tickInterval`s start the week on sunday by default. If you wish to specify another weekday on which the `tickInterval` should start, use the `weekday` option: Week-based `tickInterval`s start the week on sunday by default. If you wish to specify another weekday on which the `tickInterval` should start, use the `weekday` option:
```markdown ```mermaid-example
weekday monday gantt
tickInterval 1week
weekday monday
```
```mermaid
gantt
tickInterval 1week
weekday monday
``` ```
## Output in compact mode ## Output in compact mode