Skip to content

Commit e0f0c21

Browse files
Fixes the tabpanes pr related issue
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent 9382de2 commit e0f0c21

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,13 @@ This is the final element on the page and there should be no margin below this.
501501
### TabPane Shortcode Example
502502
Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a basic example:
503503
{{< tabpane >}}
504-
{{< tab name="Example Tab 1" >}}
505-
This is the content inside Tab 1.
506-
{{< /tab >}}
507-
{{< tab name="Example Tab 2" >}}
508-
This is the content inside Tab 2.
509-
{{< /tab >}}
504+
{{< tab name="Example Tab 1" >}}
505+
This is the content inside Example Tab 1.
506+
{{< /tab >}}
507+
508+
{{< tab name="Example Tab 2" >}}
509+
This is the content inside Example Tab 2.
510+
{{< /tab >}}
510511
{{< /tabpane >}}
511512
Use this shortcode to display platform-specific commands, language-specific code blocks, or comparisons — all in an elegant, user-friendly tab layout.
512513

0 commit comments

Comments
 (0)