Merge pull request #772 from audreyso/CB-13543_travisfix

CB-13543: fixing the check for travis master branch
tree: a5874286fb3b331721d7d3e9cd403918772b3323
  1. .github/
  2. conf/
  3. doc/
  4. tools/
  5. www/
  6. .eslintrc.yml
  7. .gitignore
  8. .travis.yml
  9. buildAndDeploy.sh
  10. CONTRIBUTING.md
  11. Gemfile
  12. gulpfile.js
  13. LICENSE
  14. Makefile
  15. NOTICE
  16. package.json
  17. README.md
  18. VERSION
README.md

Build Status

Cordova Docs

Introduction

This repository contains the source code for the Cordova website. This covers cordova.io (= cordova.apache.org) and its subdomains docs.cordova.io (= cordova.apache.org/docs) and plugins.cordova.io (= cordova.apache.org/plugins).

Table of Contents

Installing

See doc/installing-a-development-environment.md.

Building

See doc/building-the-website.md.

Developing

See doc/developing-the-website.md.

Docs Redirects

See doc/redirects.md.

Deploying

See doc/deploying-the-website.md.

Working on the Documentation

Refer to doc/README/en/README.md for information about writing documentation.

Note: many changes to the overall documentation come from other repos and are simply pulled together by a build. tools/bin/fetch_docs.js has more details and www/_data/fetched-files.yml contains an informative list of src/dest pairs. Most auto-generated files have a comment tag at the top of the file to indicate that they come from elsewhere.

Adding a Tool or a Showcase App

See doc/tool-or-showcase.md.

Writing a Blog Post

See doc/blogpost.md.

Troubleshooting

See doc/troubleshooting.md.

Attributions

For attributions for used open-source work, please see the attributions page: www/attributions.html.