hotfix: added keep-url to http.get example, closes influxdata/DAR#165
parent
261f12bfbe
commit
b042050e37
|
@ -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;
|
||||
|
|
|
@ -68,6 +68,7 @@ _**Data type:** Record_
|
|||
## Examples
|
||||
|
||||
##### Get the status of InfluxDB OSS
|
||||
{{< keep-url >}}
|
||||
```js
|
||||
import "influxdata/influxdb/secrets"
|
||||
import "experimental/http"
|
||||
|
|
Loading…
Reference in New Issue