0.0.3 • Published 5 years ago

gitbook-plugin-commit-log v0.0.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Gitbook Commit log Plugin

show git commit log to your book.

Add the plugin to your book.json:

{
	"plugins" : [ "commit-log" ]
	"pluginsConfig": {
		templateHead: "## 文档记录\n|Author|Date|History|\n|:--:|:--:|:--:|"
  		"templateBody": "|<img src='http://xxx/avatars/{{name}}/avatar.jpg' class='plugin-commit-log__avatar'><span class='plugin-commit-log__name'>{{name}}</span>|{{date}}|"
	}
}