Apache Cordova Documentation

Clone this repo:
  1. d4132a8 iOS Guide: authenticationKeyPath needs a absolute path (#1384) by Manuel Beck · 3 weeks ago master
  2. bbf488b announcement: cordova-plugin-file 8.1.3 (#1383) by Norman Breau · 3 weeks ago
  3. 05bb55d feat!: remove disqus (#1380) by エリス · 4 weeks ago
  4. 73682ca docs(splash): Update preferences TOC (#1382) by Darryl Pogue · 4 weeks ago
  5. 4cfdba8 doc: extract project structure into its own file (#977) by Jan Piotrowski · 5 weeks ago

Build Status

Cordova Docs / Website

This repository contains the source code for the Cordova website at cordova.apache.org.

Technical Overview

The main parts are built as a static site with Jekyll, containing the homepage and subpages, the blog and the docs.

Here in the repository the code of the actual site is located in /www with its subfolder /docs, /blog and /plugins.
Some additional content is pulled in during the build process.

The site is built using a gulp script that is run by Node.JS (npm run-script build). (Alternatively you can build the site using Make.) Deployments usually happen on commits to master via Travis, which runs buildAndDeploy.sh and commits the built site to a SVN repository.

Instructions

Common Tasks

Attributions

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