docs: fix tab selection by groupid #582

This commit is contained in:
Sören Weber 2023-07-27 17:02:13 +02:00
parent 72f08f142b
commit 268b99a66d
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
13 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ Since Hugo {{% badge color="fuchsia" icon="fab fa-hackerrank" title=" " %}}0.112
While the examples are using shortcodes with named parameter you are free to also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -15,7 +15,7 @@ The `badge` shortcode displays little markers in your text with adjustable color
While the examples are using shortcodes with named parameter you are free to also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -12,7 +12,7 @@ The `button` shortcode displays a clickable button with adjustable color, title
While the examples are using shortcodes with named parameter you are free to also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -12,7 +12,7 @@ The `children` shortcode lists the child pages of the current page and its desce
While the examples are using shortcodes with named parameter you are free to also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -27,7 +27,7 @@ This only works in modern browsers flawlessly. While Internet Explorer 11 has is
While the examples are using shortcodes with named parameter you are free to use positional as well or also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -20,7 +20,7 @@ You are free to also call this shortcode from your own partials. In this case it
While the examples are using shortcodes with named parameter it is recommended to use codefences instead. This is because more and more other software supports codefences (eg. GitHub) and so your markdown becomes more portable.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="codefence" %}}
````md

View file

@ -14,7 +14,7 @@ The `icon` shortcode displays icons using the [Font Awesome](https://fontawesome
While the examples are using shortcodes with positional parameter you are free to also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -9,7 +9,7 @@ The `include` shortcode includes other files from your project inside of the cur
While the examples are using shortcodes with named parameter you are free to use positional aswell or also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -23,7 +23,7 @@ You are free to also call this shortcode from your own partials.
To use codefence syntax you have to turn off `guessSyntax` for the `markup.highlight` setting ([see the configuration section](#configuration)).
{{% /notice %}}
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="codefence" %}}
````md

View file

@ -29,7 +29,7 @@ You are free to also call this shortcode from your own partials.
To use codefence syntax you have to turn off `guessSyntax` for the `markup.highlight` setting ([see the configuration section](#configuration)).
{{% /notice %}}
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="codefence" %}}
````md

View file

@ -13,7 +13,7 @@ It is all about the boxes.
While the examples are using shortcodes with named parameter you are free to use positional as well or also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -13,7 +13,7 @@ This only works in modern browsers.
While the examples are using shortcodes with named parameter you are free to also call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}
````go

View file

@ -9,7 +9,7 @@ The `siteparam` shortcode prints values of site params.
While the examples are using shortcodes with named parameter you are free to use positional aswell or call this shortcode from your own partials.
{{< tabs groupId="shortcode-parameter">}}
{{< tabs groupid="shortcode-parameter">}}
{{% tab title="shortcode" %}}