[GitHub] janpio opened a new pull request #800: document jekyll configuration in `conf`

2018-03-02 Thread GitBox
janpio opened a new pull request #800: document jekyll configuration in `conf` 
URL: https://github.com/apache/cordova-docs/pull/800
 
 
   README that makes it easier to discover what `conf` is and the files mean.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch janpio-document_jekyll_a_bit updated: grammar

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-document_jekyll_a_bit
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/janpio-document_jekyll_a_bit 
by this push:
 new 2bf08c2  grammar
2bf08c2 is described below

commit 2bf08c2f9234eac70cc8a8afc41892c53903f348
Author: Jan Piotrowski 
AuthorDate: Fri Mar 2 19:10:22 2018 +0100

grammar
---
 conf/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/README.md b/conf/README.md
index c2bdba9..6bf43b9 100644
--- a/conf/README.md
+++ b/conf/README.md
@@ -1,6 +1,6 @@
 # Jekyll Configuration
 
-This folder contains different configuration files for the Jekyll build which 
is triggered via `gulp build` and similar commands (`gulp serve` etc.).
+This folder contains different configuration files for the Jekyll build, which 
is triggered via `gulp build` and similar commands (`gulp serve` etc.).
 
 Files present after checkout:
 

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] 01/01: document `conf` a bit

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-document_jekyll_a_bit
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit a1561a5af74344d0ceaafefa34e481820ab00636
Author: Jan Piotrowski 
AuthorDate: Fri Mar 2 19:05:52 2018 +0100

document `conf` a bit
---
 conf/README.md | 17 +
 1 file changed, 17 insertions(+)

diff --git a/conf/README.md b/conf/README.md
new file mode 100644
index 000..c2bdba9
--- /dev/null
+++ b/conf/README.md
@@ -0,0 +1,17 @@
+# Jekyll Configuration
+
+This folder contains different configuration files for the Jekyll build which 
is triggered via `gulp build` and similar commands (`gulp serve` etc.).
+
+Files present after checkout:
+
+- `_config.yml` is the main Jekyll config file
+- `_version.yml` defines the latest version of the docs
+- `_dev.yml` is used for normal builds
+- `_prod.yml` is used when the `--prod` option is used for the build
+- `_nodocs.yml` is used when the `--nodocs` option is used for the build
+
+Some files are generated by the build process itself:
+
+- `_defaults.yml` defines different config values for different parts of the 
docs
+
+To learn more about how to control the build with these files, have a look at: 
https://jekyllrb.com/docs/configuration/
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch janpio-document_jekyll_a_bit created (now a1561a5)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-document_jekyll_a_bit
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


  at a1561a5  document `conf` a bit

This branch includes the following new commits:

 new a1561a5  document `conf` a bit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] 01/01: use exclude/include to only build 3 languages in dev instead of using exclusion list that always has to be updated

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-quicker_dev_build
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit cd25c894c235b240214f303c91dd5301dfcd24ab
Author: Jan Piotrowski 
AuthorDate: Fri Mar 2 19:41:40 2018 +0100

use exclude/include to only build 3 languages in dev instead of using 
exclusion list that always has to be updated
---
 conf/_dev.yml | 108 --
 1 file changed, 7 insertions(+), 101 deletions(-)

diff --git a/conf/_dev.yml b/conf/_dev.yml
index 9a52aa2..75c77f8 100644
--- a/conf/_dev.yml
+++ b/conf/_dev.yml
@@ -1,107 +1,13 @@
 baseurl: ""
 default_linked_docs_version: dev
 destination: build-dev
+
 exclude:
 - static/css-src
 - static/plugins
-- docs/de/3.1.0
-- docs/de/3.4.0
-- docs/de/3.5.0
-- docs/de/5.4.0
-- docs/de/6.x
-- docs/de/dev
-- docs/en/1.5.0
-- docs/en/1.6.0
-- docs/en/1.6.1
-- docs/en/1.7.0
-- docs/en/1.8.0
-- docs/en/1.8.1
-- docs/en/1.9.0
-- docs/en/2.0.0
-- docs/en/2.1.0
-- docs/en/2.2.0
-- docs/en/2.3.0
-- docs/en/2.4.0
-- docs/en/2.5.0
-- docs/en/2.6.0
-- docs/en/2.7.0
-- docs/en/2.8.0
-- docs/en/2.9.0
-- docs/en/3.0.0
-- docs/en/3.1.0
-- docs/en/3.2.0
-- docs/en/3.3.0
-- docs/en/3.4.0
-- docs/en/3.5.0
-- docs/en/3.6.0
-- docs/en/4.0.0
-- docs/en/5.0.0
-- docs/en/5.1.1
-- docs/en/5.4.0
-# - docs/en/6.x
-# - docs/en/dev
-- docs/es/3.1.0
-- docs/es/3.4.0
-- docs/es/3.5.0
-- docs/es/5.4.0
-- docs/es/6.x
-- docs/es/dev
-- docs/fr/3.1.0
-- docs/fr/3.4.0
-- docs/fr/3.5.0
-- docs/fr/5.4.0
-# - docs/fr/6.x
-# - docs/fr/dev
-- docs/it/3.1.0
-- docs/it/3.4.0
-- docs/it/3.5.0
-- docs/it/5.4.0
-- docs/it/6.x
-- docs/it/dev
-- docs/ja/1.7.0
-- docs/ja/1.8.1
-- docs/ja/1.9.0
-- docs/ja/2.0.0
-- docs/ja/2.1.0
-- docs/ja/2.2.0
-- docs/ja/3.1.0
-- docs/ja/3.4.0
-- docs/ja/3.5.0
-- docs/ja/5.4.0
-- docs/ja/6.x
-- docs/ja/dev
-- docs/ko/2.0.0
-- docs/ko/3.1.0
-- docs/ko/3.4.0
-- docs/ko/3.5.0
-- docs/ko/5.4.0
-- docs/ko/6.x
-- docs/ko/dev
-- docs/pl/5.4.0
-- docs/pl/6.x
-- docs/pl/dev
-- docs/ru/3.1.0
-- docs/ru/3.4.0
-- docs/ru/3.5.0
-- docs/ru/5.0.0
-- docs/ru/5.1.1
-- docs/ru/5.4.0
-# - docs/ru/6.x
-# - docs/ru/dev
-- docs/sl/3.4.0
-- docs/sl/3.5.0
-- docs/sl/5.4.0
-- docs/sl/6.x
-- docs/sl/dev
-- docs/zh-cn/3.1.0
-- docs/zh-cn/3.4.0
-- docs/zh-cn/3.5.0
-- docs/zh-cn/5.4.0
-- docs/zh-cn/6.x
-- docs/zh-cn/dev
-- docs/zh-tw/3.1.0
-- docs/zh-tw/3.4.0
-- docs/zh-tw/3.5.0
-- docs/zh-tw/5.4.0
-- docs/zh-tw/6.x
-- docs/zh-tw/dev
+- docs/
+
+include:
+- docs/en/dev
+- docs/ru/dev
+- docs/fr/dev
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch janpio-quicker_dev_build created (now cd25c89)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-quicker_dev_build
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


  at cd25c89  use exclude/include to only build 3 languages in dev instead 
of using exclusion list that always has to be updated

This branch includes the following new commits:

 new cd25c89  use exclude/include to only build 3 languages in dev instead 
of using exclusion list that always has to be updated

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dblotsky commented on issue #799: fix some internal links

2018-03-02 Thread GitBox
dblotsky commented on issue #799: fix some internal links
URL: https://github.com/apache/cordova-docs/pull/799#issuecomment-370022192
 
 
   @janpio have you manually tested all of these links? If so, looks good to me.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #800: document jekyll configuration in `conf`

2018-03-02 Thread GitBox
janpio commented on issue #800: document jekyll configuration in `conf` 
URL: https://github.com/apache/cordova-docs/pull/800#issuecomment-370036073
 
 
   Well, I would try to update it if changes to the files happen - I can't 
speak for other devs working on the project. I just know it would have helped 
me understand the project structure and ways to configure a lot if I had known 
that these are Jekyll config files and what they do.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch janpio-document_jekyll_a_bit updated (2bf08c2 -> 9cfde6e)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-document_jekyll_a_bit
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


from 2bf08c2  grammar
 add 9cfde6e  Update README.md

No new revisions were added by this update.

Summary of changes:
 conf/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dblotsky commented on a change in pull request #801: quicker dev build

2018-03-02 Thread GitBox
dblotsky commented on a change in pull request #801: quicker dev build
URL: https://github.com/apache/cordova-docs/pull/801#discussion_r171952555
 
 

 ##
 File path: conf/_dev.yml
 ##
 @@ -1,107 +1,13 @@
 baseurl: ""
 default_linked_docs_version: dev
 destination: build-dev
+
 exclude:
 - static/css-src
 - static/plugins
-- docs/de/3.1.0
-- docs/de/3.4.0
-- docs/de/3.5.0
-- docs/de/5.4.0
-- docs/de/6.x
-- docs/de/dev
-- docs/en/1.5.0
-- docs/en/1.6.0
-- docs/en/1.6.1
-- docs/en/1.7.0
-- docs/en/1.8.0
-- docs/en/1.8.1
-- docs/en/1.9.0
-- docs/en/2.0.0
-- docs/en/2.1.0
-- docs/en/2.2.0
-- docs/en/2.3.0
-- docs/en/2.4.0
-- docs/en/2.5.0
-- docs/en/2.6.0
-- docs/en/2.7.0
-- docs/en/2.8.0
-- docs/en/2.9.0
-- docs/en/3.0.0
-- docs/en/3.1.0
-- docs/en/3.2.0
-- docs/en/3.3.0
-- docs/en/3.4.0
-- docs/en/3.5.0
-- docs/en/3.6.0
-- docs/en/4.0.0
-- docs/en/5.0.0
-- docs/en/5.1.1
-- docs/en/5.4.0
-# - docs/en/6.x
-# - docs/en/dev
-- docs/es/3.1.0
-- docs/es/3.4.0
-- docs/es/3.5.0
-- docs/es/5.4.0
-- docs/es/6.x
-- docs/es/dev
-- docs/fr/3.1.0
-- docs/fr/3.4.0
-- docs/fr/3.5.0
-- docs/fr/5.4.0
-# - docs/fr/6.x
-# - docs/fr/dev
-- docs/it/3.1.0
-- docs/it/3.4.0
-- docs/it/3.5.0
-- docs/it/5.4.0
-- docs/it/6.x
-- docs/it/dev
-- docs/ja/1.7.0
-- docs/ja/1.8.1
-- docs/ja/1.9.0
-- docs/ja/2.0.0
-- docs/ja/2.1.0
-- docs/ja/2.2.0
-- docs/ja/3.1.0
-- docs/ja/3.4.0
-- docs/ja/3.5.0
-- docs/ja/5.4.0
-- docs/ja/6.x
-- docs/ja/dev
-- docs/ko/2.0.0
-- docs/ko/3.1.0
-- docs/ko/3.4.0
-- docs/ko/3.5.0
-- docs/ko/5.4.0
-- docs/ko/6.x
-- docs/ko/dev
-- docs/pl/5.4.0
-- docs/pl/6.x
-- docs/pl/dev
-- docs/ru/3.1.0
-- docs/ru/3.4.0
-- docs/ru/3.5.0
-- docs/ru/5.0.0
-- docs/ru/5.1.1
-- docs/ru/5.4.0
-# - docs/ru/6.x
-# - docs/ru/dev
-- docs/sl/3.4.0
-- docs/sl/3.5.0
-- docs/sl/5.4.0
-- docs/sl/6.x
-- docs/sl/dev
-- docs/zh-cn/3.1.0
-- docs/zh-cn/3.4.0
-- docs/zh-cn/3.5.0
-- docs/zh-cn/5.4.0
-- docs/zh-cn/6.x
-- docs/zh-cn/dev
-- docs/zh-tw/3.1.0
-- docs/zh-tw/3.4.0
-- docs/zh-tw/3.5.0
-- docs/zh-tw/5.4.0
-- docs/zh-tw/6.x
-- docs/zh-tw/dev
+- docs/
+
+include:
 
 Review comment:
   I think at least one other language is helpful for testing. I personally 
used Russian because I could also check the translation, and French because it 
uses Latin letters.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dblotsky commented on a change in pull request #801: quicker dev build

2018-03-02 Thread GitBox
dblotsky commented on a change in pull request #801: quicker dev build
URL: https://github.com/apache/cordova-docs/pull/801#discussion_r171930643
 
 

 ##
 File path: conf/_dev.yml
 ##
 @@ -1,107 +1,13 @@
 baseurl: ""
 default_linked_docs_version: dev
 destination: build-dev
+
 exclude:
 - static/css-src
 - static/plugins
