Skip to content

Commit

Permalink
chore: update browsers list
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Jun 13, 2022
1 parent 5d30d46 commit 9eae97d
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 3 deletions.
75 changes: 75 additions & 0 deletions docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,81 @@ available space. If set to false, the diagram reserves its absolute width.

Default value: true

## c4

The object containing configurations specific for c4 diagrams

### diagramMarginX

| Parameter | Description | Type | Required | Values |
| -------------- | ---------------------------------------------- | ------- | -------- | ------------------ |
| diagramMarginX | Margin to the right and left of the c4 diagram | Integer | Required | Any Positive Value |

**Notes:** Default value: 50

### diagramMarginY

| Parameter | Description | Type | Required | Values |
| -------------- | ------------------------------------------- | ------- | -------- | ------------------ |
| diagramMarginY | Margin to the over and under the c4 diagram | Integer | Required | Any Positive Value |

**Notes:** Default value: 10

### c4ShapeMargin

| Parameter | Description | Type | Required | Values |
| ----------- | --------------------- | ------- | -------- | ------------------ |
| shapeMargin | Margin between shapes | Integer | Required | Any Positive Value |

**Notes:** Default value: 50

### width

| Parameter | Description | Type | Required | Values |
| --------- | --------------------- | ------- | -------- | ------------------ |
| width | Width of person boxes | Integer | Required | Any Positive Value |

**Notes:** Default value: 216

### height

| Parameter | Description | Type | Required | Values |
| --------- | ---------------------- | ------- | -------- | ------------------ |
| height | Height of person boxes | Integer | Required | Any Positive Value |

**Notes:** Default value: 60

### boxMargin

| Parameter | Description | Type | Required | Values |
| --------- | ------------------------ | ------- | -------- | ------------------ |
| boxMargin | Margin around loop boxes | Integer | Required | Any Positive Value |

**Notes:** Default value: 10

### useMaxWidth

| Parameter | Description | Type | Required | Values |
| ----------- | ----------- | ------- | -------- | ----------- |
| useMaxWidth | See Notes | boolean | Required | true, false |

**Notes:** When this flag is set to true, the height and width is set to 100% and is then
scaling with the available space. If set to false, the absolute space required is used.

Default value: true

### wrap

This sets the auto-wrap state for the diagram

**Notes:** Default value: true.

### wrapPadding

This sets the auto-wrap padding for the diagram (sides only)

**Notes:** Default value: 0.

## setSiteConfig

## setSiteConfig
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3498,9 +3498,9 @@ camelcase@^6.2.0:
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==

caniuse-lite@^1.0.30001332:
version "1.0.30001346"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz"
integrity sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==
version "1.0.30001352"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001352.tgz"
integrity sha512-GUgH8w6YergqPQDGWhJGt8GDRnY0L/iJVQcU3eJ46GYf52R8tk0Wxp0PymuFVZboJYXGiCqwozAYZNRjVj6IcA==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit 9eae97d

Please sign in to comment.