Apache Cordova Documentation

Clone this repo:
  1. 81d310e chore(deps-dev): bump eazy-logger from 4.0.1 to 4.1.0 (#1431) by dependabot[bot] · 13 days ago master
  2. 7a85950 ci: update JamesIves/github-pages-deploy-action (#1430) by エリス · 14 days ago
  3. 52a833d blog: cordova-common 6.0.0 release (#1429) by エリス · 14 days ago
  4. 6c7f4e2 doc(android): refactor build-extras.gradle (#1425) by エリス · 6 weeks ago
  5. 749f516 doc(android): refactor embedding webview (#1426) by エリス · 6 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.