commit | 0a5bcabf77a1c9abb8746f1672302e341dea87b2 | [log] [tgz] |
---|---|---|
author | Manuel Beck <manuelbeck87@outlook.de> | Tue Jun 10 15:19:15 2025 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 10 22:19:15 2025 +0900 |
tree | 60785391b329c01f1c9e8cfd4bc9c11b0698ca97 | |
parent | 69e624b800dc252863a196fa6a3ef4700631dacb [diff] |
doc(plugin): notes for --link when the linking is lost (#1419)
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
.