Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 586 Bytes

how-can-i-add-plugin.md

File metadata and controls

26 lines (18 loc) · 586 Bytes
search
keywords
install
plugin

Plugins are the most efficient way to include dynamic content or change the default behavior of GitBook.

From the editor

  1. Open the "🔽" menu in the top right corner
  2. Open the "Plugins Store"
  3. Select the plugin
  4. Cick on the "Enable" button

By editing the book.json

Create or edit your book.json to include:

{
    "plugins": ["thePlugin"]
}

Details about the book.json file can be found in the Toolchain Documentation.