gitbook-plugin-toast
v0.0.1
Published
Simple plugin for GitBook to announce notices and updates
Downloads
3
Readme
gitbook-plugin-toast
A GitBook plugin that provides toast notifications to announce updates on each page.
Configure your book.json
as follows:
{
"plugins": ["toast"],
"pluginsConfig": {
"toast": {
"content": "Hello toast!",
"showClose": true
}
}
}