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

[cordova-docs] branch master updated: CB-13823 Add support for config-file in config.xml (#783)

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 8668c68  CB-13823 Add support for config-file in config.xml (#783)
8668c68 is described below

commit 8668c68d21fb602cb6319695ea48599b929ed427
Author: Nikita Matrosov <v-...@microsoft.com>
AuthorDate: Wed Feb 7 12:22:43 2018 +0300

    CB-13823 Add support for config-file in config.xml (#783)
---
 www/docs/en/6.x/config_ref/index.md | 5 +++++
 www/docs/en/7.x/config_ref/index.md | 5 +++++
 www/docs/en/dev/config_ref/index.md | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/www/docs/en/6.x/config_ref/index.md b/www/docs/en/6.x/config_ref/index.md
index 1465e3d..a4a8e6c 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 f85425e..417758a 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 c596e93..c0f44a8 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

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

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