Apache Cordova Documentation

Clone this repo:
  1. faccd50 blog: announce ios 8.1.0 (#1504) by Niklas Merz · 6 days ago master
  2. fcc8f83 chore: ignore asdf `.tool-version` and Visual Studio Code workspace files (#1499) by Manuel Beck · 2 weeks ago
  3. e843312 chore(release): cordova-plugin-network-information@3.1.0 release blog (#1498) by Manuel Beck · 3 weeks ago
  4. b33fd34 feat(android): add `AndroidEdgeToEdge` preference to `config.xml` (#1497) by Manuel Beck · 3 weeks ago
  5. 7312a68 chore(deps-dev): bump follow-redirects from 1.15.11 to 1.16.0 (#1494) by dependabot[bot] · 7 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.