honkit-plugin-gitlab-comment
v1.0.6
Published
use gitlab issues for honkit comment component
Downloads
12
Maintainers
Readme
Introduction
honkit-plugin-gitlab-comment
use gitlab issue for honkit bolg comment
How to install
npm install honkit-plugin-gitlab-comment
or
yarn add honkit-plugin-gitlab-comment
How to usage
Add settings to book.json
support md file
support(url, accessToken)
url: gitlab issue url (url cannot be omitted.)
accessToken: gitlab sender accessToken (accessToken cannot be omitted.)
{
"plugins": ["gitlab-comment"],
"pluginsConfig": {
"gitlab-comment": {
"url": "https://gitlab.com/api/v4/projects/{projectId}/issues/{issueId}/notes",
"accessToken": "gitlab user access token"
}
}
}