Skip to content

Commit bb60a8b

Browse files
Fix the width
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent e0f0c21 commit bb60a8b

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,16 +499,27 @@ This is the final element on the page and there should be no margin below this.
499499
500500
501501
### TabPane Shortcode Example
502+
502503
Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a basic example:
504+
503505
{{< tabpane >}}
506+
504507
{{< tab name="Example Tab 1" >}}
505-
This is the content inside Example Tab 1.
508+
509+
This is the content inside Example Tab 1.
510+
You can include instructions, descriptions, or examples here.
511+
506512
{{< /tab >}}
507513
508514
{{< tab name="Example Tab 2" >}}
509-
This is the content inside Example Tab 2.
515+
516+
This is the content inside Example Tab 2.
517+
Each tab can hold different sets of content as needed.
518+
510519
{{< /tab >}}
520+
511521
{{< /tabpane >}}
522+
512523
Use this shortcode to display platform-specific commands, language-specific code blocks, or comparisons — all in an elegant, user-friendly tab layout.
513524
514525

0 commit comments

Comments
 (0)