You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/02/07 09:22:47 UTC

[GitHub] janpio closed pull request #783: CB-13823 Add support for config-file in config.xml

janpio closed pull request #783: CB-13823 Add support for config-file in config.xml
URL: https://github.com/apache/cordova-docs/pull/783
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/www/docs/en/6.x/config_ref/index.md b/www/docs/en/6.x/config_ref/index.md
index 1465e3d50..a4a8e6c86 100644
--- a/www/docs/en/6.x/config_ref/index.md
+++ b/www/docs/en/6.x/config_ref/index.md
@@ -209,6 +209,10 @@ Examples:
 
 See [<edit-config> docs][edit_config] for plugin.xml.
 
+## config-file
+
+See [<config-file> docs][config_file] for plugin.xml.
+
 ## engine
 Specifies details about what platform to restore during a prepare.
 
@@ -530,3 +534,4 @@ Below is a sample config.xml file:
 [whitelist_intent]:     ../reference/cordova-plugin-whitelist/index.html#intent-whitelist
 [statusbar_plugin]:     ../reference/cordova-plugin-statusbar/
 [edit_config]:          ../plugin_ref/spec.html#edit-config
+[config_file]:          ../plugin_ref/spec.html#config-file
diff --git a/www/docs/en/7.x/config_ref/index.md b/www/docs/en/7.x/config_ref/index.md
index f85425e3d..417758ad0 100644
--- a/www/docs/en/7.x/config_ref/index.md
+++ b/www/docs/en/7.x/config_ref/index.md
@@ -222,6 +222,10 @@ Examples:
 
 See [<edit-config> docs][edit_config] for plugin.xml.
 
+## config-file
+
+See [<config-file> docs][config_file] for plugin.xml.
+
 ## engine
 Specifies details about what platform to restore during a prepare.
 
@@ -545,3 +549,4 @@ Below is a sample config.xml file:
 [whitelist_intent]:     ../reference/cordova-plugin-whitelist/index.html#intent-whitelist
 [statusbar_plugin]:     ../reference/cordova-plugin-statusbar/
 [edit_config]:          ../plugin_ref/spec.html#edit-config
+[config_file]:          ../plugin_ref/spec.html#config-file
diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md
index c596e93ce..c0f44a830 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -222,6 +222,10 @@ Examples:
 
 See [<edit-config> docs][edit_config] for plugin.xml.
 
+## config-file
+
+See [<config-file> docs][config_file] for plugin.xml.
+
 ## engine
 Specifies details about what platform to restore during a prepare.
 
@@ -545,3 +549,4 @@ Below is a sample config.xml file:
 [whitelist_intent]:     ../reference/cordova-plugin-whitelist/index.html#intent-whitelist
 [statusbar_plugin]:     ../reference/cordova-plugin-statusbar/
 [edit_config]:          ../plugin_ref/spec.html#edit-config
+[config_file]:          ../plugin_ref/spec.html#config-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:
users@infra.apache.org


With regards,
Apache Git Services

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