gitbook-plugin-valine-memfire

0.0.29 • Public • Published
> Overview
The plugin is a comment system using valine for gitbook.
https://valine.js.org/
▲ Important
Require GitBook >=3.0.0.

Quick Start

{
    "plugins": ["valine-memfire"],
    "pluginsConfig": {
        "valine": {
			"appUrl": "your appUrl",
			"appKey": "your appKey"
		}
    }
}
  • Install your plugins using:
gitbook install ./

After that, you can use the valine comment system.

Configuration

value type default required description
appUrl string yes Application <APP_URL> from MemfireCloud.
appKey string yes Application <APP_KEY> from Memfirecloud.
placeholder string Just go go no Comment box placeholders.
avatar string '' no Gravatar type.
Optional value:
- ''(Empty string)
- mp
- identicon
- monsterid
- wavatar
- retro
- robohash
- hide
pageSize number 10 no Number of pages per page.
lang string zh-CN no Multilingual support.
Optional value:
- zh-CN
- zh-TW
- en
- ja
recordIP boolean false no Record reviewer IP.

Advanced E-mail Alert

If you want to config the e-mail alert, you can see

https://github.com/DesertsP/Valine-Admin

Readme

Keywords

Package Sidebar

Install

npm i gitbook-plugin-valine-memfire

Weekly Downloads

0

Version

0.0.29

License

Apache-2.0

Unpacked Size

15.5 kB

Total Files

5

Last publish

Collaborators

  • 15guo