This is a plugin for Gitbook, version 3.0.0 or higher
It adds a new block with logo. The Interbit theme extends HTML templates, CSS styles and JS scripts of a base GitBook theme gitbook-plugin-theme-default.
The plugin can be used as a blank theme template for GitBook.
Add the theme to your book's configuration book.json
:
{
"plugins": [
"theme-interbit@https://github.com/interbit/gitbook-plugin-theme-interbit.git"
]
},
Install by running the following command within your book's root folder:
gitbook install