Display a link to your GitLab repo in your gitbook.
Put this in your book.json:
{
"plugins": [ "gitlab" ],
"pluginsConfig": {
"gitlab": {
"url": "https://gitlab.com/your/repo"
}
}
}
And you're done!
Original work by @mjackson.
Edited for GitLab support by Chathu Vishwajith