Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 719 Bytes

gitbook-plugin-gitlab

npm version Known Vulnerabilities

Display a link to your GitLab repo in your gitbook.

Usage

Put this in your book.json:

{
    "plugins": [ "gitlab" ],
    "pluginsConfig": {
        "gitlab": {
            "url": "https://gitlab.com/your/repo"
        }
    }
}

And you're done!

Credits

Original work by @mjackson.

Edited for GitLab support by Chathu Vishwajith