kubernetes-handbook/node_modules/gitbook-plugin-alerts
Jimmy Song c6db5e8fef
add node modules
2021-04-13 00:24:28 +08:00
..
book add node modules 2021-04-13 00:24:28 +08:00
LICENSE add node modules 2021-04-13 00:24:28 +08:00
README.md add node modules 2021-04-13 00:24:28 +08:00
index.js add node modules 2021-04-13 00:24:28 +08:00
package.json add node modules 2021-04-13 00:24:28 +08:00

README.md

gitbook-plugin-alerts

Info, warning, danger, success blockquotes for your gitbook. See it in action at docs.hypertrack.io.

npm version

Screenshot

Installation

Add the plugin to your book.json

{
    "plugins": ["alerts"]
}

Usage

Info styling

> **[info] For info**
>
> Use this for infomation messages.

Warning styling

> **[warning] For warning**
>
> Use this for warning messages.

Danger styling

> **[danger] For danger**
>
> Use this for danger messages.

Success styling

> **[success] For info**
>
> Use this for success messages.

Support

Please create an issue for bugs and contributions.

Possible contributions

Add config for custom styling. Send in your pull requests!