Socket
Socket
Sign inDemoInstall

gitbook-plugin-contributors-each-page

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-contributors-each-page

A gitbook plugins that adds the list of contributors for each page 👥


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Gitbook-plugin-contributors-each-page

A gitbook plugins that adds the list of contributors for each page (works only with GitHub)

Example

example

Installation

npm install gitbook-plugin-contributors-each-page --save-dev

Update book.json, do not forget to replace owner and repository with your Github owner and Github repository name:

{
  "plugins": [
    "contributors-each-page"
  ],
  "contributors-each-page": {
      "owner": "naming-convention",
      "repository": "naming-convention-guides",
      "title": "Contributors",
      "excluded": ["README.md"]
    }
  }
}

Excluded contains the array of filepath of file where you don't want to add the contributors.

To overcome the problem with the Github API, add a .env file on the root of your gitbook project, go there to create one: https://github.com/settings/tokens

GH_TOKEN=your_github_token

Keywords

FAQs

Package last updated on 10 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc