File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ alt_links:
12
12
13
13
- [ System Requirements] ( #system-requirements )
14
14
- [ 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)
16
16
- [ Docker image] ( #docker-image )
17
17
18
18
## System Requirements
@@ -79,7 +79,7 @@ source ~/.zshrc
79
79
{{% /code-tab-content %}}
80
80
{{< /code-tabs-wrapper >}}
81
81
82
- ## Download {{< product-name > }} binaries
82
+ ## Download {{% product-name % }} binaries
83
83
84
84
{{< tabs-wrapper >}}
85
85
{{% tabs %}}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ influxdb3 -h
103
103
influxdb3 --help
104
104
```
105
105
106
- ### Run the {{< product-name > }} server with extra verbose logging
106
+ ### Run the {{% product-name % }} server with extra verbose logging
107
107
108
108
<!-- pytest.mark.skip-->
109
109
@@ -114,7 +114,7 @@ influxdb3 serve -v \
114
114
--node-id my-host-01
115
115
```
116
116
117
- ### Run {{< product-name > }} with debug logging using LOG_FILTER
117
+ ### Run {{% product-name % }} with debug logging using LOG_FILTER
118
118
119
119
<!-- pytest.mark.skip-->
120
120
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ existing license if it's still valid.
153
153
environment variable
154
154
7. If no license is found, the server won't start
155
155
156
- #### Example: Start the {{< product-name > }} server with your license email:
156
+ #### Example: Start the {{% product-name % }} server with your license email:
157
157
158
158
{{< code-tabs-wrapper >}}
159
159
{{% code-tabs %}}
@@ -187,7 +187,7 @@ influxdb3 serve \
187
187
{{% /code-tab-content %}}
188
188
{{< /code-tabs-wrapper >}}
189
189
190
- #### Example: Start the {{< product-name > }} server with your license file:
190
+ #### Example: Start the {{% product-name % }} server with your license file:
191
191
192
192
{{< code-tabs-wrapper >}}
193
193
{{% code-tabs %}}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ alt_links:
12
12
13
13
- [ System Requirements] ( #system-requirements )
14
14
- [ 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)
16
16
- [ Docker image] ( #docker-image )
17
17
18
18
## System Requirements
@@ -79,7 +79,7 @@ source ~/.zshrc
79
79
{{% /code-tab-content %}}
80
80
{{< /code-tabs-wrapper >}}
81
81
82
- ## Download {{< product-name > }} binaries
82
+ ## Download {{% product-name % }} binaries
83
83
84
84
{{< tabs-wrapper >}}
85
85
{{% tabs %}}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ influxdb3 -h
108
108
influxdb3 --help
109
109
```
110
110
111
- ### Run the {{< product-name > }} server with extra verbose logging
111
+ ### Run the {{% product-name % }} server with extra verbose logging
112
112
113
113
<!-- pytest.mark.skip-->
114
114
@@ -120,7 +120,7 @@ influxdb3 serve -v \
120
120
--cluster-id my-cluster-01
121
121
```
122
122
123
- ### Run {{< product-name > }} with debug logging using LOG_FILTER
123
+ ### Run {{% product-name % }} with debug logging using LOG_FILTER
124
124
125
125
<!-- pytest.mark.skip-->
126
126
You can’t perform that action at this time.
0 commit comments