gitbook-plugin-base
v1.2.0
Published
Add a `base` tag to your GitBook
Readme
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"
}
}
}