Skip to content

Commit 8173044

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

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -498,29 +498,24 @@ This is the final element on the page and there should be no margin below this.
498498
```
499499
500500
501-
### TabPane Shortcode Example
502-
503-
Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a basic example:
504-
505501
{{< tabpane >}}
506502
507503
{{< tab name="Example Tab 1" >}}
508504
509-
<p>This is the content inside Example Tab 1.</p>
505+
This is the content inside Example Tab 1.
510506
511507
{{< /tab >}}
512508
513509
{{< tab name="Example Tab 2" >}}
514510
515-
<p>This is the content inside Example Tab 2.</p>
511+
This is the content inside Example Tab 2.
516512
517513
{{< /tab >}}
518514
519515
{{< /tabpane >}}
520516
521517
Use this shortcode to display platform-specific commands, language-specific code blocks, or comparisons — all in an elegant, user-friendly tab layout.
522518
523-
524519
### Footnotes
525520
526521
This is a superscript number for your footnote. [^1]

0 commit comments

Comments
 (0)