Skip to content

Commit e1c4700

Browse files
authored
docs: Fix rendering issue with a note in the docs (#1965)
## Description A note related to `--disable-reload` flag was not rendering properly. This PR fixes that by removing the incorrect indentation. ## Before <img width="1792" height="650" alt="image" src="https://github.com/user-attachments/assets/564fce34-893e-4aa8-9da3-1401ae69188a" /> ## After <img width="1808" height="532" alt="image" src="https://github.com/user-attachments/assets/ee17973f-3191-4519-8855-6389f9567926" />
1 parent 3c29cad commit e1c4700

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en/getting-started/quickstart/shared/configure_toolbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ In this section, we will download Toolbox, configure our tools in a
116116
```
117117
118118
{{< notice note >}}
119-
Toolbox enables dynamic reloading by default. To disable, use the
120-
`--disable-reload` flag.
119+
Toolbox enables dynamic reloading by default. To disable, use the
120+
`--disable-reload` flag.
121121
{{< /notice >}}
122122
<!-- [END configure_toolbox] -->

docs/en/samples/bigquery/local_quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ to use BigQuery, and then run the Toolbox server.
294294
```
295295
296296
{{< notice note >}}
297-
Toolbox enables dynamic reloading by default. To disable, use the
298-
`--disable-reload` flag.
297+
Toolbox enables dynamic reloading by default. To disable, use the
298+
`--disable-reload` flag.
299299
{{< /notice >}}
300300
301301
## Step 3: Connect your agent to Toolbox

0 commit comments

Comments
 (0)