Skip to content

Commit 836e626

Browse files
plain text
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent 5acfad3 commit 836e626

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -499,27 +499,15 @@ This is the final element on the page and there should be no margin below this.
499499
500500
### TabPane
501501
502-
Layer5 docs support tabbed content using the `tabpane` shortcode. Here's a basic example:
503-
504502
{{< tabpane text=true >}}
505-
506503
{{< tab name="Example Tab 1" >}}
507-
508-
<div class="highlight"><pre><code>This is the content inside Example Tab 1.</code></pre></div>
509-
504+
This is the content inside Example Tab 1.
510505
{{< /tab >}}
511-
512506
{{< tab name="Example Tab 2" >}}
513-
514-
<div class="highlight"><pre><code>This is the content inside Example Tab 2.</code></pre></div>
515-
507+
This is the content inside Example Tab 2.
516508
{{< /tab >}}
517-
518509
{{< /tabpane >}}
519510
520-
Use this shortcode to display platform-specific commands, language-specific code blocks, or comparisons — all in an elegant, user-friendly tab layout.
521-
522-
523511
### Footnotes
524512
525513
This is a superscript number for your footnote. [^1]

0 commit comments

Comments
 (0)