commit | 2fd8703353836108808e7164bbe083845767937f | [log] [tgz] |
---|---|---|
author | Chris Brody <chris.brody@gmail.com> | Wed Sep 12 09:50:18 2018 -0400 |
committer | GitHub <noreply@github.com> | Wed Sep 12 09:50:18 2018 -0400 |
tree | 102e98c57738c50a7fe043d0716457b290c3c9b7 | |
parent | 597b760bf723dc04c1b647434a4f63ed01d3071a [diff] |
Full android.util.Config class name for Android in embedding Android webview doc to avoid the following possible pitfalls: - use of "config" with small 'c' - failure to explicitly import from android.util package ref: https://stackoverflow.com/questions/45505956/trying-to-embed-cordova-app-into-native-android
This repository contains the source code for the Cordova website at cordova.apache.org.
The site is also reachable with the short domain cordova.io, the important subareas as docs.cordova.io, blog.cordova.io and plugins.cordova.io.
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.
master
via Traviswww/docs
(updating drom dev
, creating new version, pulling in external docs)For attributions for used open-source work, please see the attributions page: www/attributions.html
.