Apache Cordova Documentation

Clone this repo:
  1. 39a9688 chore(deps): bump lodash from 4.17.23 to 4.18.1 (#1493) by dependabot[bot] · 19 hours ago master
  2. 1d142f4 chore(deps): bump picomatch (#1492) by dependabot[bot] · 2 weeks ago
  3. 5689af2 chore: update dependencies (#1491) by エリス · 3 weeks ago
  4. 9e9161d chore: update doap (#1490) by エリス · 3 weeks ago
  5. 78801b7 chore(release): Add blog post for cordova-ios@8.0.1 (#1489) by Darryl Pogue · 4 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.