0.0.3 • Published 3 years ago

gitbook-plugin-custom-html-footer v0.0.3

Weekly downloads
10
License
-
Repository
github
Last release
3 years ago

Custom HTML Footer for Gitbook

This plugin allows to add a HTML footer to all pages in a book while ignoring the summary column in the process.

Usage

  1. Update your book.json
{
  "plugins": [
    "custom-html-footer"
  ],
  "pluginsConfig": {
    "custom-html-footer": {
      "footerPath" : "custom-html-footers/footer.html"
    }
  }
}
  1. Install the book dependencies gitbook install

Note

This project is a fork of gitbook-plugin-footer.

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago