diff --git a/exampleSite/content/shortcodes/notice.en.md b/exampleSite/content/shortcodes/notice.en.md index c888bce87a..c701029889 100644 --- a/exampleSite/content/shortcodes/notice.en.md +++ b/exampleSite/content/shortcodes/notice.en.md @@ -13,7 +13,7 @@ It is all about the boxes. While the examples are using named parameter you are free to use positional aswell. -{{< tabs >}} +{{< tabs groupId="shortcode-parameter">}} {{% tab name="named" %}} ````go diff --git a/exampleSite/content/shortcodes/tabs.en.md b/exampleSite/content/shortcodes/tabs.en.md index 34d8c46c57..28d619c7fe 100644 --- a/exampleSite/content/shortcodes/tabs.en.md +++ b/exampleSite/content/shortcodes/tabs.en.md @@ -30,7 +30,7 @@ echo "Hello World!" Renders as: -{{< tabs >}} +{{< tabs groupId="tabs-example-language" >}} {{% tab name="python" %}} ```python print("Hello World!") @@ -50,7 +50,7 @@ echo "Hello World!" Tab views with the same tabs that belong to the same group sychronize their selection: -{{< tabs >}} +{{< tabs groupId="tabs-example-language" >}} {{% tab name="python" %}} ```python print("Hello World!") @@ -94,7 +94,7 @@ Hello = World Renders as: -{{< tabs groupId="config" >}} +{{< tabs groupId="tabs-example-config" >}} {{% tab name="json" %}} ```json {