Apache Cordova Documentation

Clone this repo:
  1. f686a58 doc: fix jekyll platform tagging (#1316) by エリス · 16 hours ago master
  2. 2a8c46a doc: refactor next step (#1315) by エリス · 4 days ago
  3. 53a8605 doc: refactor platform plugin versioning (#1314) by エリス · 4 days ago
  4. 97b26dc chore(deps): bump engine.io from 6.4.1 to 6.4.2 (#1304) by dependabot[bot] · 4 days ago
  5. c8b0ad9 chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 (#1310) by dependabot[bot] · 4 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.
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.