Apache Cordova Documentation

Clone this repo:
  1. 7f2a7dc doc: add download page (#1470) by エリス · 34 hours ago master
  2. 7ede6ee chore(workflow): update github-pages-deploy-action@v4.8.0 (#1457) by エリス · 14 days ago
  3. 61292e1 chore(deps): bump lodash from 4.17.21 to 4.17.23 (#1468) by dependabot[bot] · 3 weeks ago
  4. 28a8137 fix: correct typo in npm keyword for plugin creation guide (#1467) by Manuel Beck · 3 weeks ago
  5. 25bde26 fix: typo manar -> manner (#1464) by Volker Braun · 3 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.