A port of Read the Docs theme for GitBook
npm install gitbook-plugin-theme-rtd
{
"plugins": ["theme-rtd"]
}
`
then gitbook install.
Additional Markups
You may create Tip/Warning boxes use these markups:
`
{% note %}
This is a notice
{% endnote %}
{% tip %}
This is a generous tip
{% endtip %}
{% warning %}
This is a Warning
{% endwarning %}
{% warning "Attention" %}
(Change the title if you wish)
{% endwarning %}
{% danger %}
This might be dangerous
{% enddanger %}
``