Skip to content

Commit 2b1352a

Browse files
Update contributing-to-docs.md
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent 8173044 commit 2b1352a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

content/en/contributing/contributing-to-docs.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,19 +497,22 @@ Stumptown PBR&B keytar plaid street art, forage XOXO pitchfork selvage affogato
497497
This is the final element on the page and there should be no margin below this.
498498
```
499499
500+
### TabPane Shortcode Example
501+
502+
Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a basic example:
500503
501504
{{< tabpane >}}
502505
503506
{{< tab name="Example Tab 1" >}}
504-
507+
```
505508
This is the content inside Example Tab 1.
506-
509+
```
507510
{{< /tab >}}
508511
509512
{{< tab name="Example Tab 2" >}}
510-
513+
```
511514
This is the content inside Example Tab 2.
512-
515+
```
513516
{{< /tab >}}
514517
515518
{{< /tabpane >}}

0 commit comments

Comments
 (0)