gitbook-plugin-base

Add a `base` tag to your GitBook


License
Apache-2.0
Install
npm install gitbook-plugin-base@1.2.0

Documentation

GitBook Plugin Base

Make all links relative to the project root. Plug-and-play installation.

Configuration

Totally optional configuration.

base sets the URL which will be added to the base tag. For the gitbook website this tends to be '/book-name/content'

{
    "pluginsConfig": {
        "base":{
            "base": "/book-name/content"
        }
    }
}