Skip to content

Commit a21dd53

Browse files
authored
fix: code-callout shortcode (#7051)
Fix code-callout
1 parent 16ad10c commit a21dd53

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • content/influxdb3/enterprise/performance-preview

content/influxdb3/enterprise/performance-preview/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,16 @@ Key improvements include:
6666
Include the `--use-pacha-tree` flag in your
6767
[`influxdb3 serve` startup command](/influxdb3/enterprise/get-started/setup/):
6868

69-
```bash {{< code-callout "--use-pacha-tree" >}}
69+
{{< code-callout "--use-pacha-tree" >}}
70+
```bash
7071
influxdb3 serve \
7172
--node-id host01 \
7273
--cluster-id cluster01 \
7374
--object-store file \
7475
--data-dir ~/.influxdb3 \
7576
--use-pacha-tree
7677
```
77-
{{< /code-callout >}}
78+
{{< /code-callout >}}
7879

7980
You can also enable the preview with an environment variable:
8081

0 commit comments

Comments
 (0)