Version 2.7.0
1 file changed
tree: 42cd1f50895af027f2830d4641e24fbaa5bd536b
  1. lib/
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. package.json
  6. README.md
  7. VERSION
README.md

Cordova Documentation Redirect Server

Redirects

Request        Redirect
---------------------------------------
/            |  /en/VERSION/index.html
/some/path/  |  /some/path/

Setup

DNS

Name: docs.cordova.io

Url: http://mwbrooks.redirect-docs-cordova-io.jit.su

Redirect Type: 302

Hosting

Service: Nodejitsu

Account: mwbrooks (Michael Brooks)

URL: http://mwbrooks.redirect-docs-cordova-io.jit.su/

Usage

Deployment

$ jitsu deploy

Updating Default Version

$ echo 2.5.0 > VERSION

$ git commit -am "Default redirect to version 2.5.0"

$ jitsu deploy