Tabs
Add tabs so you can display large blocks of related information without creating a long, hard-to-navigate page
Add or delete tabs
Example
Representation in Markdown
{% tabs %}
{% tab title="Windows" %} Here are the instructions for Windows {% endtab %}
{% tab title="OSX" %} Here are the instructions for macOS {% endtab %}
{% tab title="Linux" %} Here are the instructions for Linux {% endtab %}
{% endtabs %}Last updated
Was this helpful?