| commit | c0d78b2a31681c9640bc9ba88eb06a07ce399b03 | [log] [tgz] |
|---|---|---|
| author | Manuel Beck <manuelbeck87@outlook.de> | Tue Dec 09 16:05:08 2025 +0100 |
| committer | GitHub <noreply@github.com> | Tue Dec 09 16:05:08 2025 +0100 |
| tree | 561d7e810682f917d45a22bd517397fb73d73bc2 | |
| parent | bedfdf1df624aaed6d96c6c11cf7c8cd52a7bf71 [diff] |
doc(plugin.xml): Update engine requirements recommendation for Cordova (#1451) - Make clear, that the <engines> tag in plugin.xml is still required
This repository contains the source code for the Cordova website at cordova.apache.org.
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.
master via Traviswww/docs (updating from dev, creating new version, pulling in external docs)For attributions for used open-source work, please see the attributions page: www/attributions.html.