Apache Cordova Documentation

Clone this repo:
  1. 849ceca feat: Added Android 13 docs (#1357) by Norman Breau · 15 hours ago master
  2. dd09a9b blog: cordova-ios@7.1.1 release announcement (#1356) by エリス · 3 days ago
  3. bc5081f fix: Icon example & typo corrections by DAnn2012 · 10 days ago
  4. 947517b Remove Windows occurrences from site "Create a Plugin" (#1354) by Manuel Beck · 13 days ago
  5. 5b256b6 Fix DOAP syntax (#1353) by Arnout Engelen · 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.
The plugin search is an embedded PreactJS application.

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.