Version 2.6.0
1 file changed
tree: e669dae9d6f6abd33cfcb0fe207404bef3432e75
  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