1.0.6 • Published 11 months ago

honkit-plugin-gitlab-comment v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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"
    }
  }
}
1.0.6

11 months ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago