0.0.8 • Published 6 years ago

gitbook-plugin-toggle-section v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Toggle Chapters on GitBook

Install it using:

$ npm install gitbook-plugin-toggle-section

To use it in your book, add this to book.json:

{
    "plugins": ["toggle-section"]
}

How do you use it? For example:

{% accordion %}
    内容
{% endaccordion %}

Please set up directory in which directory you want to use plugins.

{% accordion iconUrl="xxx/xxx"%}
    内容
{% endaccordion %}