himalayan-institute / gitbook-plugin-gitlab

:microscope: Display a link to your GitLab repo in your gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:microscope: Display a link to your GitLab repo in your gitbook

License:Apache License 2.0


Languages

Language:JavaScript 100.0%