You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* inspire by [romanlytkin/gitbook-plantuml](https://github.com/romanlytkin/gitbook-plantuml)
4
+
* use [bitjourney/plantuml-service](https://github.com/bitjourney/plantuml-service)
5
+
to support plantuml, so you do not need java run time on your host machine.
3
6
4
-
This is a model for GitBook plugins.
5
-
6
-
## How GitBook plugin works?
7
-
8
-
A plugin for GitBook is a node package that can be published on [NPM](http://www.npmjs.org). It has to follow the name convention: `gitbook-plugin-*name*`.
9
-
10
-
### package.json
11
-
12
-
#### name
13
-
14
-
The package name should begin with ```gitbook-plugin-```.
0 commit comments