We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf0a6 commit af0d3ebCopy full SHA for af0d3eb
1 file changed
docs/design.md
@@ -126,7 +126,7 @@ This enables nice tracing across trino-lb and trino (as seen in the screenshot b
126
This flowchart represents a Trino client submitting a query.
127
It might be send to a Trino clusters or queued if all clusters are full.
128
129
-**General flow**
+### General flow
130
131
```mermaid
132
sequenceDiagram
@@ -158,7 +158,7 @@ sequenceDiagram
158
end
159
```
160
161
-**Detailed initial `POST /v1/statement`**
+### Detailed initial `POST /v1/statement`
162
163
164
0 commit comments