Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Bandwidth/gitbook-plugin-redirect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbook-plugin-delayed-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" : [ "delayed-redirect" ],
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%