Apache Cordova Documentation

Clone this repo:
  1. cb0dec6 doc: create 13.x-2025.11 snapshot (#1449) by エリス · 5 days ago master
  2. 30df122 blog: cordova-cli 13.0.0 release (#1448) by エリス · 6 days ago
  3. bfa37c6 doc: update 12.x 2025.01 snapshot (#1447) by エリス · 6 days ago
  4. 7e844cd doc(ios): various platform guide updates for 8.0.0 release (#1445) by エリス · 7 days ago
  5. 25f8d53 blog: Add cordova-ios 8.0.0 release (#1443) by Darryl Pogue · 8 days 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.