Skip to content

Commit

Permalink
Obey make check-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Darach Ennis <[email protected]>
  • Loading branch information
darach committed Sep 28, 2024
1 parent ae19329 commit fddcc88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/cue/reference/components/sinks/axiom.cue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ components: sinks: axiom: {
max_bytes: 1_048_576
timeout_secs: 1.0
}
compression: enabled: true
compression: {
enabled: true
default: "gzip"
algorithms: ["gzip"]
levels: ["none", "fast", "default", "best", 0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
}
encoding: {
enabled: true
codec: enabled: false
Expand Down

0 comments on commit fddcc88

Please sign in to comment.