/gitbook-plugin-tabs

Primary LanguageJavaScriptApache License 2.0Apache-2.0

This GitBook plugin allows content to be grouped by using tabs. It's based on Twitter Bootstrap v3.

Example

{% tabs %}

{% tab title="tab1_title" %}
Content for first tab ...
{% endtab %}

{% tab title="tab2_title" %}
Content for second tab ...
{% endtab %}

{% endtabs %}

Changelog

  • 0.1.2: fix tabs style
  • 0.1.2: Initial release