Apache Cordova Documentation

Clone this repo:
  1. 20fc2b2 dep!: update npm packages (#1350) by エリス · 3 weeks ago master
  2. bf0e7bc blog: cordova-ios@7.1.0 release announcement (#1349) by エリス · 3 weeks ago
  3. b5609db blog: cordova-electron 4.0.0 release (#1347) by エリス · 6 weeks ago
  4. c46bcd4 fix(ios): remove reference to sizeclasses.com from Splash Screen v12/dev docs by Igor Santos · 3 months ago
  5. 10e089e site: fix whimsy issues & remove defunct integrations (#1344) by Niklas Merz · 3 months 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.