gitbook-plugin-common-redirect

0.0.6 • Public • Published

GitBook Common Redirect Plugin

This is a plugin for GitBook since version 2.3.0.

Redirect all requests on your book from a specific origin.

NPM

Usage

Add the plugin to the book setting book.json and set the required options.

Options

  • target - Specify a target origin.
  • redirect - Specify a redirect origin.

Example

{
  "plugins": [
    "common-redirect"
  ],
  "pluginsConfig": {
    "common-redirect": {
      "target": "https://exampleA.com",
      "redirect": "https://exampleB.com"
    }
  }
}

Аfter configuring book.json, run gitbook install to install all added plugins.

Readme

Keywords

Package Sidebar

Install

npm i gitbook-plugin-common-redirect

Weekly Downloads

1

Version

0.0.6

License

Apache 2

Unpacked Size

13 kB

Total Files

4

Last publish

Collaborators

  • joeartsea