-- docs/de/3.1.0
-- docs/de/3.4.0
-- docs/de/3.5.0
-- docs/de/5.4.0
-- docs/de/6.x
-- docs/de/dev
-- docs/en/1.5.0
-- docs/en/1.6.0
-- docs/en/1.6.1
-- docs/en/1.7.0
-- docs/en/1.8.0
-- docs/en/1.8.1
-- docs/en/1.9.0
-- docs/en/2.0.0
-- docs/en/2.1.0
-- docs/en/2.2.0
-- docs/en/2.3.0
-- docs/en/2.4.0
-- docs/en/2.5.0
-- docs/en/2.6.0
-- docs/en/2.7.0
-- docs/en/2.8.0
-- docs/en/2.9.0
-- docs/en/3.0.0
-- docs/en/3.1.0
-- docs/en/3.2.0
-- docs/en/3.3.0
-- docs/en/3.4.0
-- docs/en/3.5.0
-- docs/en/3.6.0
-- docs/en/4.0.0
-- docs/en/5.0.0
-- docs/en/5.1.1
-- docs/en/5.4.0
-# - docs/en/6.x
-# - docs/en/dev
-- docs/es/3.1.0
-- docs/es/3.4.0
-- docs/es/3.5.0
-- docs/es/5.4.0
-- docs/es/6.x
-- docs/es/dev
-- docs/fr/3.1.0
-- docs/fr/3.4.0
-- docs/fr/3.5.0
-- docs/fr/5.4.0
-# - docs/fr/6.x
-# - docs/fr/dev
-- docs/it/3.1.0
-- docs/it/3.4.0
-- docs/it/3.5.0
-- docs/it/5.4.0
-- docs/it/6.x
-- docs/it/dev
-- docs/ja/1.7.0
-- docs/ja/1.8.1
-- docs/ja/1.9.0
-- docs/ja/2.0.0
-- docs/ja/2.1.0
-- docs/ja/2.2.0
-- docs/ja/3.1.0
-- docs/ja/3.4.0
-- docs/ja/3.5.0
-- docs/ja/5.4.0
-- docs/ja/6.x
-- docs/ja/dev
-- docs/ko/2.0.0
-- docs/ko/3.1.0
-- docs/ko/3.4.0
-- docs/ko/3.5.0
-- docs/ko/5.4.0
-- docs/ko/6.x
-- docs/ko/dev
-- docs/pl/5.4.0
-- docs/pl/6.x
-- docs/pl/dev
-- docs/ru/3.1.0
-- docs/ru/3.4.0
-- docs/ru/3.5.0
-- docs/ru/5.0.0
-- docs/ru/5.1.1
-- docs/ru/5.4.0
-# - docs/ru/6.x
-# - docs/ru/dev
-- docs/sl/3.4.0
-- docs/sl/3.5.0
-- docs/sl/5.4.0
-- docs/sl/6.x
-- docs/sl/dev
-- docs/zh-cn/3.1.0
-- docs/zh-cn/3.4.0
-- docs/zh-cn/3.5.0
-- docs/zh-cn/5.4.0
-- docs/zh-cn/6.x
-- docs/zh-cn/dev
-- docs/zh-tw/3.1.0
-- docs/zh-tw/3.4.0
-- docs/zh-tw/3.5.0
-- docs/zh-tw/5.4.0
-- docs/zh-tw/6.x
-- docs/zh-tw/dev
+- docs/
+
+include:
 
 Review comment:
   It might also be worth it to add the `7.x` or `6.x` versions, so that it's 
easier to test some links.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on issue #799: fix some internal links

2018-03-02 Thread GitBox
janpio commented on issue #799: fix some internal links
URL: https://github.com/apache/cordova-docs/pull/799#issuecomment-370035415
 
 
   @dblotsky Yes, this is from a local crawl of 
http://localhost:3000/docs/en/dev/, then fixing broken links that seemed 
fixable.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch janpio-quicker_dev_build updated (cd25c89 -> 09768af)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-quicker_dev_build
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


from cd25c89  use exclude/include to only build 3 languages in dev instead 
of using exclusion list that always has to be updated
 add 09768af  Update _dev.yml

No new revisions were added by this update.

Summary of changes:
 conf/_dev.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dblotsky commented on a change in pull request #801: quicker dev build

2018-03-02 Thread GitBox
dblotsky commented on a change in pull request #801: quicker dev build
URL: https://github.com/apache/cordova-docs/pull/801#discussion_r171953188
 
 

 ##
 File path: conf/_dev.yml
 ##
 @@ -1,107 +1,13 @@
 baseurl: ""
 default_linked_docs_version: dev
 destination: build-dev
+
 exclude:
 - static/css-src
 - static/plugins
