Skip to content

Commit 01e8722

Browse files
committed
fix(mono): Bad anchors caused by {{< product-name >}} shortcode
1 parent 7bf799c commit 01e8722

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

content/influxdb3/core/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ alt_links:
1212

1313
- [System Requirements](#system-requirements)
1414
- [Quick install](#quick-install)
15-
- [Download {{< product-name >}} binaries](#download-influxdb-3-{{< product-key >}}-binaries)
15+
- [Download {{% product-name %}} binaries](#download-influxdb-3-{{< product-key >}}-binaries)
1616
- [Docker image](#docker-image)
1717

1818
## System Requirements
@@ -79,7 +79,7 @@ source ~/.zshrc
7979
{{% /code-tab-content %}}
8080
{{< /code-tabs-wrapper >}}
8181
82-
## Download {{< product-name >}} binaries
82+
## Download {{% product-name %}} binaries
8383
8484
{{< tabs-wrapper >}}
8585
{{% tabs %}}

content/influxdb3/core/reference/cli/influxdb3/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ influxdb3 -h
103103
influxdb3 --help
104104
```
105105

106-
### Run the {{< product-name >}} server with extra verbose logging
106+
### Run the {{% product-name %}} server with extra verbose logging
107107

108108
<!--pytest.mark.skip-->
109109

@@ -114,7 +114,7 @@ influxdb3 serve -v \
114114
--node-id my-host-01
115115
```
116116

117-
### Run {{< product-name >}} with debug logging using LOG_FILTER
117+
### Run {{% product-name %}} with debug logging using LOG_FILTER
118118

119119
<!--pytest.mark.skip-->
120120

content/influxdb3/enterprise/admin/license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ existing license if it's still valid.
153153
environment variable
154154
7. If no license is found, the server won't start
155155
156-
#### Example: Start the {{< product-name >}} server with your license email:
156+
#### Example: Start the {{% product-name %}} server with your license email:
157157
158158
{{< code-tabs-wrapper >}}
159159
{{% code-tabs %}}
@@ -187,7 +187,7 @@ influxdb3 serve \
187187
{{% /code-tab-content %}}
188188
{{< /code-tabs-wrapper >}}
189189

190-
#### Example: Start the {{< product-name >}} server with your license file:
190+
#### Example: Start the {{% product-name %}} server with your license file:
191191

192192
{{< code-tabs-wrapper >}}
193193
{{% code-tabs %}}

content/influxdb3/enterprise/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ alt_links:
1212

1313
- [System Requirements](#system-requirements)
1414
- [Quick install](#quick-install)
15-
- [Download {{< product-name >}} binaries](#download-influxdb-3-{{< product-key >}}-binaries)
15+
- [Download {{% product-name %}} binaries](#download-influxdb-3-{{< product-key >}}-binaries)
1616
- [Docker image](#docker-image)
1717

1818
## System Requirements
@@ -79,7 +79,7 @@ source ~/.zshrc
7979
{{% /code-tab-content %}}
8080
{{< /code-tabs-wrapper >}}
8181
82-
## Download {{< product-name >}} binaries
82+
## Download {{% product-name %}} binaries
8383
8484
{{< tabs-wrapper >}}
8585
{{% tabs %}}

content/influxdb3/enterprise/reference/cli/influxdb3/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ influxdb3 -h
108108
influxdb3 --help
109109
```
110110

111-
### Run the {{< product-name >}} server with extra verbose logging
111+
### Run the {{% product-name %}} server with extra verbose logging
112112

113113
<!--pytest.mark.skip-->
114114

@@ -120,7 +120,7 @@ influxdb3 serve -v \
120120
--cluster-id my-cluster-01
121121
```
122122

123-
### Run {{< product-name >}} with debug logging using LOG_FILTER
123+
### Run {{% product-name %}} with debug logging using LOG_FILTER
124124

125125
<!--pytest.mark.skip-->
126126

0 commit comments

Comments
 (0)