gitbook-plugin-hnacloud
v1.0.8
Published
The gitbook template plugin for hnacloud API docs.
Downloads
4
Readme
Polex Gitbook Theme
Polex API docs 自定义的Gitbook主题
How to use
First,add this config to your book.json
"plugins": [
"polex"
]
Then gitbook install
to install this plugin in your book.json
directory.
After it was installed you can run gitbook serve
to see whether it is working or not.
Develop environment
Install yarn packages then install cross-env
in global env: npm i -g cross-env
.