-- docs/de/3.1.0
-- docs/de/3.4.0
-- docs/de/3.5.0
-- docs/de/5.4.0
-- docs/de/6.x
-- docs/de/dev
-- docs/en/1.5.0
-- docs/en/1.6.0
-- docs/en/1.6.1
-- docs/en/1.7.0
-- docs/en/1.8.0
-- docs/en/1.8.1
-- docs/en/1.9.0
-- docs/en/2.0.0
-- docs/en/2.1.0
-- docs/en/2.2.0
-- docs/en/2.3.0
-- docs/en/2.4.0
-- docs/en/2.5.0
-- docs/en/2.6.0
-- docs/en/2.7.0
-- docs/en/2.8.0
-- docs/en/2.9.0
-- docs/en/3.0.0
-- docs/en/3.1.0
-- docs/en/3.2.0
-- docs/en/3.3.0
-- docs/en/3.4.0
-- docs/en/3.5.0
-- docs/en/3.6.0
-- docs/en/4.0.0
-- docs/en/5.0.0
-- docs/en/5.1.1
-- docs/en/5.4.0
-# - docs/en/6.x
-# - docs/en/dev
-- docs/es/3.1.0
-- docs/es/3.4.0
-- docs/es/3.5.0
-- docs/es/5.4.0
-- docs/es/6.x
-- docs/es/dev
-- docs/fr/3.1.0
-- docs/fr/3.4.0
-- docs/fr/3.5.0
-- docs/fr/5.4.0
-# - docs/fr/6.x
-# - docs/fr/dev
-- docs/it/3.1.0
-- docs/it/3.4.0
-- docs/it/3.5.0
-- docs/it/5.4.0
-- docs/it/6.x
-- docs/it/dev
-- docs/ja/1.7.0
-- docs/ja/1.8.1
-- docs/ja/1.9.0
-- docs/ja/2.0.0
-- docs/ja/2.1.0
-- docs/ja/2.2.0
-- docs/ja/3.1.0
-- docs/ja/3.4.0
-- docs/ja/3.5.0
-- docs/ja/5.4.0
-- docs/ja/6.x
-- docs/ja/dev
-- docs/ko/2.0.0
-- docs/ko/3.1.0
-- docs/ko/3.4.0
-- docs/ko/3.5.0
-- docs/ko/5.4.0
-- docs/ko/6.x
-- docs/ko/dev
-- docs/pl/5.4.0
-- docs/pl/6.x
-- docs/pl/dev
-- docs/ru/3.1.0
-- docs/ru/3.4.0
-- docs/ru/3.5.0
-- docs/ru/5.0.0
-- docs/ru/5.1.1
-- docs/ru/5.4.0
-# - docs/ru/6.x
-# - docs/ru/dev
-- docs/sl/3.4.0
-- docs/sl/3.5.0
-- docs/sl/5.4.0
-- docs/sl/6.x
-- docs/sl/dev
-- docs/zh-cn/3.1.0
-- docs/zh-cn/3.4.0
-- docs/zh-cn/3.5.0
-- docs/zh-cn/5.4.0
-- docs/zh-cn/6.x
-- docs/zh-cn/dev
-- docs/zh-tw/3.1.0
-- docs/zh-tw/3.4.0
-- docs/zh-tw/3.5.0
-- docs/zh-tw/5.4.0
-- docs/zh-tw/6.x
-- docs/zh-tw/dev
+- docs/
+
+include:
 
 Review comment:
   @janpio so, I'd prefer these:
   ```
   en/dev
   ru/dev
   fr/dev
   en/7.x
   ru/7.x
   fr/7.x
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dblotsky commented on a change in pull request #800: document jekyll configuration in `conf`

2018-03-02 Thread GitBox
dblotsky commented on a change in pull request #800: document jekyll 
configuration in `conf` 
URL: https://github.com/apache/cordova-docs/pull/800#discussion_r171931194
 
 

 ##
 File path: conf/README.md
 ##
 @@ -0,0 +1,17 @@
+# Jekyll Configuration
+
+This folder contains different configuration files for the Jekyll build, which 
is triggered via `gulp build` and similar commands (`gulp serve` etc.).
+
+Files present after checkout:
+
+- `_config.yml` is the main Jekyll config file
+- `_version.yml` defines the latest version of the docs
+- `_dev.yml` is used for normal builds
 
 Review comment:
   It might be better to say it's used for build by *default*, because "normal" 
builds are actually production builds, not dev builds. Dev builds are special.
   
   Also, `_dev.yml` and `_prod.yml` are mutually exclusive: when `--prod` is 
specified, `_dev.yml` is not included.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dblotsky commented on a change in pull request #800: document jekyll configuration in `conf`

2018-03-02 Thread GitBox
dblotsky commented on a change in pull request #800: document jekyll 
configuration in `conf` 
URL: https://github.com/apache/cordova-docs/pull/800#discussion_r171930889
 
 

 ##
 File path: conf/README.md
 ##
 @@ -0,0 +1,17 @@
+# Jekyll Configuration
+
+This folder contains different configuration files for the Jekyll build, which 
is triggered via `gulp build` and similar commands (`gulp serve` etc.).
+
+Files present after checkout:
+
+- `_config.yml` is the main Jekyll config file
+- `_version.yml` defines the latest version of the docs
+- `_dev.yml` is used for normal builds
+- `_prod.yml` is used when the `--prod` option is used for the build
+- `_nodocs.yml` is used when the `--nodocs` option is used for the build
+
+Some files are generated by the build process itself:
+
+- `_defaults.yml` defines different config values for different parts of the 
docs
+
+To learn more about how to control the build with these files, have a look at: 
https://jekyllrb.com/docs/configuration/
 
 Review comment:
   I'd vote for putting this line in the top paragraph, and making it bold. :)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] dblotsky commented on a change in pull request #801: quicker dev build

2018-03-02 Thread GitBox
dblotsky commented on a change in pull request #801: quicker dev build
URL: https://github.com/apache/cordova-docs/pull/801#discussion_r171930490
 
 

 ##
 File path: conf/_dev.yml
 ##
 @@ -1,107 +1,13 @@
 baseurl: ""
 default_linked_docs_version: dev
 destination: build-dev
+
 exclude:
 - static/css-src
 - static/plugins
-- docs/de/3.1.0
-- docs/de/3.4.0
-- docs/de/3.5.0
-- docs/de/5.4.0
-- docs/de/6.x
-- docs/de/dev
-- docs/en/1.5.0
-- docs/en/1.6.0
-- docs/en/1.6.1
-- docs/en/1.7.0
-- docs/en/1.8.0
-- docs/en/1.8.1
-- docs/en/1.9.0
-- docs/en/2.0.0
-- docs/en/2.1.0
-- docs/en/2.2.0
-- docs/en/2.3.0
-- docs/en/2.4.0
-- docs/en/2.5.0
-- docs/en/2.6.0
-- docs/en/2.7.0
-- docs/en/2.8.0
-- docs/en/2.9.0
-- docs/en/3.0.0
-- docs/en/3.1.0
-- docs/en/3.2.0
-- docs/en/3.3.0
-- docs/en/3.4.0
-- docs/en/3.5.0
-- docs/en/3.6.0
-- docs/en/4.0.0
-- docs/en/5.0.0
-- docs/en/5.1.1
-- docs/en/5.4.0
-# - docs/en/6.x
-# - docs/en/dev
-- docs/es/3.1.0
-- docs/es/3.4.0
-- docs/es/3.5.0
-- docs/es/5.4.0
-- docs/es/6.x
-- docs/es/dev
-- docs/fr/3.1.0
-- docs/fr/3.4.0
-- docs/fr/3.5.0
-- docs/fr/5.4.0
-# - docs/fr/6.x
-# - docs/fr/dev
-- docs/it/3.1.0
-- docs/it/3.4.0
-- docs/it/3.5.0
-- docs/it/5.4.0
-- docs/it/6.x
-- docs/it/dev
-- docs/ja/1.7.0
-- docs/ja/1.8.1
-- docs/ja/1.9.0
-- docs/ja/2.0.0
-- docs/ja/2.1.0
-- docs/ja/2.2.0
-- docs/ja/3.1.0
-- docs/ja/3.4.0
-- docs/ja/3.5.0
-- docs/ja/5.4.0
-- docs/ja/6.x
-- docs/ja/dev
-- docs/ko/2.0.0
-- docs/ko/3.1.0
-- docs/ko/3.4.0
-- docs/ko/3.5.0
-- docs/ko/5.4.0
-- docs/ko/6.x
-- docs/ko/dev
-- docs/pl/5.4.0
-- docs/pl/6.x
-- docs/pl/dev
-- docs/ru/3.1.0
-- docs/ru/3.4.0
-- docs/ru/3.5.0
-- docs/ru/5.0.0
-- docs/ru/5.1.1
-- docs/ru/5.4.0
-# - docs/ru/6.x
-# - docs/ru/dev
-- docs/sl/3.4.0
-- docs/sl/3.5.0
-- docs/sl/5.4.0
-- docs/sl/6.x
-- docs/sl/dev
-- docs/zh-cn/3.1.0
-- docs/zh-cn/3.4.0
-- docs/zh-cn/3.5.0
-- docs/zh-cn/5.4.0
-- docs/zh-cn/6.x
-- docs/zh-cn/dev
-- docs/zh-tw/3.1.0
-- docs/zh-tw/3.4.0
-- docs/zh-tw/3.5.0
-- docs/zh-tw/5.4.0
-- docs/zh-tw/6.x
-- docs/zh-tw/dev
+- docs/
+
+include:
+- docs/en/dev
+- docs/ru/dev
+- docs/fr/dev
 
 Review comment:
   Nitpick: no newline at the end of the file.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio opened a new pull request #801: quicker dev build

2018-03-02 Thread GitBox
janpio opened a new pull request #801: quicker dev build
URL: https://github.com/apache/cordova-docs/pull/801
 
 
   use exclude/include to only build 3 languages in dev 
   instead of using exclusion list that always has to be updated


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio commented on a change in pull request #801: quicker dev build

2018-03-02 Thread GitBox
janpio commented on a change in pull request #801: quicker dev build
URL: https://github.com/apache/cordova-docs/pull/801#discussion_r171949080
 
 

 ##
 File path: conf/_dev.yml
 ##
 @@ -1,107 +1,13 @@
 baseurl: ""
 default_linked_docs_version: dev
 destination: build-dev
+
 exclude:
 - static/css-src
 - static/plugins
-- docs/de/3.1.0
-- docs/de/3.4.0
-- docs/de/3.5.0
-- docs/de/5.4.0
-- docs/de/6.x
-- docs/de/dev
-- docs/en/1.5.0
-- docs/en/1.6.0
-- docs/en/1.6.1
-- docs/en/1.7.0
-- docs/en/1.8.0
-- docs/en/1.8.1
-- docs/en/1.9.0
-- docs/en/2.0.0
-- docs/en/2.1.0
-- docs/en/2.2.0
-- docs/en/2.3.0
-- docs/en/2.4.0
-- docs/en/2.5.0
-- docs/en/2.6.0
-- docs/en/2.7.0
-- docs/en/2.8.0
-- docs/en/2.9.0
-- docs/en/3.0.0
-- docs/en/3.1.0
-- docs/en/3.2.0
-- docs/en/3.3.0
-- docs/en/3.4.0
-- docs/en/3.5.0
-- docs/en/3.6.0
-- docs/en/4.0.0
-- docs/en/5.0.0
-- docs/en/5.1.1
-- docs/en/5.4.0
-# - docs/en/6.x
-# - docs/en/dev
-- docs/es/3.1.0
-- docs/es/3.4.0
-- docs/es/3.5.0
-- docs/es/5.4.0
-- docs/es/6.x
-- docs/es/dev
-- docs/fr/3.1.0
-- docs/fr/3.4.0
-- docs/fr/3.5.0
-- docs/fr/5.4.0
-# - docs/fr/6.x
-# - docs/fr/dev
-- docs/it/3.1.0
-- docs/it/3.4.0
-- docs/it/3.5.0
-- docs/it/5.4.0
-- docs/it/6.x
-- docs/it/dev
-- docs/ja/1.7.0
-- docs/ja/1.8.1
-- docs/ja/1.9.0
-- docs/ja/2.0.0
-- docs/ja/2.1.0
-- docs/ja/2.2.0
-- docs/ja/3.1.0
-- docs/ja/3.4.0
-- docs/ja/3.5.0
-- docs/ja/5.4.0
-- docs/ja/6.x
-- docs/ja/dev
-- docs/ko/2.0.0
-- docs/ko/3.1.0
-- docs/ko/3.4.0
-- docs/ko/3.5.0
-- docs/ko/5.4.0
-- docs/ko/6.x
-- docs/ko/dev
-- docs/pl/5.4.0
-- docs/pl/6.x
-- docs/pl/dev
-- docs/ru/3.1.0
-- docs/ru/3.4.0
-- docs/ru/3.5.0
-- docs/ru/5.0.0
-- docs/ru/5.1.1
-- docs/ru/5.4.0
-# - docs/ru/6.x
-# - docs/ru/dev
-- docs/sl/3.4.0
-- docs/sl/3.5.0
-- docs/sl/5.4.0
-- docs/sl/6.x
-- docs/sl/dev
-- docs/zh-cn/3.1.0
-- docs/zh-cn/3.4.0
-- docs/zh-cn/3.5.0
-- docs/zh-cn/5.4.0
-- docs/zh-cn/6.x
-- docs/zh-cn/dev
-- docs/zh-tw/3.1.0
-- docs/zh-tw/3.4.0
-- docs/zh-tw/3.5.0
-- docs/zh-tw/5.4.0
-- docs/zh-tw/6.x
-- docs/zh-tw/dev
+- docs/
+
+include:
 
 Review comment:
   Would having those for `en` be enough?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] 01/01: remove deprecated platforms

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-remove_outdated_platforms
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit c0a2ba4abc72dafefb7f9d7af8b03b10ef255ac8
Author: Jan Piotrowski 
AuthorDate: Fri Mar 2 15:08:59 2018 +0100

remove deprecated platforms
---
 www/docs/en/dev/cordova/storage/storage.md  |  2 --
 www/docs/en/dev/guide/appdev/whitelist/index.md | 40 ---
 www/docs/en/dev/guide/hybrid/webviews/index.md  |  3 +-
 www/docs/en/dev/guide/next/index.md |  1 -
 www/docs/en/dev/plugin_ref/plugman.md   | 43 -
 www/docs/en/dev/plugin_ref/spec.md  |  6 ++--
 6 files changed, 25 insertions(+), 70 deletions(-)

diff --git a/www/docs/en/dev/cordova/storage/storage.md 
b/www/docs/en/dev/cordova/storage/storage.md
index 0a63ca7..c603cde 100644
--- a/www/docs/en/dev/cordova/storage/storage.md
+++ b/www/docs/en/dev/cordova/storage/storage.md
@@ -83,7 +83,6 @@ As such, it provides all the power (and complexity) of SQL.
 It is supported by the underlying WebView on the following Cordova platforms:
 
 - Android
-- BlackBerry 10
 - iOS
 
 ### Usage Summary
@@ -165,7 +164,6 @@ database, and its asynchronous API and search indexes 
provide performance benefi
 
 IndexedDB is supported by the underlying WebView on the following Cordova 
platforms:
 
-- BlackBerry 10
 - Windows (with some limitations)
 - Android (4.4 and above)
 
diff --git a/www/docs/en/dev/guide/appdev/whitelist/index.md 
b/www/docs/en/dev/guide/appdev/whitelist/index.md
index 8df97da..d80e943 100644
--- a/www/docs/en/dev/guide/appdev/whitelist/index.md
+++ b/www/docs/en/dev/guide/appdev/whitelist/index.md
@@ -132,45 +132,6 @@ In iOS 10 and above, the `` tag supports these 
three attributes below, w
 
 See the [ATS 
Technote](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33)
 for more details.
 
-## BlackBerry 10 Whitelisting
-
-The whitelisting rules are found in `www/config.xml`.
-
-BlackBerry 10's use of wildcards differs from other platforms in two
-ways:
-
-* Any content accessed by `XMLHttpRequest` must be declared
-  explicitly. Setting `origin="*"` does not work in this case.
-  Alternatively, all web security may be disabled using the
-  `WebSecurity` preference described in BlackBerry Configuration:
-
-```xml
-
-```
-
-* As an alternative to setting `*.domain`, set an additional
-  `subdomains` attribute to `true`. It should be set to `false` by
-  default.
-
-```xml
-
-http://google.com; subdomains="false" />
-
-
-http://google.com; subdomains="true" />
-
-
-
-```
-
-For more information on support, see BlackBerry's documentation on the
-[access element][8].
-
-## Windows Phone Whitelisting
-
-The whitelisting rules for Windows Phone 8 are found in the
-app's `config.xml` file.
-
 [wlp]: ../../../reference/cordova-plugin-whitelist/
 [1]: http://www.w3.org/TR/widgets-access/
 [2]: http://google.com
@@ -179,4 +140,3 @@ app's `config.xml` file.
 [5]: http://mail.google.com
 [6]: http://docs.google.com
 [7]: http://developer.mozilla.org
-[8]: 
https://developer.blackberry.com/html5/documentation/v1_0/access_element_834677_11.html
diff --git a/www/docs/en/dev/guide/hybrid/webviews/index.md 
b/www/docs/en/dev/guide/hybrid/webviews/index.md
index b889706..0d3bf3f 100644
--- a/www/docs/en/dev/guide/hybrid/webviews/index.md
+++ b/www/docs/en/dev/guide/hybrid/webviews/index.md
@@ -36,5 +36,4 @@ programming environment. The following provides instructions 
for
 supported platforms:
 
 - [Android WebViews](../../platforms/android/webview.html)
-- [iOS WebViews](../../platforms/ios/webview.html)
-- [Windows Phone 8.0 WebViews](../../platforms/wp8/webview.html)
+- [iOS WebViews](../../platforms/ios/webview.html)
\ No newline at end of file
diff --git a/www/docs/en/dev/guide/next/index.md 
b/www/docs/en/dev/guide/next/index.md
index 6cdc1b7..7300859 100644
--- a/www/docs/en/dev/guide/next/index.md
+++ b/www/docs/en/dev/guide/next/index.md
@@ -165,7 +165,6 @@ Weinre creates a local server that can host a remote debug 
client for your Cordo
 
 ## Other Options
 
-* BlackBerry 10 supports debugging as well: [Documentation]( 
https://developer.blackberry.com/html5/documentation/v2_0/debugging_using_web_inspector.html)
 * For more examples and explanation of the above debugging tips, see: 
[http://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/](http://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/)
 
 # User Interface
diff --git a/www/docs/en/dev/plugin_ref/plugman.md 
b/www/docs/en/dev/plugin_ref/plugman.md
index b79790b..79fc7b6 100644
--- a/www/docs/en/dev/plugin_ref/plugman.md
+++ 

[cordova-docs] branch janpio-remove_outdated_platforms created (now c0a2ba4)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-remove_outdated_platforms
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


  at c0a2ba4  remove deprecated platforms

This branch includes the following new commits:

 new c0a2ba4  remove deprecated platforms

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] 01/01: Fix some links

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-fix_links
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit e98988bc211a4c47d5124b4b42e52c14f71c7b97
Author: Jan Piotrowski 
AuthorDate: Fri Mar 2 15:38:26 2018 +0100

Fix some links
---
 www/docs/en/dev/cordova/events/events.md  | 2 +-
 www/docs/en/dev/guide/platforms/osx/config.md | 2 +-
 www/docs/en/dev/guide/support/index.md| 8 
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/docs/en/dev/cordova/events/events.md 
b/www/docs/en/dev/cordova/events/events.md
index 07b2f19..af5b0bd 100644
--- a/www/docs/en/dev/cordova/events/events.md
+++ b/www/docs/en/dev/cordova/events/events.md
@@ -450,5 +450,5 @@ See https://issues.apache.org/jira/browse/CB-10653 for 
details.
 The subscription to the `activated` event should be done before `deviceready` 
handler (in `app.bindEvents` in terms of the Cordova template).
 
 [UIApplicationExitsOnSuspend]: 
http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
-[AndroidLifeCycleGuide]: ../../guide/platforms/android/lifecycle.html
+[AndroidLifeCycleGuide]: 
../../guide/platforms/android/index.html#lifecycle-guide
 [MSDNActivatedEvent]: 
https://msdn.microsoft.com/en-us/library/windows/apps/br212679.aspx
diff --git a/www/docs/en/dev/guide/platforms/osx/config.md 
b/www/docs/en/dev/guide/platforms/osx/config.md
index 8a496ed..8bc2b19 100644
--- a/www/docs/en/dev/guide/platforms/osx/config.md
+++ b/www/docs/en/dev/guide/platforms/osx/config.md
@@ -25,7 +25,7 @@ title: OS X Configuration
 The `config.xml` file controls an app's basic settings that apply
 across each application and CordovaWebView instance. This section
 details preferences that only apply to OS X builds. See [The config.xml
-File](config_ref_index.md.html#The%20config.xml%20File) for information on 
global configuration options.
+File](../../../config_ref/index.html#The%20config.xml%20File) for information 
on global configuration options.
 
 ## Overview
 
diff --git a/www/docs/en/dev/guide/support/index.md 
b/www/docs/en/dev/guide/support/index.md
index fed9c9e..eff3962 100644
--- a/www/docs/en/dev/guide/support/index.md
+++ b/www/docs/en/dev/guide/support/index.md
@@ -36,10 +36,10 @@ the core plugins, additional APIs are available via
 
 
 Platform:
-Android
-iOS
-OS X
-Windows8.1, Phone 8.1, 
10
+Android
+iOS
+OS X
+Windows8.1, Phone 
8.1, 10
 
 
 CLI shorthand:

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch janpio-fix_links created (now e98988b)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-fix_links
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


  at e98988b  Fix some links

This branch includes the following new commits:

 new e98988b  Fix some links

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio opened a new pull request #798: remove deprecated platforms from dev docs

2018-03-02 Thread GitBox
janpio opened a new pull request #798: remove deprecated platforms from dev docs
URL: https://github.com/apache/cordova-docs/pull/798
 
 
   I removed some more mentions of deprecated platforms from the dev version of 
the docs.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[GitHub] janpio opened a new pull request #799: fix some internal links

2018-03-02 Thread GitBox
janpio opened a new pull request #799: fix some internal links
URL: https://github.com/apache/cordova-docs/pull/799
 
 
   I fixed some internal links that were broken in the dev version of the docs.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch master updated: CB-13356 Rename `win8` to `windows` (#797)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
 new a0a7f14  CB-13356 Rename `win8` to `windows` (#797)
a0a7f14 is described below

commit a0a7f14323b28c05b2248348a736eb1645d94dfb
Author: Jan Piotrowski 
AuthorDate: Fri Mar 2 14:56:17 2018 +0100

CB-13356 Rename `win8` to `windows` (#797)

CB-13356 Rename `win8` to `windows`
---
 www/_data/redirects.yml|   8 ++
 www/_data/toc/en_dev-src.yml   |   4 +-
 www/docs/en/dev/guide/cli/index.md |   4 +-
 www/docs/en/dev/guide/hybrid/plugins/index.md  |   2 +-
 .../dev/guide/platforms/{win8 => windows}/index.md |  18 +--
 .../guide/platforms/{win8 => windows}/plugin.md|   0
 .../guide/platforms/{win8 => windows}/upgrade.md   |   0
 www/docs/en/dev/guide/support/index.md | 152 ++---
 8 files changed, 98 insertions(+), 90 deletions(-)

diff --git a/www/_data/redirects.yml b/www/_data/redirects.yml
index c85c474..bfc3adb 100644
--- a/www/_data/redirects.yml
+++ b/www/_data/redirects.yml
@@ -40,6 +40,14 @@ docs:
 "dev/cordova/plugins/pluginapis.html": "deprecated.html"
 "latest/cordova/plugins/pluginapis.html": "deprecated.html"
 
+# Rename `cordova-windows` URLs from `win8` to `windows`
+"dev/guide/platforms/win8/index.html": 
"dev/guide/platforms/windows/index.html"
+"latest/guide/platforms/win8/index.html": 
"latest/guide/platforms/windows/index.html"
+"dev/guide/platforms/win8/plugin.html": 
"dev/guide/platforms/windows/index.html"
+"latest/guide/platforms/win8/plugin.html": 
"latest/guide/platforms/windows/index.html"
+"dev/guide/platforms/win8/upgrade.html": 
"dev/guide/platforms/windows/index.html"
+"latest/guide/platforms/win8/upgrade.html": 
"latest/guide/platforms/windows/index.html"
+
 # Removing deprecated platforms and plugins
 "dev/guide/platforms/blackberry10/home.html": "deprecated.html"
 "latest/guide/platforms/blackberry10/home.html": "deprecated.html"
diff --git a/www/_data/toc/en_dev-src.yml b/www/_data/toc/en_dev-src.yml
index 2d9a4d8..f10dd44 100644
--- a/www/_data/toc/en_dev-src.yml
+++ b/www/_data/toc/en_dev-src.yml
@@ -13,8 +13,8 @@
 children:
 - url: guide/platforms/android/index.html
 - url: guide/platforms/ios/index.html
+- url: guide/platforms/windows/index.html
 - url: guide/platforms/osx/index.html
-- url: guide/platforms/win8/index.html
 - url: platform_plugin_versioning_ref/index.html
 - url: config_ref/images.html
 - url: cordova/storage/storage.html
@@ -30,7 +30,7 @@
 children:
 - url: guide/platforms/android/plugin.html
 - url: guide/platforms/ios/plugin.html
-- url: guide/platforms/win8/plugin.html
+- url: guide/platforms/windows/plugin.html
 - url: plugin_ref/plugman.html
 -
 name: Advanced Topics
diff --git a/www/docs/en/dev/guide/cli/index.md 
b/www/docs/en/dev/guide/cli/index.md
index 3958c3a..8734ef4 100644
--- a/www/docs/en/dev/guide/cli/index.md
+++ b/www/docs/en/dev/guide/cli/index.md
@@ -140,10 +140,10 @@ Cordova tooling for iOS requires Apple OS X
 Error: Some of requirements check failed
 ```
 
