0.0.1 • Published 6 years ago

gitbook-plugin-delayed-redirect v0.0.1

Weekly downloads
1
License
Apache 2
Repository
github
Last release
6 years ago

gitbook-plugin-redirect

Preprocess your Markdown files, replacing all instances of

!REDIRECT "NEW_PATH"

with a redirect to the specified path. The path can be absolute(/new/path), or relative(../new/path) or a URI(http://example.com/new/path).

Usage

Add to your book.json plugin list:

{
    "plugins" : [ "redirect" ],
}