hotfix: added keep-url to http.get example, closes influxdata/DAR#165

pull/2072/head
Scott Anderson 2021-01-15 14:56:55 -07:00
parent 261f12bfbe
commit b042050e37
2 changed files with 8 additions and 0 deletions

View File

@ -143,6 +143,13 @@
}
}
h2,h3,h4,h5,h6 {
& + .keep-url {
margin-top: -1.5rem;
z-index: -100;
}
}
a.q-link {
font-size: .8rem;
vertical-align: super;

View File

@ -68,6 +68,7 @@ _**Data type:** Record_
## Examples
##### Get the status of InfluxDB OSS
{{< keep-url >}}
```js
import "influxdata/influxdb/secrets"
import "experimental/http"