Apache Cordova Documentation

Clone this repo:
  1. fd85b3e chore(deps-dev): bump js-yaml from 5.4.0 to 5.4.1 in the npm-patch group (#1524) by dependabot[bot] · 5 days ago master
  2. 6612fa1 chore(deps-dev): bump js-yaml from 5.3.0 to 5.4.0 (#1518) by dependabot[bot] · 11 days ago
  3. a5739e5 chore(deps-dev): bump the npm-minor group with 2 updates (#1522) by dependabot[bot] · 11 days ago
  4. 52e5bdb chore(deps): bump the gh-actions-patch-minor group with 2 updates (#1523) by dependabot[bot] · 11 days ago
  5. 4ba74e5 chore: action workflow updates & add dependabot (#1521) by エリス · 11 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.