Skip to content

Commit

Permalink
docs: Fix formatting again (#7928)
Browse files Browse the repository at this point in the history
Signed-off-by: Saswata Mukherjee <[email protected]>
  • Loading branch information
saswatamcode authored Nov 18, 2024
1 parent 6a2be98 commit fd06432
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/components/receive.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ config:
insecure_skip_verify: false
disable_compression: false
chunk_size_bytes: 0
max_retries: 0
prefix: ""
```

Expand Down
1 change: 1 addition & 0 deletions docs/components/sidecar.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ config:
insecure_skip_verify: false
disable_compression: false
chunk_size_bytes: 0
max_retries: 0
prefix: ""
```

Expand Down
1 change: 1 addition & 0 deletions docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ config:
insecure_skip_verify: false
disable_compression: false
chunk_size_bytes: 0
max_retries: 0
prefix: ""
```

Expand Down
3 changes: 3 additions & 0 deletions docs/components/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ config:
insecure_skip_verify: false
disable_compression: false
chunk_size_bytes: 0
max_retries: 0
prefix: ""
```

Expand Down Expand Up @@ -700,6 +701,7 @@ config:
insecure_skip_verify: false
disable_compression: false
chunk_size_bytes: 0
max_retries: 0
prefix: ""
```

Expand Down Expand Up @@ -803,6 +805,7 @@ config:
insecure_skip_verify: false
disable_compression: false
chunk_size_bytes: 0
max_retries: 0
prefix: ""
```

Expand Down
3 changes: 3 additions & 0 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ config:
kms_encryption_context: {}
encryption_key: ""
sts_endpoint: ""
max_retries: 0
prefix: ""
```

Expand Down Expand Up @@ -305,6 +306,7 @@ config:
insecure_skip_verify: false
disable_compression: false
chunk_size_bytes: 0
max_retries: 0
prefix: ""
```

Expand Down Expand Up @@ -495,6 +497,7 @@ config:
endpoint: ""
secret_key: ""
secret_id: ""
max_retries: 0
http_config:
idle_conn_timeout: 1m30s
response_header_timeout: 2m
Expand Down

0 comments on commit fd06432

Please sign in to comment.