Skip to content

ketan/gitbook-plugin-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" ],
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published