Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 548D418C5D for ; Thu, 21 Apr 2016 00:39:45 +0000 (UTC) Received: (qmail 26387 invoked by uid 500); 21 Apr 2016 00:39:45 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 26254 invoked by uid 500); 21 Apr 2016 00:39:45 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 26228 invoked by uid 99); 21 Apr 2016 00:39:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2016 00:39:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EFFFDDFFD9; Thu, 21 Apr 2016 00:39:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: dblotsky@apache.org To: commits@cordova.apache.org Date: Thu, 21 Apr 2016 00:39:46 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/9] docs commit: CB-11126 Refactoring ToC generation process. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw-6-x-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw-6-x-manual.yml b/www/_data/toc/zh-tw-6-x-manual.yml deleted file mode 100644 index af1b880..0000000 --- a/www/_data/toc/zh-tw-6-x-manual.yml +++ /dev/null @@ -1,118 +0,0 @@ -- name: "Introduction" - children: - - name: "Overview" - url: "guide/overview/index.html" -- name: "Create apps" - children: - - name: "Create your first app" - url: "guide/cli/index.html" - - name: "Platform support" - url: "guide/support/index.html" - - name: "Develop for platforms" - children: - - name: "Android" - url: "guide/platforms/android/index.html" - - name: "Blackberry 10" - url: "guide/platforms/blackberry10/home.html" - - name: "iOS" - url: "guide/platforms/ios/index.html" - - name: "OS X" - url: "guide/platforms/osx/index.html" - - name: "Ubuntu" - url: "guide/platforms/ubuntu/index.html" - - name: "Windows" - url: "guide/platforms/win8/index.html" - - name: "WP8" - url: "guide/platforms/wp8/home.html" - - name: "Manage versions and platforms" - url: "platform_plugin_versioning_ref/index.html" - - name: "Customize icons" - url: "config_ref/images.html" - - name: "Store data" - url: "cordova/storage/storage.html" - - name: "Manage privacy" - url: "guide/appdev/privacy/index.html" - - name: "Manage security" - url: "guide/appdev/security/index.html" - - name: "Whitelisting" - url: "guide/appdev/whitelist/index.html" -- name: "Create plugins" - children: - - name: "Create a plugin" - url: "guide/hybrid/plugins/index.html" - - name: "Develop for platforms" - children: - - name: "Android" - url: "guide/platforms/android/plugin.html" - - name: "Blackberry 10" - url: "guide/platforms/blackberry10/plugin.html" - - name: "iOS" - url: "guide/platforms/ios/plugin.html" - - name: "Windows" - url: "guide/platforms/win8/plugin.html" - - name: "WP8" - url: "guide/platforms/wp8/plugin.html" - - name: "Use Plugman" - url: "plugin_ref/plugman.html" -- name: "Advanced Topics" - children: - - name: "Embed Cordova in native apps" - url: "guide/hybrid/webviews/index.html" - - name: "Next Steps" - url: "guide/next/index.html" -- name: "Reference" - children: - - name: "Config.xml" - url: "config_ref/index.html" - - name: "Events" - url: "cordova/events/events.html" - - name: "CLI" - url: "reference/cordova-cli/index.html" - - name: "Hooks" - url: "guide/appdev/hooks/index.html" - - name: "Plugin.xml" - url: "plugin_ref/spec.html" - - name: "Plugin APIs" - children: - - name: Battery Status - url: "reference/cordova-plugin-battery-status/index.html" - - name: Camera - url: "reference/cordova-plugin-camera/index.html" - - name: Console - url: "reference/cordova-plugin-console/index.html" - - name: Contacts - url: "reference/cordova-plugin-contacts/index.html" - - name: Device - url: "reference/cordova-plugin-device/index.html" - - name: Device Motion - url: "reference/cordova-plugin-device-motion/index.html" - - name: Device Orientation - url: "reference/cordova-plugin-device-orientation/index.html" - - name: Dialogs - url: "reference/cordova-plugin-dialogs/index.html" - - name: File - url: "reference/cordova-plugin-file/index.html" - - name: File Transfer - url: "reference/cordova-plugin-file-transfer/index.html" - - name: Geolocation - url: "reference/cordova-plugin-geolocation/index.html" - - name: Globalization - url: "reference/cordova-plugin-globalization/index.html" - - name: Inappbrowser - url: "reference/cordova-plugin-inappbrowser/index.html" - - name: Media - url: "reference/cordova-plugin-media/index.html" - - name: Media Capture - url: "reference/cordova-plugin-media-capture/index.html" - - name: Network Information - url: "reference/cordova-plugin-network-information/index.html" - - name: Splashscreen - url: "reference/cordova-plugin-splashscreen/index.html" - - name: Vibration - url: "reference/cordova-plugin-vibration/index.html" - - name: Statusbar - url: "reference/cordova-plugin-statusbar/index.html" - - name: Whitelist - url: "reference/cordova-plugin-whitelist/index.html" - - name: Legacy Whitelist - url: "reference/cordova-plugin-legacy-whitelist/index.html" http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw-dev-manual.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw-dev-manual.yml b/www/_data/toc/zh-tw-dev-manual.yml deleted file mode 100644 index af1b880..0000000 --- a/www/_data/toc/zh-tw-dev-manual.yml +++ /dev/null @@ -1,118 +0,0 @@ -- name: "Introduction" - children: - - name: "Overview" - url: "guide/overview/index.html" -- name: "Create apps" - children: - - name: "Create your first app" - url: "guide/cli/index.html" - - name: "Platform support" - url: "guide/support/index.html" - - name: "Develop for platforms" - children: - - name: "Android" - url: "guide/platforms/android/index.html" - - name: "Blackberry 10" - url: "guide/platforms/blackberry10/home.html" - - name: "iOS" - url: "guide/platforms/ios/index.html" - - name: "OS X" - url: "guide/platforms/osx/index.html" - - name: "Ubuntu" - url: "guide/platforms/ubuntu/index.html" - - name: "Windows" - url: "guide/platforms/win8/index.html" - - name: "WP8" - url: "guide/platforms/wp8/home.html" - - name: "Manage versions and platforms" - url: "platform_plugin_versioning_ref/index.html" - - name: "Customize icons" - url: "config_ref/images.html" - - name: "Store data" - url: "cordova/storage/storage.html" - - name: "Manage privacy" - url: "guide/appdev/privacy/index.html" - - name: "Manage security" - url: "guide/appdev/security/index.html" - - name: "Whitelisting" - url: "guide/appdev/whitelist/index.html" -- name: "Create plugins" - children: - - name: "Create a plugin" - url: "guide/hybrid/plugins/index.html" - - name: "Develop for platforms" - children: - - name: "Android" - url: "guide/platforms/android/plugin.html" - - name: "Blackberry 10" - url: "guide/platforms/blackberry10/plugin.html" - - name: "iOS" - url: "guide/platforms/ios/plugin.html" - - name: "Windows" - url: "guide/platforms/win8/plugin.html" - - name: "WP8" - url: "guide/platforms/wp8/plugin.html" - - name: "Use Plugman" - url: "plugin_ref/plugman.html" -- name: "Advanced Topics" - children: - - name: "Embed Cordova in native apps" - url: "guide/hybrid/webviews/index.html" - - name: "Next Steps" - url: "guide/next/index.html" -- name: "Reference" - children: - - name: "Config.xml" - url: "config_ref/index.html" - - name: "Events" - url: "cordova/events/events.html" - - name: "CLI" - url: "reference/cordova-cli/index.html" - - name: "Hooks" - url: "guide/appdev/hooks/index.html" - - name: "Plugin.xml" - url: "plugin_ref/spec.html" - - name: "Plugin APIs" - children: - - name: Battery Status - url: "reference/cordova-plugin-battery-status/index.html" - - name: Camera - url: "reference/cordova-plugin-camera/index.html" - - name: Console - url: "reference/cordova-plugin-console/index.html" - - name: Contacts - url: "reference/cordova-plugin-contacts/index.html" - - name: Device - url: "reference/cordova-plugin-device/index.html" - - name: Device Motion - url: "reference/cordova-plugin-device-motion/index.html" - - name: Device Orientation - url: "reference/cordova-plugin-device-orientation/index.html" - - name: Dialogs - url: "reference/cordova-plugin-dialogs/index.html" - - name: File - url: "reference/cordova-plugin-file/index.html" - - name: File Transfer - url: "reference/cordova-plugin-file-transfer/index.html" - - name: Geolocation - url: "reference/cordova-plugin-geolocation/index.html" - - name: Globalization - url: "reference/cordova-plugin-globalization/index.html" - - name: Inappbrowser - url: "reference/cordova-plugin-inappbrowser/index.html" - - name: Media - url: "reference/cordova-plugin-media/index.html" - - name: Media Capture - url: "reference/cordova-plugin-media-capture/index.html" - - name: Network Information - url: "reference/cordova-plugin-network-information/index.html" - - name: Splashscreen - url: "reference/cordova-plugin-splashscreen/index.html" - - name: Vibration - url: "reference/cordova-plugin-vibration/index.html" - - name: Statusbar - url: "reference/cordova-plugin-statusbar/index.html" - - name: Whitelist - url: "reference/cordova-plugin-whitelist/index.html" - - name: Legacy Whitelist - url: "reference/cordova-plugin-legacy-whitelist/index.html" http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw_3-1-0-src.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw_3-1-0-src.yml b/www/_data/toc/zh-tw_3-1-0-src.yml new file mode 100644 index 0000000..e93d0a4 --- /dev/null +++ b/www/_data/toc/zh-tw_3-1-0-src.yml @@ -0,0 +1,26 @@ +- url: '' +- url: guide/overview/index.html +- url: guide/cli/index.html +- url: guide/platforms/index.html +- url: config_ref/index.html +- url: config_ref/images.html +- url: guide/hybrid/webviews/index.html +- url: guide/hybrid/plugins/index.html +- url: guide/appdev/privacy/index.html +- url: guide/appdev/whitelist/index.html +- url: cordova/accelerometer/accelerometer.html +- url: cordova/camera/camera.html +- url: cordova/media/capture/capture.html +- url: cordova/compass/compass.html +- url: cordova/connection/connection.html +- url: cordova/contacts/contacts.html +- url: cordova/device/device.html +- url: cordova/events/events.html +- url: cordova/file/file.html +- url: cordova/geolocation/geolocation.html +- url: cordova/globalization/globalization.html +- url: cordova/inappbrowser/inappbrowser.html +- url: cordova/media/media.html +- url: cordova/notification/notification.html +- url: cordova/splashscreen/splashscreen.html +- url: cordova/storage/storage.html http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw_3-4-0-src.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw_3-4-0-src.yml b/www/_data/toc/zh-tw_3-4-0-src.yml new file mode 100644 index 0000000..8efc9b3 --- /dev/null +++ b/www/_data/toc/zh-tw_3-4-0-src.yml @@ -0,0 +1,15 @@ +- url: '' +- url: guide/overview/index.html +- url: guide/support/index.html +- url: guide/cli/index.html +- url: guide/platforms/index.html +- url: plugin_ref/plugman.html +- url: config_ref/index.html +- url: config_ref/images.html +- url: guide/hybrid/webviews/index.html +- url: guide/hybrid/plugins/index.html +- url: guide/appdev/privacy/index.html +- url: guide/appdev/whitelist/index.html +- url: cordova/storage/storage.html +- url: cordova/events/events.html +- url: cordova/plugins/pluginapis.html http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw_3-5-0-src.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw_3-5-0-src.yml b/www/_data/toc/zh-tw_3-5-0-src.yml new file mode 100644 index 0000000..8efc9b3 --- /dev/null +++ b/www/_data/toc/zh-tw_3-5-0-src.yml @@ -0,0 +1,15 @@ +- url: '' +- url: guide/overview/index.html +- url: guide/support/index.html +- url: guide/cli/index.html +- url: guide/platforms/index.html +- url: plugin_ref/plugman.html +- url: config_ref/index.html +- url: config_ref/images.html +- url: guide/hybrid/webviews/index.html +- url: guide/hybrid/plugins/index.html +- url: guide/appdev/privacy/index.html +- url: guide/appdev/whitelist/index.html +- url: cordova/storage/storage.html +- url: cordova/events/events.html +- url: cordova/plugins/pluginapis.html http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw_5-4-0-src.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw_5-4-0-src.yml b/www/_data/toc/zh-tw_5-4-0-src.yml new file mode 100644 index 0000000..59620dc --- /dev/null +++ b/www/_data/toc/zh-tw_5-4-0-src.yml @@ -0,0 +1,18 @@ +- url: '' +- url: guide/overview/index.html +- url: guide/support/index.html +- url: guide/cli/index.html +- url: guide/platforms/index.html +- url: plugin_ref/plugman.html +- url: config_ref/index.html +- url: config_ref/images.html +- url: guide/hybrid/webviews/index.html +- url: guide/hybrid/plugins/index.html +- url: plugin_ref/spec.html +- url: guide/appdev/privacy/index.html +- url: guide/appdev/security/index.html +- url: platform_plugin_versioning_ref/index.html +- url: guide/appdev/whitelist/index.html +- url: cordova/storage/storage.html +- url: cordova/events/events.html +- url: cordova/plugins/pluginapis.html http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw_6-x-src.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw_6-x-src.yml b/www/_data/toc/zh-tw_6-x-src.yml new file mode 100644 index 0000000..2df8b49 --- /dev/null +++ b/www/_data/toc/zh-tw_6-x-src.yml @@ -0,0 +1,75 @@ +- + name: Introduction + children: + - url: guide/overview/index.html +- + name: Create apps + children: + - url: guide/cli/index.html + - url: guide/support/index.html + - + name: Develop for platforms + children: + - url: guide/platforms/android/index.html + - url: guide/platforms/blackberry10/home.html + - url: guide/platforms/ios/index.html + - url: guide/platforms/osx/index.html + - url: guide/platforms/ubuntu/index.html + - url: guide/platforms/win8/index.html + - url: guide/platforms/wp8/home.html + - url: platform_plugin_versioning_ref/index.html + - url: config_ref/images.html + - url: cordova/storage/storage.html + - url: guide/appdev/privacy/index.html + - url: guide/appdev/security/index.html + - url: guide/appdev/whitelist/index.html +- + name: Create plugins + children: + - url: guide/hybrid/plugins/index.html + - + name: Develop for platforms + children: + - url: guide/platforms/android/plugin.html + - url: guide/platforms/blackberry10/plugin.html + - url: guide/platforms/ios/plugin.html + - url: guide/platforms/win8/plugin.html + - url: guide/platforms/wp8/plugin.html + - url: plugin_ref/plugman.html +- + name: Advanced Topics + children: + - url: guide/hybrid/webviews/index.html + - url: guide/next/index.html +- + name: Reference + children: + - url: config_ref/index.html + - url: cordova/events/events.html + - url: reference/cordova-cli/index.html + - url: guide/appdev/hooks/index.html + - url: plugin_ref/spec.html + - + name: Plugin APIs + children: + - url: reference/cordova-plugin-battery-status/index.html + - url: reference/cordova-plugin-camera/index.html + - url: reference/cordova-plugin-console/index.html + - url: reference/cordova-plugin-contacts/index.html + - url: reference/cordova-plugin-device/index.html + - url: reference/cordova-plugin-device-motion/index.html + - url: reference/cordova-plugin-device-orientation/index.html + - url: reference/cordova-plugin-dialogs/index.html + - url: reference/cordova-plugin-file/index.html + - url: reference/cordova-plugin-file-transfer/index.html + - url: reference/cordova-plugin-geolocation/index.html + - url: reference/cordova-plugin-globalization/index.html + - url: reference/cordova-plugin-inappbrowser/index.html + - url: reference/cordova-plugin-media/index.html + - url: reference/cordova-plugin-media-capture/index.html + - url: reference/cordova-plugin-network-information/index.html + - url: reference/cordova-plugin-splashscreen/index.html + - url: reference/cordova-plugin-vibration/index.html + - url: reference/cordova-plugin-statusbar/index.html + - url: reference/cordova-plugin-whitelist/index.html + - url: reference/cordova-plugin-legacy-whitelist/index.html http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_data/toc/zh-tw_dev-src.yml ---------------------------------------------------------------------- diff --git a/www/_data/toc/zh-tw_dev-src.yml b/www/_data/toc/zh-tw_dev-src.yml new file mode 100644 index 0000000..2df8b49 --- /dev/null +++ b/www/_data/toc/zh-tw_dev-src.yml @@ -0,0 +1,75 @@ +- + name: Introduction + children: + - url: guide/overview/index.html +- + name: Create apps + children: + - url: guide/cli/index.html + - url: guide/support/index.html + - + name: Develop for platforms + children: + - url: guide/platforms/android/index.html + - url: guide/platforms/blackberry10/home.html + - url: guide/platforms/ios/index.html + - url: guide/platforms/osx/index.html + - url: guide/platforms/ubuntu/index.html + - url: guide/platforms/win8/index.html + - url: guide/platforms/wp8/home.html + - url: platform_plugin_versioning_ref/index.html + - url: config_ref/images.html + - url: cordova/storage/storage.html + - url: guide/appdev/privacy/index.html + - url: guide/appdev/security/index.html + - url: guide/appdev/whitelist/index.html +- + name: Create plugins + children: + - url: guide/hybrid/plugins/index.html + - + name: Develop for platforms + children: + - url: guide/platforms/android/plugin.html + - url: guide/platforms/blackberry10/plugin.html + - url: guide/platforms/ios/plugin.html + - url: guide/platforms/win8/plugin.html + - url: guide/platforms/wp8/plugin.html + - url: plugin_ref/plugman.html +- + name: Advanced Topics + children: + - url: guide/hybrid/webviews/index.html + - url: guide/next/index.html +- + name: Reference + children: + - url: config_ref/index.html + - url: cordova/events/events.html + - url: reference/cordova-cli/index.html + - url: guide/appdev/hooks/index.html + - url: plugin_ref/spec.html + - + name: Plugin APIs + children: + - url: reference/cordova-plugin-battery-status/index.html + - url: reference/cordova-plugin-camera/index.html + - url: reference/cordova-plugin-console/index.html + - url: reference/cordova-plugin-contacts/index.html + - url: reference/cordova-plugin-device/index.html + - url: reference/cordova-plugin-device-motion/index.html + - url: reference/cordova-plugin-device-orientation/index.html + - url: reference/cordova-plugin-dialogs/index.html + - url: reference/cordova-plugin-file/index.html + - url: reference/cordova-plugin-file-transfer/index.html + - url: reference/cordova-plugin-geolocation/index.html + - url: reference/cordova-plugin-globalization/index.html + - url: reference/cordova-plugin-inappbrowser/index.html + - url: reference/cordova-plugin-media/index.html + - url: reference/cordova-plugin-media-capture/index.html + - url: reference/cordova-plugin-network-information/index.html + - url: reference/cordova-plugin-splashscreen/index.html + - url: reference/cordova-plugin-vibration/index.html + - url: reference/cordova-plugin-statusbar/index.html + - url: reference/cordova-plugin-whitelist/index.html + - url: reference/cordova-plugin-legacy-whitelist/index.html http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/_layouts/docs.html ---------------------------------------------------------------------- diff --git a/www/_layouts/docs.html b/www/_layouts/docs.html index 665b6fd..011ca30 100644 --- a/www/_layouts/docs.html +++ b/www/_layouts/docs.html @@ -8,11 +8,7 @@ analytics_id: UA-64283057-1 {% assign toc_dir = site.data.toc %} -{% if toc_dir.[page.manual_toc] %} - {% assign tocfile = toc_dir.[page.manual_toc] %} -{% else %} - {% assign tocfile = toc_dir.[page.generated_toc] %} -{% endif %} +{% assign tocfile = toc_dir.[page.tocfile] %} {% capture version_prefix %}/docs/{{ page.language }}/{{ page.version }}/{% endcapture %} {% assign my_entry = page.url | replace: version_prefix,"" %} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/config_ref/images.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/config_ref/images.md b/www/docs/de/dev/config_ref/images.md index 97e9c03..c75b3f0 100644 --- a/www/docs/de/dev/config_ref/images.md +++ b/www/docs/de/dev/config_ref/images.md @@ -18,6 +18,7 @@ license: > under the License. title: Symbole und Splash-Screens +toc_title: Customize icons --- # Symbole und Splash-Screens http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/config_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/config_ref/index.md b/www/docs/de/dev/config_ref/index.md index 3758eea..91ce67d 100644 --- a/www/docs/de/dev/config_ref/index.md +++ b/www/docs/de/dev/config_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Die Datei config.xml +toc_title: Config.xml --- # Die Datei config.xml http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/cordova/events/events.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/cordova/events/events.md b/www/docs/de/dev/cordova/events/events.md index e8721ea..82b7228 100644 --- a/www/docs/de/dev/cordova/events/events.md +++ b/www/docs/de/dev/cordova/events/events.md @@ -18,6 +18,7 @@ license: > under the License. title: Veranstaltungen +toc_title: Events --- # Veranstaltungen http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/cordova/storage/storage.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/cordova/storage/storage.md b/www/docs/de/dev/cordova/storage/storage.md index b2571bc..f3e35b5 100644 --- a/www/docs/de/dev/cordova/storage/storage.md +++ b/www/docs/de/dev/cordova/storage/storage.md @@ -18,6 +18,7 @@ license: > under the License. title: Speicher +toc_title: Store data --- # Speicher http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/appdev/hooks/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/appdev/hooks/index.md b/www/docs/de/dev/guide/appdev/hooks/index.md index 92233b2..0f20dd6 100644 --- a/www/docs/de/dev/guide/appdev/hooks/index.md +++ b/www/docs/de/dev/guide/appdev/hooks/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Hooks-Guide +toc_title: Hooks --- # Hooks-Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/appdev/privacy/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/appdev/privacy/index.md b/www/docs/de/dev/guide/appdev/privacy/index.md index 40b7f8b..5c7fb5c 100644 --- a/www/docs/de/dev/guide/appdev/privacy/index.md +++ b/www/docs/de/dev/guide/appdev/privacy/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Datenschutz-Guide +toc_title: Manage privacy --- # Datenschutz-Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/appdev/security/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/appdev/security/index.md b/www/docs/de/dev/guide/appdev/security/index.md index 221ac25..c1890be 100644 --- a/www/docs/de/dev/guide/appdev/security/index.md +++ b/www/docs/de/dev/guide/appdev/security/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Sicherheitshandbuch +toc_title: Manage security --- # Sicherheitshandbuch http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/appdev/whitelist/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/appdev/whitelist/index.md b/www/docs/de/dev/guide/appdev/whitelist/index.md index 2715cec..9560811 100644 --- a/www/docs/de/dev/guide/appdev/whitelist/index.md +++ b/www/docs/de/dev/guide/appdev/whitelist/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Whitelist-Guide +toc_title: Whitelisting --- # Whitelist-Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/cli/index.md b/www/docs/de/dev/guide/cli/index.md index 446a659..4bfe2a9 100644 --- a/www/docs/de/dev/guide/cli/index.md +++ b/www/docs/de/dev/guide/cli/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Die Befehlszeilenschnittstelle +toc_title: Create your first app --- # Die Befehlszeilenschnittstelle http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/hybrid/plugins/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/hybrid/plugins/index.md b/www/docs/de/dev/guide/hybrid/plugins/index.md index a9c21f2..b034b5c 100644 --- a/www/docs/de/dev/guide/hybrid/plugins/index.md +++ b/www/docs/de/dev/guide/hybrid/plugins/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Plugin-Entwicklung-Guide +toc_title: Create a plugin --- # Plugin-Entwicklung-Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/hybrid/webviews/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/hybrid/webviews/index.md b/www/docs/de/dev/guide/hybrid/webviews/index.md index 3cf25d1..a6d4464 100644 --- a/www/docs/de/dev/guide/hybrid/webviews/index.md +++ b/www/docs/de/dev/guide/hybrid/webviews/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Einbetten von Webansichten für +toc_title: Embed Cordova in native apps --- # Einbetten von Webansichten für http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/next/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/next/index.md b/www/docs/de/dev/guide/next/index.md index d9f6290..5c4fa5b 100644 --- a/www/docs/de/dev/guide/next/index.md +++ b/www/docs/de/dev/guide/next/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Die nächsten Schritte +toc_title: Next Steps --- # Die nächsten Schritte http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/overview/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/overview/index.md b/www/docs/de/dev/guide/overview/index.md index 3f5706d..e23c052 100644 --- a/www/docs/de/dev/guide/overview/index.md +++ b/www/docs/de/dev/guide/overview/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Übersicht +toc_title: Overview --- # Übersicht http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/android/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/android/index.md b/www/docs/de/dev/guide/platforms/android/index.md index 7e1536d..78dfb92 100644 --- a/www/docs/de/dev/guide/platforms/android/index.md +++ b/www/docs/de/dev/guide/platforms/android/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Android-Plattform-Guide +toc_title: Android --- # Android-Plattform-Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/android/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/android/plugin.md b/www/docs/de/dev/guide/platforms/android/plugin.md index 6afc04f..2c9b7f6 100644 --- a/www/docs/de/dev/guide/platforms/android/plugin.md +++ b/www/docs/de/dev/guide/platforms/android/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Android Plugins +toc_title: Android --- # Android Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/blackberry10/home.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/blackberry10/home.md b/www/docs/de/dev/guide/platforms/blackberry10/home.md index bae3ba2..1461e05 100644 --- a/www/docs/de/dev/guide/platforms/blackberry10/home.md +++ b/www/docs/de/dev/guide/platforms/blackberry10/home.md @@ -18,6 +18,7 @@ license: > under the License. title: Blackberry 10 Guides +toc_title: Blackberry 10 --- # Blackberry 10 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/blackberry10/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/blackberry10/plugin.md b/www/docs/de/dev/guide/platforms/blackberry10/plugin.md index 5085459..711df33 100644 --- a/www/docs/de/dev/guide/platforms/blackberry10/plugin.md +++ b/www/docs/de/dev/guide/platforms/blackberry10/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: BlackBerry 10 Plugins +toc_title: Blackberry 10 --- # BlackBerry 10 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/ios/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/ios/index.md b/www/docs/de/dev/guide/platforms/ios/index.md index a792de9..3004ae2 100644 --- a/www/docs/de/dev/guide/platforms/ios/index.md +++ b/www/docs/de/dev/guide/platforms/ios/index.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Platform Guide +toc_title: iOS --- # iOS Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/ios/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/ios/plugin.md b/www/docs/de/dev/guide/platforms/ios/plugin.md index 2532584..b19cd23 100644 --- a/www/docs/de/dev/guide/platforms/ios/plugin.md +++ b/www/docs/de/dev/guide/platforms/ios/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Plugins +toc_title: iOS --- # iOS Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/ubuntu/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/ubuntu/index.md b/www/docs/de/dev/guide/platforms/ubuntu/index.md index 43143a6..255489d 100644 --- a/www/docs/de/dev/guide/platforms/ubuntu/index.md +++ b/www/docs/de/dev/guide/platforms/ubuntu/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Handbuch Ubuntu Plattform +toc_title: Ubuntu --- # Handbuch Ubuntu Plattform http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/win8/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/win8/index.md b/www/docs/de/dev/guide/platforms/win8/index.md index 20d658b..37309f5 100644 --- a/www/docs/de/dev/guide/platforms/win8/index.md +++ b/www/docs/de/dev/guide/platforms/win8/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Anleitung zur Windows Platform +toc_title: Windows --- # Anleitung zur Windows Platform http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/win8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/win8/plugin.md b/www/docs/de/dev/guide/platforms/win8/plugin.md index e7fcebb..0f247d4 100644 --- a/www/docs/de/dev/guide/platforms/win8/plugin.md +++ b/www/docs/de/dev/guide/platforms/win8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Plugins +toc_title: Windows --- # Windows Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/wp8/home.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/wp8/home.md b/www/docs/de/dev/guide/platforms/wp8/home.md index 226958c..e7ed71e 100644 --- a/www/docs/de/dev/guide/platforms/wp8/home.md +++ b/www/docs/de/dev/guide/platforms/wp8/home.md @@ -18,6 +18,7 @@ license: > under the License. title: WP8 Guides +toc_title: WP8 --- # WP8 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/platforms/wp8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/platforms/wp8/plugin.md b/www/docs/de/dev/guide/platforms/wp8/plugin.md index 40b6c0c..4106635 100644 --- a/www/docs/de/dev/guide/platforms/wp8/plugin.md +++ b/www/docs/de/dev/guide/platforms/wp8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Phone 8 Plugins +toc_title: WP8 --- # Windows Phone 8 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/guide/support/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/guide/support/index.md b/www/docs/de/dev/guide/support/index.md index e354704..e1024b2 100644 --- a/www/docs/de/dev/guide/support/index.md +++ b/www/docs/de/dev/guide/support/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Plattformunterstützung +toc_title: Platform support --- # Plattformunterstützung http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/platform_plugin_versioning_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/platform_plugin_versioning_ref/index.md b/www/docs/de/dev/platform_plugin_versioning_ref/index.md index 7f7e76a..e56645d 100644 --- a/www/docs/de/dev/platform_plugin_versioning_ref/index.md +++ b/www/docs/de/dev/platform_plugin_versioning_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Plattformen und Plugins Versionsmanagement +toc_title: Manage versions and platforms --- # Plattformen und Plugins Versionsmanagement http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/plugin_ref/plugman.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/plugin_ref/plugman.md b/www/docs/de/dev/plugin_ref/plugman.md index ef2f866..3c285a7 100644 --- a/www/docs/de/dev/plugin_ref/plugman.md +++ b/www/docs/de/dev/plugin_ref/plugman.md @@ -18,6 +18,7 @@ license: > under the License. title: Plugins verwalten mithilfe Plugman +toc_title: Use Plugman --- # Plugins verwalten mithilfe Plugman http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/de/dev/plugin_ref/spec.md ---------------------------------------------------------------------- diff --git a/www/docs/de/dev/plugin_ref/spec.md b/www/docs/de/dev/plugin_ref/spec.md index bd53417..99c52e1 100644 --- a/www/docs/de/dev/plugin_ref/spec.md +++ b/www/docs/de/dev/plugin_ref/spec.md @@ -18,6 +18,7 @@ license: > under the License. title: Plugin-Spezifikation +toc_title: Plugin.xml --- # Plugin-Spezifikation http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/config_ref/images.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/config_ref/images.md b/www/docs/en/dev/config_ref/images.md index c6f302c..ed48e92 100644 --- a/www/docs/en/dev/config_ref/images.md +++ b/www/docs/en/dev/config_ref/images.md @@ -19,6 +19,7 @@ license: > title: Customize app icons description: Learn how to customize icons for your Cordova app +toc_title: Customize icons --- # Customize Icons http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/cordova/storage/storage.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/cordova/storage/storage.md b/www/docs/en/dev/cordova/storage/storage.md index 8f89c8c..0e6d194 100644 --- a/www/docs/en/dev/cordova/storage/storage.md +++ b/www/docs/en/dev/cordova/storage/storage.md @@ -18,6 +18,7 @@ license: > under the License. title: Storage +toc_title: Store data --- # Storage http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/appdev/hooks/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/appdev/hooks/index.md b/www/docs/en/dev/guide/appdev/hooks/index.md index 8fb4818..c9eb4d4 100644 --- a/www/docs/en/dev/guide/appdev/hooks/index.md +++ b/www/docs/en/dev/guide/appdev/hooks/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Hooks Guide +toc_title: Hooks --- # Hooks http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/appdev/privacy/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/appdev/privacy/index.md b/www/docs/en/dev/guide/appdev/privacy/index.md index 6981b0b..92092e8 100644 --- a/www/docs/en/dev/guide/appdev/privacy/index.md +++ b/www/docs/en/dev/guide/appdev/privacy/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Privacy Guide +toc_title: Manage privacy --- # Privacy Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/appdev/security/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/appdev/security/index.md b/www/docs/en/dev/guide/appdev/security/index.md index 462ec8f..f225d61 100644 --- a/www/docs/en/dev/guide/appdev/security/index.md +++ b/www/docs/en/dev/guide/appdev/security/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Security Guide +toc_title: Manage security --- # Security Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/appdev/whitelist/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/appdev/whitelist/index.md b/www/docs/en/dev/guide/appdev/whitelist/index.md index 674cd16..32e00cc 100644 --- a/www/docs/en/dev/guide/appdev/whitelist/index.md +++ b/www/docs/en/dev/guide/appdev/whitelist/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Whitelist Guide +toc_title: Whitelisting --- # Whitelist Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/cli/index.md b/www/docs/en/dev/guide/cli/index.md index 0d40281..c50d3db 100644 --- a/www/docs/en/dev/guide/cli/index.md +++ b/www/docs/en/dev/guide/cli/index.md @@ -19,6 +19,7 @@ license: > title: Creating your first Cordova app description: Learn how to create your first Cordova hybrid app using Cordova CLI. +toc_title: Create your first app --- # Create your first Cordova app http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/hybrid/plugins/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/hybrid/plugins/index.md b/www/docs/en/dev/guide/hybrid/plugins/index.md index 9e2d6f1..4c31e62 100644 --- a/www/docs/en/dev/guide/hybrid/plugins/index.md +++ b/www/docs/en/dev/guide/hybrid/plugins/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Plugin Development Guide +toc_title: Create a plugin --- # Plugin Development Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/hybrid/webviews/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/hybrid/webviews/index.md b/www/docs/en/dev/guide/hybrid/webviews/index.md index 73ff509..bb0b15f 100644 --- a/www/docs/en/dev/guide/hybrid/webviews/index.md +++ b/www/docs/en/dev/guide/hybrid/webviews/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Embedding WebViews +toc_title: Embed Cordova in native apps --- # Embedding WebViews http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/overview/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/overview/index.md b/www/docs/en/dev/guide/overview/index.md index 33fcb74..79c72f4 100644 --- a/www/docs/en/dev/guide/overview/index.md +++ b/www/docs/en/dev/guide/overview/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Architectural overview of Cordova platform +toc_title: Overview --- # Overview http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/android/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/android/index.md b/www/docs/en/dev/guide/platforms/android/index.md index 5edd3cc..e727322 100644 --- a/www/docs/en/dev/guide/platforms/android/index.md +++ b/www/docs/en/dev/guide/platforms/android/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Android Platform Guide +toc_title: Android --- # Android Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/android/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/android/plugin.md b/www/docs/en/dev/guide/platforms/android/plugin.md index 719c102..a2ce45a 100644 --- a/www/docs/en/dev/guide/platforms/android/plugin.md +++ b/www/docs/en/dev/guide/platforms/android/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Android Plugins +toc_title: Android --- # Android Plugin Development Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/blackberry10/home.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/blackberry10/home.md b/www/docs/en/dev/guide/platforms/blackberry10/home.md index bae3ba2..1461e05 100644 --- a/www/docs/en/dev/guide/platforms/blackberry10/home.md +++ b/www/docs/en/dev/guide/platforms/blackberry10/home.md @@ -18,6 +18,7 @@ license: > under the License. title: Blackberry 10 Guides +toc_title: Blackberry 10 --- # Blackberry 10 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/blackberry10/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/blackberry10/plugin.md b/www/docs/en/dev/guide/platforms/blackberry10/plugin.md index a20b5b8..6ec4133 100644 --- a/www/docs/en/dev/guide/platforms/blackberry10/plugin.md +++ b/www/docs/en/dev/guide/platforms/blackberry10/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: BlackBerry 10 Plugins +toc_title: Blackberry 10 --- # BlackBerry 10 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/ios/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/ios/index.md b/www/docs/en/dev/guide/platforms/ios/index.md index f3ef261..febc348 100644 --- a/www/docs/en/dev/guide/platforms/ios/index.md +++ b/www/docs/en/dev/guide/platforms/ios/index.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Platform Guide +toc_title: iOS --- # iOS Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/ios/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/ios/plugin.md b/www/docs/en/dev/guide/platforms/ios/plugin.md index abf945b..ff5cbba 100644 --- a/www/docs/en/dev/guide/platforms/ios/plugin.md +++ b/www/docs/en/dev/guide/platforms/ios/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Plugin Development Guide +toc_title: iOS --- # iOS Plugin Development Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/osx/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/osx/index.md b/www/docs/en/dev/guide/platforms/osx/index.md index 35143c9..11f18b0 100644 --- a/www/docs/en/dev/guide/platforms/osx/index.md +++ b/www/docs/en/dev/guide/platforms/osx/index.md @@ -18,6 +18,7 @@ license: > under the License. title: OS X Platform Guide +toc_title: OS X --- # OS X Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/ubuntu/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/ubuntu/index.md b/www/docs/en/dev/guide/platforms/ubuntu/index.md index 9efaf7d..8795b3d 100644 --- a/www/docs/en/dev/guide/platforms/ubuntu/index.md +++ b/www/docs/en/dev/guide/platforms/ubuntu/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Ubuntu Platform Guide +toc_title: Ubuntu --- # Ubuntu Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/win8/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/win8/index.md b/www/docs/en/dev/guide/platforms/win8/index.md index 32d7758..c374952 100644 --- a/www/docs/en/dev/guide/platforms/win8/index.md +++ b/www/docs/en/dev/guide/platforms/win8/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Platform Guide +toc_title: Windows --- # Windows Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/win8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/win8/plugin.md b/www/docs/en/dev/guide/platforms/win8/plugin.md index 9ca2431..d84ee68 100644 --- a/www/docs/en/dev/guide/platforms/win8/plugin.md +++ b/www/docs/en/dev/guide/platforms/win8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Plugins +toc_title: Windows --- # Windows Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/wp8/home.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/wp8/home.md b/www/docs/en/dev/guide/platforms/wp8/home.md index 226958c..e7ed71e 100644 --- a/www/docs/en/dev/guide/platforms/wp8/home.md +++ b/www/docs/en/dev/guide/platforms/wp8/home.md @@ -18,6 +18,7 @@ license: > under the License. title: WP8 Guides +toc_title: WP8 --- # WP8 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/platforms/wp8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/platforms/wp8/plugin.md b/www/docs/en/dev/guide/platforms/wp8/plugin.md index dae70e5..a7108ba 100644 --- a/www/docs/en/dev/guide/platforms/wp8/plugin.md +++ b/www/docs/en/dev/guide/platforms/wp8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Phone 8 Plugins +toc_title: WP8 --- # Windows Phone 8 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/guide/support/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/support/index.md b/www/docs/en/dev/guide/support/index.md index 9ccfe0a..a4e58bf 100644 --- a/www/docs/en/dev/guide/support/index.md +++ b/www/docs/en/dev/guide/support/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Corodva support by platform +toc_title: Platform support --- # Platform Support http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/platform_plugin_versioning_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/platform_plugin_versioning_ref/index.md b/www/docs/en/dev/platform_plugin_versioning_ref/index.md index e07d05c..dce6ead 100644 --- a/www/docs/en/dev/platform_plugin_versioning_ref/index.md +++ b/www/docs/en/dev/platform_plugin_versioning_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Platforms and Plugins Version Management +toc_title: Manage versions and platforms --- # Platforms and Plugins Version Management http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/plugin_ref/plugman.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/plugin_ref/plugman.md b/www/docs/en/dev/plugin_ref/plugman.md index 1dfc352..91274ce 100644 --- a/www/docs/en/dev/plugin_ref/plugman.md +++ b/www/docs/en/dev/plugin_ref/plugman.md @@ -18,6 +18,7 @@ license: > under the License. title: Using Plugman to Manage Plugins +toc_title: Use Plugman --- # Using Plugman to Manage Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/en/dev/plugin_ref/spec.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/plugin_ref/spec.md b/www/docs/en/dev/plugin_ref/spec.md index 3d3d40a..5c45d73 100644 --- a/www/docs/en/dev/plugin_ref/spec.md +++ b/www/docs/en/dev/plugin_ref/spec.md @@ -18,6 +18,7 @@ license: > under the License. title: Plugin.xml reference documentation +toc_title: Plugin.xml --- # Plugin.xml http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/config_ref/images.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/config_ref/images.md b/www/docs/es/dev/config_ref/images.md index b5edcd6..ea1410c 100644 --- a/www/docs/es/dev/config_ref/images.md +++ b/www/docs/es/dev/config_ref/images.md @@ -18,6 +18,7 @@ license: > under the License. title: Iconos y pantallas de Splash +toc_title: Customize icons --- # Iconos y pantallas de Splash http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/config_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/config_ref/index.md b/www/docs/es/dev/config_ref/index.md index 61b5713..7421321 100644 --- a/www/docs/es/dev/config_ref/index.md +++ b/www/docs/es/dev/config_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: El archivo config.xml +toc_title: Config.xml --- # El archivo config.xml http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/cordova/events/events.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/cordova/events/events.md b/www/docs/es/dev/cordova/events/events.md index 64e91f3..f98ffd3 100644 --- a/www/docs/es/dev/cordova/events/events.md +++ b/www/docs/es/dev/cordova/events/events.md @@ -18,6 +18,7 @@ license: > under the License. title: Eventos +toc_title: Events --- # Eventos http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/cordova/storage/storage.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/cordova/storage/storage.md b/www/docs/es/dev/cordova/storage/storage.md index 73fd61c..60eb992 100644 --- a/www/docs/es/dev/cordova/storage/storage.md +++ b/www/docs/es/dev/cordova/storage/storage.md @@ -18,6 +18,7 @@ license: > under the License. title: Almacenamiento de información +toc_title: Store data --- # Almacenamiento de información http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/appdev/hooks/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/appdev/hooks/index.md b/www/docs/es/dev/guide/appdev/hooks/index.md index 4cb33d8..d77c15a 100644 --- a/www/docs/es/dev/guide/appdev/hooks/index.md +++ b/www/docs/es/dev/guide/appdev/hooks/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Ganchos de guía +toc_title: Hooks --- # Ganchos de guía http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/appdev/privacy/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/appdev/privacy/index.md b/www/docs/es/dev/guide/appdev/privacy/index.md index 38fbb5e..2def61d 100644 --- a/www/docs/es/dev/guide/appdev/privacy/index.md +++ b/www/docs/es/dev/guide/appdev/privacy/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guía de privacidad +toc_title: Manage privacy --- # Guía de privacidad http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/appdev/security/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/appdev/security/index.md b/www/docs/es/dev/guide/appdev/security/index.md index 4a51461..8b5e6dc 100644 --- a/www/docs/es/dev/guide/appdev/security/index.md +++ b/www/docs/es/dev/guide/appdev/security/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guía de seguridad +toc_title: Manage security --- # Guía de seguridad http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/appdev/whitelist/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/appdev/whitelist/index.md b/www/docs/es/dev/guide/appdev/whitelist/index.md index 55705d8..461e6d8 100644 --- a/www/docs/es/dev/guide/appdev/whitelist/index.md +++ b/www/docs/es/dev/guide/appdev/whitelist/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guía de lista blanca +toc_title: Whitelisting --- # Guía de lista blanca http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/cli/index.md b/www/docs/es/dev/guide/cli/index.md index f573471..b84d785 100644 --- a/www/docs/es/dev/guide/cli/index.md +++ b/www/docs/es/dev/guide/cli/index.md @@ -18,6 +18,7 @@ license: > under the License. title: La interfaz de linea de comandos +toc_title: Create your first app --- # La interfaz de linea de comandos http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/hybrid/plugins/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/hybrid/plugins/index.md b/www/docs/es/dev/guide/hybrid/plugins/index.md index e6f22ef..d86538e 100644 --- a/www/docs/es/dev/guide/hybrid/plugins/index.md +++ b/www/docs/es/dev/guide/hybrid/plugins/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guía de desarrollo de plugin +toc_title: Create a plugin --- # Guía de desarrollo de plugin http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/hybrid/webviews/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/hybrid/webviews/index.md b/www/docs/es/dev/guide/hybrid/webviews/index.md index d276abe..c4a9aa2 100644 --- a/www/docs/es/dev/guide/hybrid/webviews/index.md +++ b/www/docs/es/dev/guide/hybrid/webviews/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Incrustar WebViews +toc_title: Embed Cordova in native apps --- # Incrustar WebViews http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/next/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/next/index.md b/www/docs/es/dev/guide/next/index.md index b64ee16..1257f01 100644 --- a/www/docs/es/dev/guide/next/index.md +++ b/www/docs/es/dev/guide/next/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Próximos pasos +toc_title: Next Steps --- # Próximos pasos http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/overview/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/overview/index.md b/www/docs/es/dev/guide/overview/index.md index 272bd3b..4fc7bc6 100644 --- a/www/docs/es/dev/guide/overview/index.md +++ b/www/docs/es/dev/guide/overview/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Resumen +toc_title: Overview --- # Resumen http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/android/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/android/index.md b/www/docs/es/dev/guide/platforms/android/index.md index c7a19c2..7e283dc 100644 --- a/www/docs/es/dev/guide/platforms/android/index.md +++ b/www/docs/es/dev/guide/platforms/android/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guía de la plataforma Android +toc_title: Android --- # Guía de la plataforma Android http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/android/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/android/plugin.md b/www/docs/es/dev/guide/platforms/android/plugin.md index 5521d0d..7c25465 100644 --- a/www/docs/es/dev/guide/platforms/android/plugin.md +++ b/www/docs/es/dev/guide/platforms/android/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Android Plugins +toc_title: Android --- # Android Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/blackberry10/home.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/blackberry10/home.md b/www/docs/es/dev/guide/platforms/blackberry10/home.md index bae3ba2..1461e05 100644 --- a/www/docs/es/dev/guide/platforms/blackberry10/home.md +++ b/www/docs/es/dev/guide/platforms/blackberry10/home.md @@ -18,6 +18,7 @@ license: > under the License. title: Blackberry 10 Guides +toc_title: Blackberry 10 --- # Blackberry 10 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/blackberry10/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/blackberry10/plugin.md b/www/docs/es/dev/guide/platforms/blackberry10/plugin.md index b3dd1d1..3252437 100644 --- a/www/docs/es/dev/guide/platforms/blackberry10/plugin.md +++ b/www/docs/es/dev/guide/platforms/blackberry10/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: BlackBerry 10 Plugins +toc_title: Blackberry 10 --- # BlackBerry 10 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/ios/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/ios/index.md b/www/docs/es/dev/guide/platforms/ios/index.md index f18bf58..8efdec1 100644 --- a/www/docs/es/dev/guide/platforms/ios/index.md +++ b/www/docs/es/dev/guide/platforms/ios/index.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Platform Guide +toc_title: iOS --- # iOS Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/ios/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/ios/plugin.md b/www/docs/es/dev/guide/platforms/ios/plugin.md index 786a898..8480255 100644 --- a/www/docs/es/dev/guide/platforms/ios/plugin.md +++ b/www/docs/es/dev/guide/platforms/ios/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Plugins +toc_title: iOS --- # iOS Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/ubuntu/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/ubuntu/index.md b/www/docs/es/dev/guide/platforms/ubuntu/index.md index 2de6164..0e6adb2 100644 --- a/www/docs/es/dev/guide/platforms/ubuntu/index.md +++ b/www/docs/es/dev/guide/platforms/ubuntu/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guía de la plataforma de Ubuntu +toc_title: Ubuntu --- # Guía de la plataforma de Ubuntu http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/win8/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/win8/index.md b/www/docs/es/dev/guide/platforms/win8/index.md index caac193..8e6c824 100644 --- a/www/docs/es/dev/guide/platforms/win8/index.md +++ b/www/docs/es/dev/guide/platforms/win8/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guía de la plataforma Windows +toc_title: Windows --- # Guía de la plataforma Windows http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/win8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/win8/plugin.md b/www/docs/es/dev/guide/platforms/win8/plugin.md index 5c4e205..98c11fc 100644 --- a/www/docs/es/dev/guide/platforms/win8/plugin.md +++ b/www/docs/es/dev/guide/platforms/win8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Plugins +toc_title: Windows --- # Windows Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/wp8/home.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/wp8/home.md b/www/docs/es/dev/guide/platforms/wp8/home.md index 226958c..e7ed71e 100644 --- a/www/docs/es/dev/guide/platforms/wp8/home.md +++ b/www/docs/es/dev/guide/platforms/wp8/home.md @@ -18,6 +18,7 @@ license: > under the License. title: WP8 Guides +toc_title: WP8 --- # WP8 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/platforms/wp8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/platforms/wp8/plugin.md b/www/docs/es/dev/guide/platforms/wp8/plugin.md index a5e41dd..69f7d02 100644 --- a/www/docs/es/dev/guide/platforms/wp8/plugin.md +++ b/www/docs/es/dev/guide/platforms/wp8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Phone 8 Plugins +toc_title: WP8 --- # Windows Phone 8 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/guide/support/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/guide/support/index.md b/www/docs/es/dev/guide/support/index.md index 4393827..010322e 100644 --- a/www/docs/es/dev/guide/support/index.md +++ b/www/docs/es/dev/guide/support/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Soporte de plataformas +toc_title: Platform support --- # Soporte de plataformas http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/platform_plugin_versioning_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/platform_plugin_versioning_ref/index.md b/www/docs/es/dev/platform_plugin_versioning_ref/index.md index e800834..0517a4e 100644 --- a/www/docs/es/dev/platform_plugin_versioning_ref/index.md +++ b/www/docs/es/dev/platform_plugin_versioning_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Plataformas y gestión de versiones de Plugins +toc_title: Manage versions and platforms --- # Plataformas y gestión de versiones de Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/plugin_ref/plugman.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/plugin_ref/plugman.md b/www/docs/es/dev/plugin_ref/plugman.md index 9627257..4a37c81 100644 --- a/www/docs/es/dev/plugin_ref/plugman.md +++ b/www/docs/es/dev/plugin_ref/plugman.md @@ -18,6 +18,7 @@ license: > under the License. title: Utilizando Plugman para administrar Plugins +toc_title: Use Plugman --- # Utilizando Plugman para administrar Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/es/dev/plugin_ref/spec.md ---------------------------------------------------------------------- diff --git a/www/docs/es/dev/plugin_ref/spec.md b/www/docs/es/dev/plugin_ref/spec.md index 944ce97..9fd5bc5 100644 --- a/www/docs/es/dev/plugin_ref/spec.md +++ b/www/docs/es/dev/plugin_ref/spec.md @@ -18,6 +18,7 @@ license: > under the License. title: Especificación de plugin +toc_title: Plugin.xml --- # Especificación de plugin http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/config_ref/images.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/config_ref/images.md b/www/docs/fr/dev/config_ref/images.md index 6982c2e..18d7aee 100644 --- a/www/docs/fr/dev/config_ref/images.md +++ b/www/docs/fr/dev/config_ref/images.md @@ -18,6 +18,7 @@ license: > under the License. title: Icones et Splash Screen +toc_title: Customize icons --- # Icones et Splash Screen http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/config_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/config_ref/index.md b/www/docs/fr/dev/config_ref/index.md index 5a1cde6..56999ba 100644 --- a/www/docs/fr/dev/config_ref/index.md +++ b/www/docs/fr/dev/config_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Le fichier config.xml +toc_title: Config.xml --- # Le fichier config.xml http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/cordova/events/events.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/cordova/events/events.md b/www/docs/fr/dev/cordova/events/events.md index 9c5be3a..8f7d406 100644 --- a/www/docs/fr/dev/cordova/events/events.md +++ b/www/docs/fr/dev/cordova/events/events.md @@ -18,6 +18,7 @@ license: > under the License. title: Évènements +toc_title: Events --- # Évènements http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/cordova/storage/storage.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/cordova/storage/storage.md b/www/docs/fr/dev/cordova/storage/storage.md index cb7f1f6..a225aca 100644 --- a/www/docs/fr/dev/cordova/storage/storage.md +++ b/www/docs/fr/dev/cordova/storage/storage.md @@ -18,6 +18,7 @@ license: > under the License. title: Stockage +toc_title: Store data --- # Stockage http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/appdev/hooks/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/appdev/hooks/index.md b/www/docs/fr/dev/guide/appdev/hooks/index.md index e2208ff..290f902 100644 --- a/www/docs/fr/dev/guide/appdev/hooks/index.md +++ b/www/docs/fr/dev/guide/appdev/hooks/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide de crochets +toc_title: Hooks --- # Guide de crochets http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/appdev/privacy/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/appdev/privacy/index.md b/www/docs/fr/dev/guide/appdev/privacy/index.md index 48ccbe1..f43988a 100644 --- a/www/docs/fr/dev/guide/appdev/privacy/index.md +++ b/www/docs/fr/dev/guide/appdev/privacy/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide de la vie privée +toc_title: Manage privacy --- # Guide de la vie privée http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/appdev/security/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/appdev/security/index.md b/www/docs/fr/dev/guide/appdev/security/index.md index 4315ed3..a5e0cf0 100644 --- a/www/docs/fr/dev/guide/appdev/security/index.md +++ b/www/docs/fr/dev/guide/appdev/security/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide de sécurité +toc_title: Manage security --- # Guide de sécurité http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/appdev/whitelist/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/appdev/whitelist/index.md b/www/docs/fr/dev/guide/appdev/whitelist/index.md index b6f4077..f3d3c77 100644 --- a/www/docs/fr/dev/guide/appdev/whitelist/index.md +++ b/www/docs/fr/dev/guide/appdev/whitelist/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide de la liste blanche +toc_title: Whitelisting --- # Guide de la liste blanche http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/cli/index.md b/www/docs/fr/dev/guide/cli/index.md index 7065163..256a720 100644 --- a/www/docs/fr/dev/guide/cli/index.md +++ b/www/docs/fr/dev/guide/cli/index.md @@ -17,7 +17,8 @@ license: > specific language governing permissions and limitations under the License. -title: L'Interface en ligne de commande +title: "L'Interface en ligne de commande" +toc_title: Create your first app --- # L'Interface en ligne de commande http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/hybrid/plugins/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/hybrid/plugins/index.md b/www/docs/fr/dev/guide/hybrid/plugins/index.md index 0372e09..f76ea2f 100644 --- a/www/docs/fr/dev/guide/hybrid/plugins/index.md +++ b/www/docs/fr/dev/guide/hybrid/plugins/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide de développement de plugin +toc_title: Create a plugin --- # Guide de développement de plugin http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/hybrid/webviews/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/hybrid/webviews/index.md b/www/docs/fr/dev/guide/hybrid/webviews/index.md index 586eed7..56ee1aa 100644 --- a/www/docs/fr/dev/guide/hybrid/webviews/index.md +++ b/www/docs/fr/dev/guide/hybrid/webviews/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Intégrer des WebViews +toc_title: Embed Cordova in native apps --- # Intégrer des WebViews http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/next/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/next/index.md b/www/docs/fr/dev/guide/next/index.md index ba69dd9..2a7c260 100644 --- a/www/docs/fr/dev/guide/next/index.md +++ b/www/docs/fr/dev/guide/next/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Prochaines étapes +toc_title: Next Steps --- # Prochaines étapes http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/overview/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/overview/index.md b/www/docs/fr/dev/guide/overview/index.md index c07180c..421b144 100644 --- a/www/docs/fr/dev/guide/overview/index.md +++ b/www/docs/fr/dev/guide/overview/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Présentation +toc_title: Overview --- # Présentation http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/android/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/android/index.md b/www/docs/fr/dev/guide/platforms/android/index.md index fbe14fd..c6e9c30 100644 --- a/www/docs/fr/dev/guide/platforms/android/index.md +++ b/www/docs/fr/dev/guide/platforms/android/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide pour la plate-forme Android +toc_title: Android --- # Guide pour la plate-forme Android http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/android/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/android/plugin.md b/www/docs/fr/dev/guide/platforms/android/plugin.md index 35ee685..c6a5810 100644 --- a/www/docs/fr/dev/guide/platforms/android/plugin.md +++ b/www/docs/fr/dev/guide/platforms/android/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Plugins Android +toc_title: Android --- # Plugins Android http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/blackberry10/home.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/blackberry10/home.md b/www/docs/fr/dev/guide/platforms/blackberry10/home.md index bae3ba2..1461e05 100644 --- a/www/docs/fr/dev/guide/platforms/blackberry10/home.md +++ b/www/docs/fr/dev/guide/platforms/blackberry10/home.md @@ -18,6 +18,7 @@ license: > under the License. title: Blackberry 10 Guides +toc_title: Blackberry 10 --- # Blackberry 10 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/blackberry10/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/blackberry10/plugin.md b/www/docs/fr/dev/guide/platforms/blackberry10/plugin.md index 3384eb2..6bb2bd4 100644 --- a/www/docs/fr/dev/guide/platforms/blackberry10/plugin.md +++ b/www/docs/fr/dev/guide/platforms/blackberry10/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: BlackBerry 10 Plugins +toc_title: Blackberry 10 --- # BlackBerry 10 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/ios/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/ios/index.md b/www/docs/fr/dev/guide/platforms/ios/index.md index 3173c70..5dc1320 100644 --- a/www/docs/fr/dev/guide/platforms/ios/index.md +++ b/www/docs/fr/dev/guide/platforms/ios/index.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Platform Guide +toc_title: iOS --- # iOS Platform Guide http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/ios/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/ios/plugin.md b/www/docs/fr/dev/guide/platforms/ios/plugin.md index 42c191c..f71e3a6 100644 --- a/www/docs/fr/dev/guide/platforms/ios/plugin.md +++ b/www/docs/fr/dev/guide/platforms/ios/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: iOS Plugins +toc_title: iOS --- # iOS Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/ubuntu/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/ubuntu/index.md b/www/docs/fr/dev/guide/platforms/ubuntu/index.md index 6660bdf..a9fd255 100644 --- a/www/docs/fr/dev/guide/platforms/ubuntu/index.md +++ b/www/docs/fr/dev/guide/platforms/ubuntu/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide de la plate-forme Ubuntu +toc_title: Ubuntu --- # Guide de la plate-forme Ubuntu http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/win8/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/win8/index.md b/www/docs/fr/dev/guide/platforms/win8/index.md index b487337..769ccfc 100644 --- a/www/docs/fr/dev/guide/platforms/win8/index.md +++ b/www/docs/fr/dev/guide/platforms/win8/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guide de la plate-forme Windows +toc_title: Windows --- # Guide de la plate-forme Windows http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/win8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/win8/plugin.md b/www/docs/fr/dev/guide/platforms/win8/plugin.md index 97dddfb..a2d01a1 100644 --- a/www/docs/fr/dev/guide/platforms/win8/plugin.md +++ b/www/docs/fr/dev/guide/platforms/win8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Plugins Windows +toc_title: Windows --- # Plugins Windows http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/wp8/home.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/wp8/home.md b/www/docs/fr/dev/guide/platforms/wp8/home.md index 226958c..e7ed71e 100644 --- a/www/docs/fr/dev/guide/platforms/wp8/home.md +++ b/www/docs/fr/dev/guide/platforms/wp8/home.md @@ -18,6 +18,7 @@ license: > under the License. title: WP8 Guides +toc_title: WP8 --- # WP8 Guides http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/platforms/wp8/plugin.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/platforms/wp8/plugin.md b/www/docs/fr/dev/guide/platforms/wp8/plugin.md index ce6dbd9..50f31f1 100644 --- a/www/docs/fr/dev/guide/platforms/wp8/plugin.md +++ b/www/docs/fr/dev/guide/platforms/wp8/plugin.md @@ -18,6 +18,7 @@ license: > under the License. title: Windows Phone 8 Plugins +toc_title: WP8 --- # Windows Phone 8 Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/guide/support/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/guide/support/index.md b/www/docs/fr/dev/guide/support/index.md index dc8383a..b34741d 100644 --- a/www/docs/fr/dev/guide/support/index.md +++ b/www/docs/fr/dev/guide/support/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Plateforme de Support +toc_title: Platform support --- # Plateforme de Support http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/platform_plugin_versioning_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/platform_plugin_versioning_ref/index.md b/www/docs/fr/dev/platform_plugin_versioning_ref/index.md index c192606..029a337 100644 --- a/www/docs/fr/dev/platform_plugin_versioning_ref/index.md +++ b/www/docs/fr/dev/platform_plugin_versioning_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Plates-formes et gestion de Plugins Version +toc_title: Manage versions and platforms --- # Plates-formes et gestion de Plugins Version http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/plugin_ref/plugman.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/plugin_ref/plugman.md b/www/docs/fr/dev/plugin_ref/plugman.md index 60c5d97..427e600 100644 --- a/www/docs/fr/dev/plugin_ref/plugman.md +++ b/www/docs/fr/dev/plugin_ref/plugman.md @@ -18,6 +18,7 @@ license: > under the License. title: Aide de Plugman pour gérer les Plugins +toc_title: Use Plugman --- # Aide de Plugman pour gérer les Plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/fr/dev/plugin_ref/spec.md ---------------------------------------------------------------------- diff --git a/www/docs/fr/dev/plugin_ref/spec.md b/www/docs/fr/dev/plugin_ref/spec.md index 826164d..013b579 100644 --- a/www/docs/fr/dev/plugin_ref/spec.md +++ b/www/docs/fr/dev/plugin_ref/spec.md @@ -18,6 +18,7 @@ license: > under the License. title: Spécification des plugins +toc_title: Plugin.xml --- # Spécification des plugins http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/it/dev/config_ref/images.md ---------------------------------------------------------------------- diff --git a/www/docs/it/dev/config_ref/images.md b/www/docs/it/dev/config_ref/images.md index f783bd5..81cf8e3 100644 --- a/www/docs/it/dev/config_ref/images.md +++ b/www/docs/it/dev/config_ref/images.md @@ -18,6 +18,7 @@ license: > under the License. title: Icone e Splash screen +toc_title: Customize icons --- # Icone e Splash screen http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/it/dev/config_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/it/dev/config_ref/index.md b/www/docs/it/dev/config_ref/index.md index e25ac33..19e9b9b 100644 --- a/www/docs/it/dev/config_ref/index.md +++ b/www/docs/it/dev/config_ref/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Il File config. Xml +toc_title: Config.xml --- # Il File config. Xml http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/it/dev/cordova/events/events.md ---------------------------------------------------------------------- diff --git a/www/docs/it/dev/cordova/events/events.md b/www/docs/it/dev/cordova/events/events.md index 935835a..9073b27 100644 --- a/www/docs/it/dev/cordova/events/events.md +++ b/www/docs/it/dev/cordova/events/events.md @@ -18,6 +18,7 @@ license: > under the License. title: Eventi +toc_title: Events --- # Eventi http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/it/dev/cordova/storage/storage.md ---------------------------------------------------------------------- diff --git a/www/docs/it/dev/cordova/storage/storage.md b/www/docs/it/dev/cordova/storage/storage.md index 66ea129..f33f16d 100644 --- a/www/docs/it/dev/cordova/storage/storage.md +++ b/www/docs/it/dev/cordova/storage/storage.md @@ -18,6 +18,7 @@ license: > under the License. title: Archiviazione +toc_title: Store data --- # Archiviazione http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/it/dev/guide/appdev/hooks/index.md ---------------------------------------------------------------------- diff --git a/www/docs/it/dev/guide/appdev/hooks/index.md b/www/docs/it/dev/guide/appdev/hooks/index.md index f0de78c..3b50613 100644 --- a/www/docs/it/dev/guide/appdev/hooks/index.md +++ b/www/docs/it/dev/guide/appdev/hooks/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guida di ganci +toc_title: Hooks --- # Guida di ganci http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/it/dev/guide/appdev/privacy/index.md ---------------------------------------------------------------------- diff --git a/www/docs/it/dev/guide/appdev/privacy/index.md b/www/docs/it/dev/guide/appdev/privacy/index.md index 5e35ed9..a65b6ec 100644 --- a/www/docs/it/dev/guide/appdev/privacy/index.md +++ b/www/docs/it/dev/guide/appdev/privacy/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guida sulla privacy +toc_title: Manage privacy --- # Guida sulla privacy http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/72bf41e7/www/docs/it/dev/guide/appdev/security/index.md ---------------------------------------------------------------------- diff --git a/www/docs/it/dev/guide/appdev/security/index.md b/www/docs/it/dev/guide/appdev/security/index.md index 5b9717e..89e5e93 100644 --- a/www/docs/it/dev/guide/appdev/security/index.md +++ b/www/docs/it/dev/guide/appdev/security/index.md @@ -18,6 +18,7 @@ license: > under the License. title: Guida alla sicurezza +toc_title: Manage security --- # Guida alla sicurezza --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org