hotfix(api): update header back link for new product structure
parent
6678666b5d
commit
b5cda5ce15
|
@ -39,7 +39,7 @@
|
||||||
<div class="spinner"></div>
|
<div class="spinner"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="influx-header">
|
<div id="influx-header">
|
||||||
<a class="back" href="/influxdb/{{templateOptions.product}}/"><span class="version">{{templateOptions.productName}}</span> Docs</a>
|
<a class="back" href="/{{templateOptions.product}}/"><span class="version">{{templateOptions.productName}}</span> Docs</a>
|
||||||
<a class="btn" href="https://github.com/influxdata/influxdb/issues/new/choose/" target="_blank">Submit API issue</a>
|
<a class="btn" href="https://github.com/influxdata/influxdb/issues/new/choose/" target="_blank">Submit API issue</a>
|
||||||
</div>
|
</div>
|
||||||
{{{redocHTML}}}
|
{{{redocHTML}}}
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
"eslint": "^9.18.0",
|
"eslint": "^9.18.0",
|
||||||
"globals": "^15.14.0",
|
"globals": "^15.14.0",
|
||||||
"hugo-extended": ">=0.101.0",
|
"hugo-extended": ">=0.101.0",
|
||||||
"nightwatch": "^3.11.0",
|
|
||||||
"postcss": ">=8.4.31",
|
"postcss": ">=8.4.31",
|
||||||
"postcss-cli": ">=9.1.0",
|
"postcss-cli": ">=9.1.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
|
|
Loading…
Reference in New Issue