Skip to content

Commit 60bd328

Browse files
Width fix
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent 5a5ce99 commit 60bd328

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -501,24 +501,21 @@ This is the final element on the page and there should be no margin below this.
501501
502502
Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a basic example:
503503
504-
{{< tabpane >}}
504+
{{< tabpane text=true >}}
505505
506506
{{< tab name="Example Tab 1" >}}
507-
508-
This is the content inside Example Tab 0.
509-
507+
This is the content inside Example Tab 1.
510508
{{< /tab >}}
511509
512510
{{< tab name="Example Tab 2" >}}
513-
514-
This is the content inside Example Tab 1.
515-
511+
This is the content inside Example Tab 2.
516512
{{< /tab >}}
517513
518514
{{< /tabpane >}}
519515
520516
Use this shortcode to display platform-specific commands, language-specific code blocks, or comparisons — all in an elegant, user-friendly tab layout.
521517
518+
522519
### Footnotes
523520
524521
This is a superscript number for your footnote. [^1]

0 commit comments

Comments
 (0)