| commit | cb0dec6fb6f0aa921030b8a82b79fa8c942bfbdc | [log] [tgz] |
|---|---|---|
| author | エリス <erisu@users.noreply.github.com> | Wed Nov 26 10:27:25 2025 +0900 |
| committer | GitHub <noreply@github.com> | Wed Nov 26 10:27:25 2025 +0900 |
| tree | 39bff4fa7f6aaf9a26cfc07e5339161bfa3dfc2b | |
| parent | 30df122f578782ad2695bda68569455a8e0a8af7 [diff] |
doc: create 13.x-2025.11 snapshot (#1449)
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.