-###See Also
+### See Also
 - [Android platform 
requirements](../../guide/platforms/android/index.html#requirements-and-support)
 - [iOS platform 
requirements](../../guide/platforms/ios/index.html#requirements-and-support)
-- [Windows platform 
requirements](../../guide/platforms/win8/index.html#requirements-and-support)
+- [Windows platform 
requirements](../../guide/platforms/windows/index.html#requirements-and-support)
 
 ## Build the App
 
diff --git a/www/docs/en/dev/guide/hybrid/plugins/index.md 
b/www/docs/en/dev/guide/hybrid/plugins/index.md
index 55b3309..d416dd9 100644
--- a/www/docs/en/dev/guide/hybrid/plugins/index.md
+++ b/www/docs/en/dev/guide/hybrid/plugins/index.md
@@ -197,7 +197,7 @@ listed below, and each builds on the simple Echo Plugin 
example above:
 
 - [Android Plugins](../../platforms/android/plugin.html)
 - [iOS Plugins](../../platforms/ios/plugin.html)
-- [Windows Plugins](../../platforms/win8/plugin.html)
+- [Windows Plugins](../../platforms/windows/plugin.html)
 
 ## Publishing Plugins
 
diff --git a/www/docs/en/dev/guide/platforms/win8/index.md 
b/www/docs/en/dev/guide/platforms/windows/index.md
similarity index 97%
rename from www/docs/en/dev/guide/platforms/win8/index.md
rename to www/docs/en/dev/guide/platforms/windows/index.md
index d053081..5029647 100644
--- a/www/docs/en/dev/guide/platforms/win8/index.md
+++ b/www/docs/en/dev/guide/platforms/windows/index.md
@@ -82,7 +82,7 @@ requirements listed above.
 
 

[GitHub] janpio closed pull request #797: CB-13356 Rename `win8` to `windows`

2018-03-02 Thread GitBox
janpio closed pull request #797: CB-13356 Rename `win8` to `windows`
URL: https://github.com/apache/cordova-docs/pull/797
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



[cordova-docs] branch janpio-CB-13356 deleted (was 828056c)

2018-03-02 Thread janpio
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-CB-13356
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


 was 828056c  fix more win8 links and references

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



svn commit: r1825729 [1/5] - in /cordova/site/public: ./ docs/en/dev/ docs/en/dev/config_ref/ docs/en/dev/cordova/events/ docs/en/dev/cordova/storage/ docs/en/dev/guide/appdev/hooks/ docs/en/dev/guide

2018-03-02 Thread steven
Author: steven
Date: Fri Mar  2 14:29:10 2018
New Revision: 1825729

URL: http://svn.apache.org/viewvc?rev=1825729=rev
Log:
Updated docs

Added:
cordova/site/public/docs/en/dev/guide/platforms/windows/
cordova/site/public/docs/en/dev/guide/platforms/windows/index.html
cordova/site/public/docs/en/dev/guide/platforms/windows/plugin.html
cordova/site/public/docs/en/dev/guide/platforms/windows/upgrade.html
Modified:
cordova/site/public/.htaccess
cordova/site/public/docs/en/dev/config_ref/images.html
cordova/site/public/docs/en/dev/config_ref/index.html
cordova/site/public/docs/en/dev/cordova/events/events.html
cordova/site/public/docs/en/dev/cordova/storage/storage.html
cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html
cordova/site/public/docs/en/dev/guide/appdev/privacy/index.html
cordova/site/public/docs/en/dev/guide/appdev/security/index.html
cordova/site/public/docs/en/dev/guide/appdev/whitelist/index.html
cordova/site/public/docs/en/dev/guide/cli/index.html
cordova/site/public/docs/en/dev/guide/cli/template.html
cordova/site/public/docs/en/dev/guide/hybrid/plugins/index.html
cordova/site/public/docs/en/dev/guide/hybrid/webviews/index.html
cordova/site/public/docs/en/dev/guide/next/index.html
cordova/site/public/docs/en/dev/guide/overview/index.html
cordova/site/public/docs/en/dev/guide/platforms/android/index.html
cordova/site/public/docs/en/dev/guide/platforms/android/plugin.html
cordova/site/public/docs/en/dev/guide/platforms/android/upgrade.html
cordova/site/public/docs/en/dev/guide/platforms/android/webview.html
cordova/site/public/docs/en/dev/guide/platforms/ios/index.html
cordova/site/public/docs/en/dev/guide/platforms/ios/plugin.html
cordova/site/public/docs/en/dev/guide/platforms/ios/upgrade.html
cordova/site/public/docs/en/dev/guide/platforms/ios/webview.html
cordova/site/public/docs/en/dev/guide/platforms/osx/config.html
cordova/site/public/docs/en/dev/guide/platforms/osx/index.html
cordova/site/public/docs/en/dev/guide/platforms/osx/plugin.html
cordova/site/public/docs/en/dev/guide/support/index.html
cordova/site/public/docs/en/dev/index.html
cordova/site/public/docs/en/dev/platform_plugin_versioning_ref/index.html
cordova/site/public/docs/en/dev/plugin_ref/plugman.html
cordova/site/public/docs/en/dev/plugin_ref/spec.html
cordova/site/public/docs/en/dev/reference/cordova-cli/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-device/index.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-geolocation/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-media-capture/index.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-media/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-network-information/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-vibration/index.html

cordova/site/public/docs/en/dev/reference/cordova-plugin-whitelist/index.html
cordova/site/public/feed.xml
cordova/site/public/sitemap.xml

Modified: cordova/site/public/.htaccess
URL: 
http://svn.apache.org/viewvc/cordova/site/public/.htaccess?rev=1825729=1825728=1825729=diff
==
--- cordova/site/public/.htaccess (original)
+++ cordova/site/public/.htaccess Fri Mar  2 14:29:10 2018
@@ -260,6 +260,12 @@ RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev
 RewriteRule 
^.*docs/(\w\w(?:-\w\w)?)/latest/guide/platforms/win8/win10-support.html$ 
/docs/$1/latest/guide/platforms/win8/index.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/cordova/plugins/pluginapis.html$ 
/docs/$1/deprecated.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest/cordova/plugins/pluginapis.html$ 
/docs/$1/deprecated.html [NE,R=301,L]
+RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/guide/platforms/win8/index.html$ 
/docs/$1/dev/guide/platforms/windows/index.html [NE,R=301,L]
+RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest/guide/platforms/win8/index.html$ 
/docs/$1/latest/guide/platforms/windows/index.html [NE,R=301,L]
+RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/guide/platforms/win8/plugin.html$ 
/docs/$1/dev/guide/platforms/windows/index.html 

svn commit: r1825729 [2/5] - in /cordova/site/public: ./ docs/en/dev/ docs/en/dev/config_ref/ docs/en/dev/cordova/events/ docs/en/dev/cordova/storage/ docs/en/dev/guide/appdev/hooks/ docs/en/dev/guide

2018-03-02 Thread steven
Added: cordova/site/public/docs/en/dev/guide/platforms/windows/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/windows/index.html?rev=1825729=auto
==
--- cordova/site/public/docs/en/dev/guide/platforms/windows/index.html (added)
+++ cordova/site/public/docs/en/dev/guide/platforms/windows/index.html Fri Mar  
2 14:29:10 2018
@@ -0,0 +1,2946 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+Windows Platform Guide - Apache Cordova
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+https://cordova.apache.org/docs/en/dev/guide/platforms/windows/;>
+
+
+
+
+
+https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css; />
+
+
+
+
+
+
+
+
+var disqus_developer = 1; // this would set it to developer mode
+
+
+
+
+
+
+
+
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+ga('create', 'UA-64283057-3', 'auto');
+ga('send', 'pageview');
+
+
+
+
+
+
+
+
+
+
+
+Toggle navigation
+
+
+
+
+
+
+
+
+
+
+Documentation
+
+
+Plugins
+
+
+Blog
+
+
+Contribute
+
+
+Get Started
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Introduction
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Create apps
+
+
+
+
+
+
+
+
+
+
+
+
+
+Create your first app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Templates for apps
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Platform support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Develop for platforms
+
+
+
+
+
+
+
+
+
+
+
+
+
+Android
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+iOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Windows
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+OS X
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage versions and platforms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Customize icons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Store data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage privacy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage security
+
+
+
+
+   

svn commit: r1825729 [4/5] - in /cordova/site/public: ./ docs/en/dev/ docs/en/dev/config_ref/ docs/en/dev/cordova/events/ docs/en/dev/cordova/storage/ docs/en/dev/guide/appdev/hooks/ docs/en/dev/guide

2018-03-02 Thread steven
Added: cordova/site/public/docs/en/dev/guide/platforms/windows/upgrade.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/windows/upgrade.html?rev=1825729=auto
==
--- cordova/site/public/docs/en/dev/guide/platforms/windows/upgrade.html (added)
+++ cordova/site/public/docs/en/dev/guide/platforms/windows/upgrade.html Fri 
Mar  2 14:29:10 2018
@@ -0,0 +1,2617 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+Upgrading Windows - Apache Cordova
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+https://cordova.apache.org/docs/en/dev/guide/platforms/windows/upgrade.html;>
+
+
+
+
+
+https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css; />
+
+
+
+
+
+
+
+
+var disqus_developer = 1; // this would set it to developer mode
+
+
+
+
+
+
+
+
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+ga('create', 'UA-64283057-3', 'auto');
+ga('send', 'pageview');
+
+
+
+
+
+
+
+
+
+
+
+Toggle navigation
+
+
+
+
+
+
+
+
+
+
+Documentation
+
+
+Plugins
+
+
+Blog
+
+
+Contribute
+
+
+Get Started
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Introduction
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Create apps
+
+
+
+
+
+
+
+
+
+
+
+
+
+Create your first app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Templates for apps
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Platform support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Develop for platforms
+
+
+
+
+
+
+
+
+
+
+
+
+
+Android
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+iOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Windows
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+OS X
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage versions and platforms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Customize icons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Store data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage privacy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage security
+
+
+
+
+
+
+
+  

svn commit: r1825729 [3/5] - in /cordova/site/public: ./ docs/en/dev/ docs/en/dev/config_ref/ docs/en/dev/cordova/events/ docs/en/dev/cordova/storage/ docs/en/dev/guide/appdev/hooks/ docs/en/dev/guide

2018-03-02 Thread steven
Added: cordova/site/public/docs/en/dev/guide/platforms/windows/plugin.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/windows/plugin.html?rev=1825729=auto
==
--- cordova/site/public/docs/en/dev/guide/platforms/windows/plugin.html (added)
+++ cordova/site/public/docs/en/dev/guide/platforms/windows/plugin.html Fri Mar 
 2 14:29:10 2018
@@ -0,0 +1,2719 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+Windows Plugins - Apache Cordova
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+https://cordova.apache.org/docs/en/dev/guide/platforms/windows/plugin.html;>
+
+
+
+
+
+https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css; />
+
+
+
+
+
+
+
+
+var disqus_developer = 1; // this would set it to developer mode
+
+
+
+
+
+
+
+
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+ga('create', 'UA-64283057-3', 'auto');
+ga('send', 'pageview');
+
+
+
+
+
+
+
+
+
+
+
+Toggle navigation
+
+
+
+
+
+
+
+
+
+
+Documentation
+
+
+Plugins
+
+
+Blog
+
+
+Contribute
+
+
+Get Started
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Introduction
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Create apps
+
+
+
+
+
+
+
+
+
+
+
+
+
+Create your first app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Templates for apps
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Platform support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Develop for platforms
+
+
+
+
+
+
+
+
+
+
+
+
+
+Android
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+iOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Windows
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+OS X
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage versions and platforms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Customize icons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Store data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage privacy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Manage security
+
+
+
+
+
+
+
+

svn commit: r1825729 [5/5] - in /cordova/site/public: ./ docs/en/dev/ docs/en/dev/config_ref/ docs/en/dev/cordova/events/ docs/en/dev/cordova/storage/ docs/en/dev/guide/appdev/hooks/ docs/en/dev/guide

2018-03-02 Thread steven
Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html?rev=1825729=1825728=1825729=diff
==
--- 
cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html
 (original)
+++ 
cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html
 Fri Mar  2 14:29:10 2018
@@ -276,8 +276,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -291,8 +291,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -479,7 +479,7 @@
 
 
 
-
+
 Windows
 
 
@@ -991,8 +991,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -1000,8 +1000,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -1102,7 +1102,7 @@
 
 
 
-
+
 Windows
 
 

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html?rev=1825729=1825728=1825729=diff
==
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html 
(original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html 
Fri Mar  2 14:29:10 2018
@@ -276,8 +276,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -291,8 +291,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -479,7 +479,7 @@
 
 
 
-
+
 Windows
 
 
@@ -991,8 +991,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -1000,8 +1000,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -1102,7 +1102,7 @@
 
 
 
-
+
 Windows
 
 

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-device/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-device/index.html?rev=1825729=1825728=1825729=diff
==
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-device/index.html 
(original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-device/index.html 
Fri Mar  2 14:29:10 2018
@@ -276,8 +276,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -291,8 +291,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -479,7 +479,7 @@
 
 
 
-
+
 Windows
 
 
@@ -991,8 +991,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -1000,8 +1000,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -1102,7 +1102,7 @@
 
 
 
-
+
 Windows
 
 

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html?rev=1825729=1825728=1825729=diff
==
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html 
(original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html 
Fri Mar  2 14:29:10 2018
@@ -276,8 +276,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -291,8 +291,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -479,7 +479,7 @@
 
 
 
-
+
 Windows
 
 
@@ -991,8 +991,8 @@
 
 
 
-
-OS X
+
+Windows
 
 
 
@@ -1000,8 +1000,8 @@
 
 
 
-
-Windows
+
+OS X
 
 
 
@@ -1102,7 +1102,7 @@
 
 
 
-
+
 Windows
 
 

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-file/index.html?rev=1825729=1825728=1825729=diff
==
---