CONTRIBUTING.md: Document linking to tabbed content (#2883)
parent
854b1e9151
commit
1371e8c586
|
@ -432,6 +432,16 @@ WHERE time > now() - 15m
|
||||||
{{< /code-tabs-wrapper >}}
|
{{< /code-tabs-wrapper >}}
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
#### Link to tabbed content
|
||||||
|
|
||||||
|
To link to tabbed content, click on the tab and use the URL parameter shown.
|
||||||
|
It will have the form `?t=`, plus a string.
|
||||||
|
For example:
|
||||||
|
|
||||||
|
```
|
||||||
|
[Windows installation](/influxdb/v2.0/install/?t=Windows)
|
||||||
|
```
|
||||||
|
|
||||||
### Required elements
|
### Required elements
|
||||||
Use the `{{< req >}}` shortcode to identify required elements in documentation with
|
Use the `{{< req >}}` shortcode to identify required elements in documentation with
|
||||||
orange text and/or asterisks. By default, the shortcode outputs the text, "Required," but
|
orange text and/or asterisks. By default, the shortcode outputs the text, "Required," but
|
||||||
|
|
Loading…
Reference in New Issue