1. gitbook-plugin-github
Integrate your website with your GitHub repository.
gitbook-plugin-github
Package: gitbook-plugin-github
Created by: GitbookIO
Last modified: Sat, 18 Jun 2022 08:43:05 GMT
Version: 3.0.0
License: Apache-2.0
Downloads: 45,358
Repository: https://github.com/GitbookIO/plugin-github

Install

npm install gitbook-plugin-github
yarn add gitbook-plugin-github

plugin-github

Display a link to your GitHub repo in your gitbook.

Usage

Put this in your book.json:

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

And you're done!

Credits

Original work by @mjackson.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin