commit | b0508cd46a740723abe18679c3e1c887113bbc57 | [log] [tgz] |
---|---|---|
author | エリス <erisu@users.noreply.github.com> | Sun Oct 05 18:46:25 2025 +0900 |
committer | GitHub <noreply@github.com> | Sun Oct 05 18:46:25 2025 +0900 |
tree | 0069a84f1d4f9f2d29404faf30c2ba160b4c6420 | |
parent | 39c2799966fb63bc4722cca5119ffb340bcae84d [diff] |
doc(android): update embed styling to include showInitialSplashScreen (#1428)
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
.