You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/15 22:21:43 UTC

[1/3] docs commit: Minor grammar and punctuation fixes.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 362666ad9 -> 03447084e


Minor grammar and punctuation fixes.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/eca6206d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/eca6206d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/eca6206d

Branch: refs/heads/cordova-website
Commit: eca6206d9988e6e67e98e8f3e25418dccfd2b53a
Parents: 362666a
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Tue Sep 15 12:13:59 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Tue Sep 15 12:24:13 2015 -0700

----------------------------------------------------------------------
 www/index.html | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/eca6206d/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 47a5b05..30667fb 100644
--- a/www/index.html
+++ b/www/index.html
@@ -75,7 +75,7 @@ permalink: /
         </div>
         <div class="col-md-7">
             <h2>Installing Cordova</h2>
-            <p>Cordova command-line runs on <a href="http://nodejs.org/">Node.js</a> and is available on <a href="https://npmjs.org/package/cordova">NPM</a>. Follow <a href="{{ site.baseurl }}/docs/en/edge/guide/platforms/">platform specific guides</a> to install additional platform dependencies. Open a command prompt or Terminal, and type <code>npm install -g cordova</code></p>
+            <p>Cordova command-line runs on <a href="http://nodejs.org/">Node.js</a> and is available on <a href="https://npmjs.org/package/cordova">NPM</a>. Follow <a href="{{ site.baseurl }}/docs/en/edge/guide/platforms/">platform specific guides</a> to install additional platform dependencies. Open a command prompt or Terminal, and type <code>npm install -g cordova</code>.</p>
         </div>
         <div class="col-md-4">
             <div class="well_code">
@@ -93,8 +93,8 @@ permalink: /
         </div>
         <div class="col-md-7">
             <h2>Create a project</h2>
-            <p>Create a Cordova project using the command-line tool to create a blank project.  Navigate to the directory where you wish to create your project and type <code>cordova create &lt;path&gt;</code></p>
-            <p>For a complete set of options, type <code>cordova help create</code></p>
+            <p>Create a blank Cordova project using the command-line tool.  Navigate to the directory where you wish to create your project and type <code>cordova create &lt;path&gt;</code>.</p>
+            <p>For a complete set of options, type <code>cordova help create</code>.</p>
         </div>
         <div class="col-md-4">
             <div class="well_code">
@@ -112,9 +112,9 @@ permalink: /
         </div>
         <div class="col-md-7">
             <h2>Add a platform</h2>
-            <p>After creating a Cordova project, navigate to the project directory.  From the project directory, you need to add a platform you want to build your app for.</p>
+            <p>After creating a Cordova project, navigate to the project directory.  From the project directory, you need to add a platform for which you want to build your app.</p>
             <p>To add a platform, type <code>cordova platform add &lt;platform name&gt;</code>.</p>
-            <p>For a complete list of platforms you can add, run <code>cordova platform</code></p>
+            <p>For a complete list of platforms you can add, run <code>cordova platform</code>.</p>
         </div>
         <div class="col-md-4">
             <div class="well_code">
@@ -134,7 +134,6 @@ permalink: /
         <div class="col-md-7">
             <h2>Run your app</h2>
             <p>From the command line, run <code>cordova run &lt;platform name&gt;</code>.</p>
-            <p>You can replace browser with the platform that you would like to run (e.g. ios, android, windows)</p>
         </div>
         <div class="col-md-4">
             <div class="well_code">


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


[3/3] docs commit: Removing keyword index page from guides.

Posted by db...@apache.org.
Removing keyword index page from guides.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/03447084
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/03447084
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/03447084

Branch: refs/heads/cordova-website
Commit: 03447084e672904d5d35ccb697fa4b4aeee3199d
Parents: eca6206
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Tue Sep 15 13:21:34 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Tue Sep 15 13:21:34 2015 -0700

----------------------------------------------------------------------
 www/docs/de/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/de/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/de/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/de/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/en/1.5.0/index.md |  6 +---
 www/docs/en/1.6.0/index.md |  6 +---
 www/docs/en/1.6.1/index.md |  6 +---
 www/docs/en/1.7.0/index.md |  6 +---
 www/docs/en/1.8.0/index.md |  4 ---
 www/docs/en/1.8.1/index.md |  4 ---
 www/docs/en/1.9.0/index.md |  4 ---
 www/docs/en/2.0.0/index.md |  4 ---
 www/docs/en/2.1.0/index.md |  4 ---
 www/docs/en/2.2.0/index.md |  4 ---
 www/docs/en/2.3.0/index.md |  4 ---
 www/docs/en/2.4.0/index.md |  4 ---
 www/docs/en/2.5.0/index.md |  4 ---
 www/docs/en/2.6.0/index.md |  4 ---
 www/docs/en/2.7.0/index.md |  4 ---
 www/docs/en/2.8.0/index.md |  4 ---
 www/docs/en/2.9.0/index.md |  4 ---
 www/docs/en/3.0.0/index.md |  4 ---
 www/docs/en/3.1.0/index.md |  4 ---
 www/docs/en/3.2.0/index.md |  4 ---
 www/docs/en/3.3.0/index.md |  4 ---
 www/docs/en/3.4.0/index.md |  4 ---
 www/docs/en/3.5.0/index.md |  4 ---
 www/docs/en/3.6.0/index.md |  4 ---
 www/docs/en/4.0.0/index.md |  4 ---
 www/docs/en/5.0.0/index.md |  4 ---
 www/docs/en/5.1.1/index.md |  4 ---
 www/docs/en/edge/index.md  |  4 ---
 www/docs/es/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/es/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/es/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/es/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/fr/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/fr/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/fr/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/fr/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/it/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/it/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/it/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/it/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/ja/1.7.0/index.md |  4 ---
 www/docs/ja/1.8.1/index.md |  4 ---
 www/docs/ja/1.9.0/index.md |  4 ---
 www/docs/ja/2.0.0/index.md |  4 ---
 www/docs/ja/2.1.0/index.md |  4 ---
 www/docs/ja/2.2.0/index.md |  4 ---
 www/docs/ja/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/ja/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/ja/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/ja/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/ko/2.0.0/index.md |  4 ---
 www/docs/ko/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/ko/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/ko/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/ko/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/pl/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/ru/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/ru/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/ru/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/ru/5.0.0/index.md | 47 +++++++++++++----------------
 www/docs/ru/5.1.1/index.md | 51 ++++++++++++++------------------
 www/docs/ru/edge/index.md  | 51 ++++++++++++++------------------
 www/docs/sl/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/sl/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/sl/edge/index.md  | 43 ++++++++++++---------------
 www/docs/zh/3.1.0/index.md | 65 ++++++++++++++++++-----------------------
 www/docs/zh/3.4.0/index.md | 43 ++++++++++++---------------
 www/docs/zh/3.5.0/index.md | 43 ++++++++++++---------------
 www/docs/zh/edge/index.md  | 51 ++++++++++++++------------------
 73 files changed, 818 insertions(+), 1224 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/de/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/index.md b/www/docs/de/3.1.0/index.md
index 1e1f447..ff7097e 100644
--- a/www/docs/de/3.1.0/index.md
+++ b/www/docs/de/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     Reiseführer
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Übersicht
       </h2>
-      
+
       <span>Beginnen Sie hier, wenn Sie Cordova Neuland.</span>
     </li>
     <li>
       <h2>
         Die Befehlszeilenschnittstelle
       </h2>
-      
+
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
         Plattform-Guides
       </h2>
-      
+
       <span>Jede SDK und Update Projekte</span>
     </li>
     <li>
       <h2>
         Die Datei config.xml Datei
       </h2>
-      
+
       <span>Die Features Ihrer Anwendung anpassen.</span>
     </li>
     <li>
       <h2>
         Symbole und Splash-Screens
       </h2>
-      
+
       <span>Die app Anzeigen von Bildern anpassen.</span>
     </li>
     <li>
       <h2>
         Einbetten von Webansichten für
       </h2>
-      
+
       <span>Implementieren Sie die Cordova WebView in Ihrem Projekt.</span>
     </li>
     <li>
       <h2>
         Plugin-Entwicklung-Guide
       </h2>
-      
+
       <span>Entwickeln Sie Ihre erste Plugin.</span>
     </li>
     <li>
       <h2>
         Datenschutz-Guide
       </h2>
-      
+
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
         Whitelist-Guide
       </h2>
-      
+
       <span>Gewähren Sie eine Anwendungszugriff auf externe Ressourcen.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Stichwort-Index</a>
-      </h2>
-      
-      <span>Gesamtindex der Dokumentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     -API-Referenz
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Beschleunigungsmesser
       </h2>
-      
+
       <span>Tippen Sie in das Gerät Weg-und/oder Geschwindigkeitsgeber.</span>
     </li>
     <li>
       <h2>
         Kamera
       </h2>
-      
+
       <span>Ein Foto mit der Gerätekamera zu erfassen.</span>
     </li>
     <li>
       <h2>
         Erfassen
       </h2>
-      
+
       <span>Media-Dateien mithilfe des Geräts erfassen Medienanwendungen zu erfassen.</span>
     </li>
     <li>
       <h2>
         Kompass
       </h2>
-      
+
       <span>Erhalten Sie die Richtung, die das Gerät verweist.</span>
     </li>
     <li>
       <h2>
         Verbindung
       </h2>
-      
+
       <span>Der Netzwerkstatus und Mobilfunknetz Informationen schnell zu überprüfen.</span>
     </li>
     <li>
       <h2>
         Kontakte
       </h2>
-      
+
       <span>Arbeiten Sie mit der Geräte-Kontaktdatenbank.</span>
     </li>
     <li>
       <h2>
         Gerät
       </h2>
-      
+
       <span>Gerät bestimmte Informationen zu sammeln.</span>
     </li>
     <li>
       <h2>
         Veranstaltungen
       </h2>
-      
+
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
         Datei
       </h2>
-      
+
       <span>Haken Sie in native Dateisystem durch JavaScript.</span>
     </li>
     <li>
       <h2>
         Geolocation
       </h2>
-      
+
       <span>Machen Sie Ihre Anwendung Lage bewusst.</span>
     </li>
     <li>
       <h2>
         Globalisierung
       </h2>
-      
+
       <span>Aktivieren Sie die Darstellung von Objekten, die spezifisch für ein Gebietsschema.</span>
     </li>
     <li>
       <h2>
         InAppBrowser
       </h2>
-      
+
       <span>URLs in einer anderen in-app Browserinstanz zu starten.</span>
     </li>
     <li>
       <h2>
         Medien
       </h2>
-      
+
       <span>Aufzeichnen und Wiedergeben von audio-Dateien.</span>
     </li>
     <li>
       <h2>
         Benachrichtigung
       </h2>
-      
+
       <span>Visueller, akustischer und taktiler Gerätebenachrichtigungen.</span>
     </li>
     <li>
       <h2>
         SplashScreen
       </h2>
-      
+
       <span>Ein- und Ausblenden der Splash-Screen Anwendungen.</span>
     </li>
     <li>
       <h2>
         Speicher
       </h2>
-      
+
       <span>Haken Sie in die Geräte native Storage-Optionen.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/de/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/index.md b/www/docs/de/3.4.0/index.md
index bdce1a1..0353aa2 100644
--- a/www/docs/de/3.4.0/index.md
+++ b/www/docs/de/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Reiseführer
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Übersicht
       </h2>
-      
+
       <span>Beginnen Sie hier, wenn Sie Cordova Neuland.</span>
     </li>
     <li>
       <h2>
         Plattformunterstützung
       </h2>
-      
+
       <span>Kompatibilitätstabelle für alle wichtigen Funktionen.</span>
     </li>
     <li>
       <h2>
         Die Befehlszeilenschnittstelle
       </h2>
-      
+
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
         Plattform-Guides
       </h2>
-      
+
       <span>Jede SDK und Update Projekte</span>
     </li>
     <li>
       <h2>
         Plugins verwalten mithilfe Plugman
       </h2>
-      
+
       <span>Verwenden Plugman zum Verwalten von Plugins ohne CLI</span>
     </li>
     <li>
       <h2>
         Die Datei config.xml Datei
       </h2>
-      
+
       <span>Die Features Ihrer Anwendung anpassen.</span>
     </li>
     <li>
       <h2>
         Symbole und Splash-Screens
       </h2>
-      
+
       <span>Die app Anzeigen von Bildern anpassen.</span>
     </li>
     <li>
       <h2>
         Einbetten von Webansichten für
       </h2>
-      
+
       <span>Implementieren Sie die Cordova WebView in Ihrem Projekt.</span>
     </li>
     <li>
       <h2>
         Plugin-Entwicklung-Guide
       </h2>
-      
+
       <span>Entwickeln Sie Ihre erste Plugin.</span>
     </li>
     <li>
       <h2>
         Datenschutz-Guide
       </h2>
-      
+
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
         Whitelist-Guide
       </h2>
-      
+
       <span>Gewähren Sie eine Anwendungszugriff auf externe Ressourcen.</span>
     </li>
     <li>
       <h2>
         Speicher
       </h2>
-      
+
       <span>Eine Übersicht über native Storage-Optionen.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Stichwort-Index</a>
-      </h2>
-      
-      <span>Gesamtindex der Dokumentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     -API-Referenz
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Veranstaltungen
       </h2>
-      
+
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin APIs
       </h2>
-      
+
       <span>Entdecken Sie, welche Plugins Cordova zur Verwendung in Ihrem Projekt verfügbar sind.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/de/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/index.md b/www/docs/de/3.5.0/index.md
index bdce1a1..0353aa2 100644
--- a/www/docs/de/3.5.0/index.md
+++ b/www/docs/de/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Reiseführer
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Übersicht
       </h2>
-      
+
       <span>Beginnen Sie hier, wenn Sie Cordova Neuland.</span>
     </li>
     <li>
       <h2>
         Plattformunterstützung
       </h2>
-      
+
       <span>Kompatibilitätstabelle für alle wichtigen Funktionen.</span>
     </li>
     <li>
       <h2>
         Die Befehlszeilenschnittstelle
       </h2>
-      
+
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
         Plattform-Guides
       </h2>
-      
+
       <span>Jede SDK und Update Projekte</span>
     </li>
     <li>
       <h2>
         Plugins verwalten mithilfe Plugman
       </h2>
-      
+
       <span>Verwenden Plugman zum Verwalten von Plugins ohne CLI</span>
     </li>
     <li>
       <h2>
         Die Datei config.xml Datei
       </h2>
-      
+
       <span>Die Features Ihrer Anwendung anpassen.</span>
     </li>
     <li>
       <h2>
         Symbole und Splash-Screens
       </h2>
-      
+
       <span>Die app Anzeigen von Bildern anpassen.</span>
     </li>
     <li>
       <h2>
         Einbetten von Webansichten für
       </h2>
-      
+
       <span>Implementieren Sie die Cordova WebView in Ihrem Projekt.</span>
     </li>
     <li>
       <h2>
         Plugin-Entwicklung-Guide
       </h2>
-      
+
       <span>Entwickeln Sie Ihre erste Plugin.</span>
     </li>
     <li>
       <h2>
         Datenschutz-Guide
       </h2>
-      
+
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
         Whitelist-Guide
       </h2>
-      
+
       <span>Gewähren Sie eine Anwendungszugriff auf externe Ressourcen.</span>
     </li>
     <li>
       <h2>
         Speicher
       </h2>
-      
+
       <span>Eine Übersicht über native Storage-Optionen.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Stichwort-Index</a>
-      </h2>
-      
-      <span>Gesamtindex der Dokumentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     -API-Referenz
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Veranstaltungen
       </h2>
-      
+
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin APIs
       </h2>
-      
+
       <span>Entdecken Sie, welche Plugins Cordova zur Verwendung in Ihrem Projekt verfügbar sind.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/de/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/index.md b/www/docs/de/edge/index.md
index 487b94d..e52f041 100644
--- a/www/docs/de/edge/index.md
+++ b/www/docs/de/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     Reiseführer
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Übersicht
       </h2>
-      
+
       <span>Beginnen Sie hier, wenn Sie mit Cordova sind. Umfasst die Installation sowie die nächsten Schritte.</span>
     </li>
     <li>
       <h2>
         Plattformunterstützung
       </h2>
-      
+
       <span>Kompatibilitätstabelle für alle wichtigen Funktionen.</span>
     </li>
     <li>
       <h2>
         Die Befehlszeilenschnittstelle
       </h2>
-      
+
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
         Plattform-Guides
       </h2>
-      
+
       <span>Jede Plattform SDK einrichten und Projekte aktualisieren.</span>
     </li>
     <li>
       <h2>
         Plugins verwalten mithilfe Plugman
       </h2>
-      
+
       <span>Verwalten Sie Plugins ohne CLI, wenn den Plattform-zentrierte Workflow verwenden.</span>
     </li>
     <li>
       <h2>
         Die Datei config.xml Datei
       </h2>
-      
+
       <span>Ihre app Features anpassen.</span>
     </li>
     <li>
       <h2>
         Symbole und Splash-Screens
       </h2>
-      
+
       <span>Passen Sie Ihre app Anzeigen von Bildern.</span>
     </li>
     <li>
       <h2>
         Einbetten von Webansichten für
       </h2>
-      
+
       <span>Implementieren Sie die Cordova WebView im systemeigenen Projekt.</span>
     </li>
     <li>
       <h2>
         Plugin-Entwicklung-Guide
       </h2>
-      
+
       <span>Entwickeln Sie Ihr eigenes Plugin.</span>
     </li>
     <li>
       <h2>
         Datenschutz-Guide
       </h2>
-      
+
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
         Sicherheitshandbuch
       </h2>
-      
+
       <span>Informationen und Tipps für den Aufbau einer sicheren Anwendung.</span>
     </li>
     <li>
       <h2>
         Plattformen und Plugins Versionsmanagement
       </h2>
-      
+
       <span>Speichern und Wiederherstellen von Projekten für CLI in einen bekannten Zustand ohne Streit.</span>
     </li>
     <li>
       <h2>
         Whitelist-Guide
       </h2>
-      
+
       <span>Eine Anwendungszugriff auf externe Ressourcen gewähren.</span>
     </li>
     <li>
       <h2>
         Storage
       </h2>
-      
+
       <span>Eine Übersicht über native Speicheroptionen.</span>
     </li>
     <li>
       <h2>
         Haken-Guide
       </h2>
-      
+
       <span>Cordova Standardfunktionalität durch Hinzufügen von benutzerdefinierten Skripts erweitern.</span>
     </li>
     <li>
       <h2>
         Die nächsten Schritte
       </h2>
-      
+
       <span>Einen Blick auf Themen, die neue Cordova Entwickler stoßen werden.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Stichwort-Index</a>
-      </h2>
-      
-      <span>Vollständiger Index der Dokumentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     -API-Referenz
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Veranstaltungen
       </h2>
-      
+
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin APIs
       </h2>
-      
+
       <span>Entdecken Sie, welche Cordova-Plugins verwenden Sie in Ihrem Projekt verfügbar sind.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/1.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/index.md b/www/docs/en/1.5.0/index.md
index 91b6922..b1d1a0f 100644
--- a/www/docs/en/1.5.0/index.md
+++ b/www/docs/en/1.5.0/index.md
@@ -80,9 +80,5 @@ license: >
             <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first PhoneGap app.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the PhoneGap Documentation.</span>
-        </li>
     </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/1.6.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/index.md b/www/docs/en/1.6.0/index.md
index 1924993..e885fd1 100644
--- a/www/docs/en/1.6.0/index.md
+++ b/www/docs/en/1.6.0/index.md
@@ -80,9 +80,5 @@ license: >
             <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/1.6.1/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/index.md b/www/docs/en/1.6.1/index.md
index 1924993..e885fd1 100644
--- a/www/docs/en/1.6.1/index.md
+++ b/www/docs/en/1.6.1/index.md
@@ -80,9 +80,5 @@ license: >
             <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/1.7.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/index.md b/www/docs/en/1.7.0/index.md
index 1924993..e885fd1 100644
--- a/www/docs/en/1.7.0/index.md
+++ b/www/docs/en/1.7.0/index.md
@@ -80,9 +80,5 @@ license: >
             <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/1.8.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/index.md b/www/docs/en/1.8.0/index.md
index 1a07d88..3ee78ff 100644
--- a/www/docs/en/1.8.0/index.md
+++ b/www/docs/en/1.8.0/index.md
@@ -88,9 +88,5 @@ license: >
             <h2>Domain Whitelist Guide</h2>
             <span>Grant an application access to external domains.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/1.8.1/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/index.md b/www/docs/en/1.8.1/index.md
index 1a07d88..3ee78ff 100644
--- a/www/docs/en/1.8.1/index.md
+++ b/www/docs/en/1.8.1/index.md
@@ -88,9 +88,5 @@ license: >
             <h2>Domain Whitelist Guide</h2>
             <span>Grant an application access to external domains.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/1.9.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/index.md b/www/docs/en/1.9.0/index.md
index 2e1b23c..b917b26 100644
--- a/www/docs/en/1.9.0/index.md
+++ b/www/docs/en/1.9.0/index.md
@@ -96,9 +96,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.0.0/index.md b/www/docs/en/2.0.0/index.md
index b39d176..06ef02b 100644
--- a/www/docs/en/2.0.0/index.md
+++ b/www/docs/en/2.0.0/index.md
@@ -100,9 +100,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.1.0/index.md b/www/docs/en/2.1.0/index.md
index b39d176..06ef02b 100644
--- a/www/docs/en/2.1.0/index.md
+++ b/www/docs/en/2.1.0/index.md
@@ -100,9 +100,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.2.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.2.0/index.md b/www/docs/en/2.2.0/index.md
index a0df85d..0eccd07 100644
--- a/www/docs/en/2.2.0/index.md
+++ b/www/docs/en/2.2.0/index.md
@@ -112,9 +112,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.3.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.3.0/index.md b/www/docs/en/2.3.0/index.md
index e5eff63..6618450 100644
--- a/www/docs/en/2.3.0/index.md
+++ b/www/docs/en/2.3.0/index.md
@@ -116,9 +116,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.4.0/index.md b/www/docs/en/2.4.0/index.md
index e5eff63..6618450 100644
--- a/www/docs/en/2.4.0/index.md
+++ b/www/docs/en/2.4.0/index.md
@@ -116,9 +116,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.5.0/index.md b/www/docs/en/2.5.0/index.md
index e5eff63..6618450 100644
--- a/www/docs/en/2.5.0/index.md
+++ b/www/docs/en/2.5.0/index.md
@@ -116,9 +116,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.6.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.6.0/index.md b/www/docs/en/2.6.0/index.md
index e5eff63..6618450 100644
--- a/www/docs/en/2.6.0/index.md
+++ b/www/docs/en/2.6.0/index.md
@@ -116,9 +116,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.7.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.7.0/index.md b/www/docs/en/2.7.0/index.md
index e5eff63..6618450 100644
--- a/www/docs/en/2.7.0/index.md
+++ b/www/docs/en/2.7.0/index.md
@@ -116,9 +116,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.8.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.8.0/index.md b/www/docs/en/2.8.0/index.md
index 3b040c0..75e7835 100644
--- a/www/docs/en/2.8.0/index.md
+++ b/www/docs/en/2.8.0/index.md
@@ -120,9 +120,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/2.9.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/2.9.0/index.md b/www/docs/en/2.9.0/index.md
index 0831c4e..ec04794 100644
--- a/www/docs/en/2.9.0/index.md
+++ b/www/docs/en/2.9.0/index.md
@@ -128,9 +128,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/3.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.0.0/index.md b/www/docs/en/3.0.0/index.md
index f5c1045..07804d8 100644
--- a/www/docs/en/3.0.0/index.md
+++ b/www/docs/en/3.0.0/index.md
@@ -54,10 +54,6 @@ license: >
             <h2>Domain Whitelist Guide</h2>
             <span>Grant an application access to external domains.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.1.0/index.md b/www/docs/en/3.1.0/index.md
index a2a7b4e..c06424e 100644
--- a/www/docs/en/3.1.0/index.md
+++ b/www/docs/en/3.1.0/index.md
@@ -54,10 +54,6 @@ license: >
             <h2>Whitelist Guide</h2>
             <span>Grant an application access to external resources.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/3.2.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.2.0/index.md b/www/docs/en/3.2.0/index.md
index ab1110b..22c4b61 100644
--- a/www/docs/en/3.2.0/index.md
+++ b/www/docs/en/3.2.0/index.md
@@ -66,10 +66,6 @@ license: >
             <h2>Whitelist Guide</h2>
             <span>Grant an application access to external resources.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/3.3.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.3.0/index.md b/www/docs/en/3.3.0/index.md
index ab1110b..22c4b61 100644
--- a/www/docs/en/3.3.0/index.md
+++ b/www/docs/en/3.3.0/index.md
@@ -66,10 +66,6 @@ license: >
             <h2>Whitelist Guide</h2>
             <span>Grant an application access to external resources.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.4.0/index.md b/www/docs/en/3.4.0/index.md
index 3fc3b7b..09b1c31 100644
--- a/www/docs/en/3.4.0/index.md
+++ b/www/docs/en/3.4.0/index.md
@@ -70,10 +70,6 @@ license: >
             <h2>Storage</h2>
             <span>An overview of native storage options.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.5.0/index.md b/www/docs/en/3.5.0/index.md
index b2e1145..baf3b0c 100644
--- a/www/docs/en/3.5.0/index.md
+++ b/www/docs/en/3.5.0/index.md
@@ -78,10 +78,6 @@ license: >
             <h2>Next Steps</h2>
             <span>A look at topics that new Cordova developers will encounter.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/3.6.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/3.6.0/index.md b/www/docs/en/3.6.0/index.md
index b2e1145..baf3b0c 100644
--- a/www/docs/en/3.6.0/index.md
+++ b/www/docs/en/3.6.0/index.md
@@ -78,10 +78,6 @@ license: >
             <h2>Next Steps</h2>
             <span>A look at topics that new Cordova developers will encounter.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/4.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/4.0.0/index.md b/www/docs/en/4.0.0/index.md
index b2e1145..baf3b0c 100644
--- a/www/docs/en/4.0.0/index.md
+++ b/www/docs/en/4.0.0/index.md
@@ -78,10 +78,6 @@ license: >
             <h2>Next Steps</h2>
             <span>A look at topics that new Cordova developers will encounter.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/5.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/5.0.0/index.md b/www/docs/en/5.0.0/index.md
index b2e1145..baf3b0c 100644
--- a/www/docs/en/5.0.0/index.md
+++ b/www/docs/en/5.0.0/index.md
@@ -78,10 +78,6 @@ license: >
             <h2>Next Steps</h2>
             <span>A look at topics that new Cordova developers will encounter.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/5.1.1/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/5.1.1/index.md b/www/docs/en/5.1.1/index.md
index 3f8390d..971557f 100644
--- a/www/docs/en/5.1.1/index.md
+++ b/www/docs/en/5.1.1/index.md
@@ -86,10 +86,6 @@ license: >
             <h2>Next Steps</h2>
             <span>A look at topics that new Cordova developers will encounter.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/en/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/edge/index.md b/www/docs/en/edge/index.md
index 3f8390d..971557f 100644
--- a/www/docs/en/edge/index.md
+++ b/www/docs/en/edge/index.md
@@ -86,10 +86,6 @@ license: >
             <h2>Next Steps</h2>
             <span>A look at topics that new Cordova developers will encounter.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the documentation.</span>
-        </li>
     </ul>
 
     <h1>API Reference</h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/es/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/es/3.1.0/index.md b/www/docs/es/3.1.0/index.md
index e8c2311..3fbc668 100644
--- a/www/docs/es/3.1.0/index.md
+++ b/www/docs/es/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     Guías
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Perspectiva general
       </h2>
-      
+
       <span>Comience aquí si eres nuevo en Cordova.</span>
     </li>
     <li>
       <h2>
         La interfaz de línea de comandos
       </h2>
-      
+
       <span>Crear, construir y desplegar desde la línea de comandos.</span>
     </li>
     <li>
       <h2>
         Guías de plataforma
       </h2>
-      
+
       <span>Configurar cada SDK y actualización de proyectos</span>
     </li>
     <li>
       <h2>
         El archivo config.xml
       </h2>
-      
+
       <span>Personalizar las características de la bobina</span>
     </li>
     <li>
       <h2>
         Los iconos y las pantallas Splash
       </h2>
-      
+
       <span>Personalizar imágenes muestra la aplicación.</span>
     </li>
     <li>
       <h2>
         Incrustar WebViews
       </h2>
-      
+
       <span>Implementar la Cordova WebView en su proyecto.</span>
     </li>
     <li>
       <h2>
         Guía de desarrollo de plugin
       </h2>
-      
+
       <span>Desarrollar su primer plugin.</span>
     </li>
     <li>
       <h2>
         Guía de privacidad
       </h2>
-      
+
       <span>Aprenda sobre cuestiones de privacidad móvil importante.</span>
     </li>
     <li>
       <h2>
         Guía de lista blanca
       </h2>
-      
+
       <span>Conceder una solicitud acceso a recursos externos.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Índice de palabras clave</a>
-      </h2>
-      
-      <span>Índice completo de la documentación.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Referencia de la API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Acelerómetro
       </h2>
-      
+
       <span>Aprovechar el sensor de movimiento del dispositivo.</span>
     </li>
     <li>
       <h2>
         Cámara
       </h2>
-      
+
       <span>Una foto con la cámara del dispositivo de captura.</span>
     </li>
     <li>
       <h2>
         Captura
       </h2>
-      
+
       <span>Aplicaciones de captura de captura archivos de medios usando los medios de comunicación del dispositivo.</span>
     </li>
     <li>
       <h2>
         Brújula
       </h2>
-      
+
       <span>Obtener la dirección que apunta el dispositivo.</span>
     </li>
     <li>
       <h2>
         Conexión
       </h2>
-      
+
       <span>Comprobar rápidamente el estado de la red e información de la red celular.</span>
     </li>
     <li>
       <h2>
         Contactos
       </h2>
-      
+
       <span>Trabajar con la base de datos de dispositivos contacto.</span>
     </li>
     <li>
       <h2>
         Dispositivo
       </h2>
-      
+
       <span>Recopilar información específica del dispositivo.</span>
     </li>
     <li>
       <h2>
         Eventos
       </h2>
-      
+
       <span>Gancho en eventos nativas a través de JavaScript.</span>
     </li>
     <li>
       <h2>
         Archivo
       </h2>
-      
+
       <span>Gancho en sistema de archivos nativo a través de JavaScript.</span>
     </li>
     <li>
       <h2>
         Geolocalización
       </h2>
-      
+
       <span>Conocer la ubicación de su aplicación.</span>
     </li>
     <li>
       <h2>
         Globalización
       </h2>
-      
+
       <span>Permiten la representación de objetos específicos a un escenario.</span>
     </li>
     <li>
       <h2>
         InAppBrowser
       </h2>
-      
+
       <span>Lanzar URLs en otra instancia de navegador in-app.</span>
     </li>
     <li>
       <h2>
         Los medios de comunicación
       </h2>
-      
+
       <span>Grabar y reproducir archivos de audio.</span>
     </li>
     <li>
       <h2>
         Notificación
       </h2>
-      
+
       <span>Notificaciones de dispositivo audible, visual y táctil,.</span>
     </li>
     <li>
       <h2>
         SplashScreen
       </h2>
-      
+
       <span>Mostrar y ocultar la pantalla de presentación de solicitudes.</span>
     </li>
     <li>
       <h2>
         Almacenamiento de información
       </h2>
-      
+
       <span>Gancho en las opciones de almacenamiento nativo de dispositivos.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/es/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/es/3.4.0/index.md b/www/docs/es/3.4.0/index.md
index d3ac346..1336d63 100644
--- a/www/docs/es/3.4.0/index.md
+++ b/www/docs/es/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Guías
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Perspectiva general
       </h2>
-      
+
       <span>Comience aquí si eres nuevo en Cordova.</span>
     </li>
     <li>
       <h2>
         Soporte de plataformas
       </h2>
-      
+
       <span>Tabla de compatibilidad para todas las funciones principales.</span>
     </li>
     <li>
       <h2>
         La interfaz de línea de comandos
       </h2>
-      
+
       <span>Crear, construir y desplegar desde la línea de comandos.</span>
     </li>
     <li>
       <h2>
         Guías de plataformas
       </h2>
-      
+
       <span>Configurar cada SDK y actualización de proyectos</span>
     </li>
     <li>
       <h2>
         Utilizando Plugman para administrar Plugins
       </h2>
-      
+
       <span>Utilizando Plugman para administrar Plugins sin el CLI</span>
     </li>
     <li>
       <h2>
         El archivo config.xml
       </h2>
-      
+
       <span>Personaliza las prestaciones de tu aplicación.</span>
     </li>
     <li>
       <h2>
         Iconos y pantallas de Splash
       </h2>
-      
+
       <span>Personaliza las ímagenes que son mostradas por tu aplicación.</span>
     </li>
     <li>
       <h2>
         WebViews embebidas
       </h2>
-      
+
       <span>Implementa el Cordova WebView en tu proyecto.</span>
     </li>
     <li>
       <h2>
         Guía de desarrollo de Plugins
       </h2>
-      
+
       <span>Desarrolla tu primer Plugin.</span>
     </li>
     <li>
       <h2>
         Guía de privacidad
       </h2>
-      
+
       <span>Aprende acerca de las incidencias de privacidad más importantes del mundo mobile .</span>
     </li>
     <li>
       <h2>
         Guía Whitelist
       </h2>
-      
+
       <span>Permite a la aplicaciones acceder a recursos externos.</span>
     </li>
     <li>
       <h2>
         Almacenamiento
       </h2>
-      
+
       <span>Una perspectiva de las opciones de almacenamiento nativas.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Índice de palabras clave</a>
-      </h2>
-      
-      <span>Índice completo de la documentación.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Referencia de la API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Eventos
       </h2>
-      
+
       <span>Hooks a eventos nativos a través de JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin APIs
       </h2>
-      
+
       <span>Descubre que plugins Cordova están disponibles para ser utilizados en tu proyecto.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/es/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/es/3.5.0/index.md b/www/docs/es/3.5.0/index.md
index d3ac346..1336d63 100644
--- a/www/docs/es/3.5.0/index.md
+++ b/www/docs/es/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Guías
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Perspectiva general
       </h2>
-      
+
       <span>Comience aquí si eres nuevo en Cordova.</span>
     </li>
     <li>
       <h2>
         Soporte de plataformas
       </h2>
-      
+
       <span>Tabla de compatibilidad para todas las funciones principales.</span>
     </li>
     <li>
       <h2>
         La interfaz de línea de comandos
       </h2>
-      
+
       <span>Crear, construir y desplegar desde la línea de comandos.</span>
     </li>
     <li>
       <h2>
         Guías de plataformas
       </h2>
-      
+
       <span>Configurar cada SDK y actualización de proyectos</span>
     </li>
     <li>
       <h2>
         Utilizando Plugman para administrar Plugins
       </h2>
-      
+
       <span>Utilizando Plugman para administrar Plugins sin el CLI</span>
     </li>
     <li>
       <h2>
         El archivo config.xml
       </h2>
-      
+
       <span>Personaliza las prestaciones de tu aplicación.</span>
     </li>
     <li>
       <h2>
         Iconos y pantallas de Splash
       </h2>
-      
+
       <span>Personaliza las ímagenes que son mostradas por tu aplicación.</span>
     </li>
     <li>
       <h2>
         WebViews embebidas
       </h2>
-      
+
       <span>Implementa el Cordova WebView en tu proyecto.</span>
     </li>
     <li>
       <h2>
         Guía de desarrollo de Plugins
       </h2>
-      
+
       <span>Desarrolla tu primer Plugin.</span>
     </li>
     <li>
       <h2>
         Guía de privacidad
       </h2>
-      
+
       <span>Aprende acerca de las incidencias de privacidad más importantes del mundo mobile .</span>
     </li>
     <li>
       <h2>
         Guía Whitelist
       </h2>
-      
+
       <span>Permite a la aplicaciones acceder a recursos externos.</span>
     </li>
     <li>
       <h2>
         Almacenamiento
       </h2>
-      
+
       <span>Una perspectiva de las opciones de almacenamiento nativas.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Índice de palabras clave</a>
-      </h2>
-      
-      <span>Índice completo de la documentación.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Referencia de la API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Eventos
       </h2>
-      
+
       <span>Hooks a eventos nativos a través de JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin APIs
       </h2>
-      
+
       <span>Descubre que plugins Cordova están disponibles para ser utilizados en tu proyecto.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/es/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/es/edge/index.md b/www/docs/es/edge/index.md
index 7bc2a9c..0d93a35 100644
--- a/www/docs/es/edge/index.md
+++ b/www/docs/es/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     Guías
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Resumen
       </h2>
-      
+
       <span>Comience aquí si usted es nuevo a Córdoba. Incluye la instalación y próximos pasos.</span>
     </li>
     <li>
       <h2>
         Soporte de plataformas
       </h2>
-      
+
       <span>Tabla de compatibilidad para todas las funciones principales.</span>
     </li>
     <li>
       <h2>
         La interfaz de linea de comandos
       </h2>
-      
+
       <span>Crear, construir y desplegar desde la línea de comandos.</span>
     </li>
     <li>
       <h2>
         Guías de plataformas
       </h2>
-      
+
       <span>Configurar cada plataforma SDK y actualización de proyectos.</span>
     </li>
     <li>
       <h2>
         Utilizando Plugman para administrar Plugins
       </h2>
-      
+
       <span>Administrar plugins sin la CLI cuando se utiliza el flujo de trabajo centrado en plataforma.</span>
     </li>
     <li>
       <h2>
         El archivo config.xml
       </h2>
-      
+
       <span>Personalizar las características de su aplicación.</span>
     </li>
     <li>
       <h2>
         Los iconos y las pantallas Splash
       </h2>
-      
+
       <span>Personalizar imágenes muestra de su aplicación.</span>
     </li>
     <li>
       <h2>
         Incrustar WebViews
       </h2>
-      
+
       <span>Implementar la Cordova WebView en su proyecto nativo.</span>
     </li>
     <li>
       <h2>
         Guía de desarrollo de plugin
       </h2>
-      
+
       <span>Desarrollar tu propio plugin.</span>
     </li>
     <li>
       <h2>
         Guía de privacidad
       </h2>
-      
+
       <span>Aprenda sobre cuestiones de privacidad móvil importantes.</span>
     </li>
     <li>
       <h2>
         Guía de seguridad
       </h2>
-      
+
       <span>Información y consejos para la creación de una aplicación segura.</span>
     </li>
     <li>
       <h2>
         Plataformas y gestión de versiones de Plugins
       </h2>
-      
+
       <span>Guardar y restaurar proyectos CLI a un estado conocido sin problemas.</span>
     </li>
     <li>
       <h2>
         Guía de lista blanca
       </h2>
-      
+
       <span>Una aplicación acceso a recursos externos.</span>
     </li>
     <li>
       <h2>
         Almacenamiento de información
       </h2>
-      
+
       <span>Un resumen de opciones de almacenamiento de información nativo.</span>
     </li>
     <li>
       <h2>
         Ganchos de guía
       </h2>
-      
+
       <span>Extender la funcionalidad de Cordova por defecto añadiendo scripts personalizados.</span>
     </li>
     <li>
       <h2>
         Pasos a seguir
       </h2>
-      
+
       <span>Un vistazo a temas que se encontrarán con nuevos desarrolladores Cordova.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Índice de palabra clave</a>
-      </h2>
-      
-      <span>Índice completo de la documentación de.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Referencia de la API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Eventos
       </h2>
-      
+
       <span>Hooks a eventos nativos a través de JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin APIs
       </h2>
-      
+
       <span>Descubra qué plugins Cordova están disponibles para usar en su proyecto.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/fr/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/fr/3.1.0/index.md b/www/docs/fr/3.1.0/index.md
index 23f6f27..06241b3 100644
--- a/www/docs/fr/3.1.0/index.md
+++ b/www/docs/fr/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     Guides
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Présentation
       </h2>
-      
+
       <span>Commencez ici si vous êtes nouveau à Cordova.</span>
     </li>
     <li>
       <h2>
         L'Interface de ligne de commande
       </h2>
-      
+
       <span>Créer, construire et déployer à partir de la ligne de commande.</span>
     </li>
     <li>
       <h2>
         Guides de la plate-forme
       </h2>
-      
+
       <span>Mettre en place les projets de chaque mise à jour et SDK</span>
     </li>
     <li>
       <h2>
         Le fichier config.xml File
       </h2>
-      
+
       <span>Personnaliser les fonctionnalités de votre application.</span>
     </li>
     <li>
       <h2>
         Icones et Splash Screen
       </h2>
-      
+
       <span>Personnaliser les images affichage de l'application.</span>
     </li>
     <li>
       <h2>
         Intégration WebViews
       </h2>
-      
+
       <span>Mettre en œuvre le Cordova WebView dans votre projet.</span>
     </li>
     <li>
       <h2>
         Guide de développement de plugin
       </h2>
-      
+
       <span>Développer votre premier plugin.</span>
     </li>
     <li>
       <h2>
         Guide de la vie privée
       </h2>
-      
+
       <span>Découvrez les problèmes de confidentialité mobile important.</span>
     </li>
     <li>
       <h2>
         Guide de la liste blanche
       </h2>
-      
+
       <span>Accorder un accès aux applications à des ressources externes.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Index de mots-clés</a>
-      </h2>
-      
-      <span>Index complet de la documentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Références de l'API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Accéléromètre
       </h2>
-      
+
       <span>Utiliser l'accéléromètre du mobile.</span>
     </li>
     <li>
       <h2>
         Appareil photo
       </h2>
-      
+
       <span>Prendre une photo en utilisant la l'appareil photo du terminal.</span>
     </li>
     <li>
       <h2>
         Capture
       </h2>
-      
+
       <span>Capturer les fichiers multimédias à l'aide des applications de capture pour le multimédia de l'appareil.</span>
     </li>
     <li>
       <h2>
         Boussole
       </h2>
-      
+
       <span>Dans quelle direction pointe le mobile?</span>
     </li>
     <li>
       <h2>
         Connexion
       </h2>
-      
+
       <span>Vérifier rapidement l'état du réseau et les informations du réseau mobile.</span>
     </li>
     <li>
       <h2>
         Contacts
       </h2>
-      
+
       <span>Interactions avec la base de données contacts du terminal.</span>
     </li>
     <li>
       <h2>
         Appareil
       </h2>
-      
+
       <span>Recueillir de l'information spécifique de périphérique.</span>
     </li>
     <li>
       <h2>
         Événements
       </h2>
-      
+
       <span>Interactions avec les événements natifs via JavaScript.</span>
     </li>
     <li>
       <h2>
         Fichier
       </h2>
-      
+
       <span>Interactions avec le système de fichier natif via JavaScript.</span>
     </li>
     <li>
       <h2>
         Géolocalisation
       </h2>
-      
+
       <span>Localiser le terminal.</span>
     </li>
     <li>
       <h2>
         Mondialisation
       </h2>
-      
+
       <span>Permettre la représentation d'objets spécifiques aux paramètres régionaux.</span>
     </li>
     <li>
       <h2>
         InAppBrowser
       </h2>
-      
+
       <span>Lancer URL dans une autre instance du navigateur en app.</span>
     </li>
     <li>
       <h2>
         Media
       </h2>
-      
+
       <span>Enregistrer et lire des fichiers audio.</span>
     </li>
     <li>
       <h2>
         Notification
       </h2>
-      
+
       <span>Notifications de visuel, sonore et tactile.</span>
     </li>
     <li>
       <h2>
         SplashScreen
       </h2>
-      
+
       <span>Afficher et masquer l'écran de démarrage des applications.</span>
     </li>
     <li>
       <h2>
         Stockage
       </h2>
-      
+
       <span>Crochet dans les dispositifs des options de stockage native.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/fr/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/fr/3.4.0/index.md b/www/docs/fr/3.4.0/index.md
index 1a58715..b729142 100644
--- a/www/docs/fr/3.4.0/index.md
+++ b/www/docs/fr/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Guides
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Présentation
       </h2>
-      
+
       <span>Commencez ici si vous êtes nouveau avec Cordova.</span>
     </li>
     <li>
       <h2>
         Plateforme de Support
       </h2>
-      
+
       <span>Tableau de compatibilité pour tous les principales caractéristiques.</span>
     </li>
     <li>
       <h2>
         L'Interface de ligne de commande
       </h2>
-      
+
       <span>Créer, construire et déployer à partir de la ligne de commande.</span>
     </li>
     <li>
       <h2>
         Guides de la plate-forme
       </h2>
-      
+
       <span>Mettre en place les projets de chaque mise à jour et SDK</span>
     </li>
     <li>
       <h2>
         L'utilisation de Plugman pour gérer les Plugins
       </h2>
-      
+
       <span>Utiliser Plugman pour gérer les Plugins sans le CLI</span>
     </li>
     <li>
       <h2>
         Le fichier config.xml File
       </h2>
-      
+
       <span>Personnaliser les fonctionnalités de votre application.</span>
     </li>
     <li>
       <h2>
         Icones et Splash Screen
       </h2>
-      
+
       <span>Personnaliser les images affichage de l'application.</span>
     </li>
     <li>
       <h2>
         Intégration WebViews
       </h2>
-      
+
       <span>Mettre en œuvre le Cordova WebView dans votre projet.</span>
     </li>
     <li>
       <h2>
         Guide de développement de plugin
       </h2>
-      
+
       <span>Développer votre premier plugin.</span>
     </li>
     <li>
       <h2>
         Guide de la vie privée
       </h2>
-      
+
       <span>Découvrez les problèmes de confidentialité mobile important.</span>
     </li>
     <li>
       <h2>
         Guide de la liste blanche
       </h2>
-      
+
       <span>Accorder un accès aux applications à des ressources externes.</span>
     </li>
     <li>
       <h2>
         Stockage
       </h2>
-      
+
       <span>Un aperçu des options de stockage native.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Index de mots-clés</a>
-      </h2>
-      
-      <span>Index complet de la documentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Références de l'API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Événements
       </h2>
-      
+
       <span>Crochet dans les événements natifs via JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Découvrez ce que les plugins Cordova sont disponibles à utiliser dans votre projet.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/fr/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/fr/3.5.0/index.md b/www/docs/fr/3.5.0/index.md
index 1a58715..b729142 100644
--- a/www/docs/fr/3.5.0/index.md
+++ b/www/docs/fr/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Guides
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Présentation
       </h2>
-      
+
       <span>Commencez ici si vous êtes nouveau avec Cordova.</span>
     </li>
     <li>
       <h2>
         Plateforme de Support
       </h2>
-      
+
       <span>Tableau de compatibilité pour tous les principales caractéristiques.</span>
     </li>
     <li>
       <h2>
         L'Interface de ligne de commande
       </h2>
-      
+
       <span>Créer, construire et déployer à partir de la ligne de commande.</span>
     </li>
     <li>
       <h2>
         Guides de la plate-forme
       </h2>
-      
+
       <span>Mettre en place les projets de chaque mise à jour et SDK</span>
     </li>
     <li>
       <h2>
         L'utilisation de Plugman pour gérer les Plugins
       </h2>
-      
+
       <span>Utiliser Plugman pour gérer les Plugins sans le CLI</span>
     </li>
     <li>
       <h2>
         Le fichier config.xml File
       </h2>
-      
+
       <span>Personnaliser les fonctionnalités de votre application.</span>
     </li>
     <li>
       <h2>
         Icones et Splash Screen
       </h2>
-      
+
       <span>Personnaliser les images affichage de l'application.</span>
     </li>
     <li>
       <h2>
         Intégration WebViews
       </h2>
-      
+
       <span>Mettre en œuvre le Cordova WebView dans votre projet.</span>
     </li>
     <li>
       <h2>
         Guide de développement de plugin
       </h2>
-      
+
       <span>Développer votre premier plugin.</span>
     </li>
     <li>
       <h2>
         Guide de la vie privée
       </h2>
-      
+
       <span>Découvrez les problèmes de confidentialité mobile important.</span>
     </li>
     <li>
       <h2>
         Guide de la liste blanche
       </h2>
-      
+
       <span>Accorder un accès aux applications à des ressources externes.</span>
     </li>
     <li>
       <h2>
         Stockage
       </h2>
-      
+
       <span>Un aperçu des options de stockage native.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Index de mots-clés</a>
-      </h2>
-      
-      <span>Index complet de la documentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Références de l'API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Événements
       </h2>
-      
+
       <span>Crochet dans les événements natifs via JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Découvrez ce que les plugins Cordova sont disponibles à utiliser dans votre projet.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/fr/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/fr/edge/index.md b/www/docs/fr/edge/index.md
index 4e84fca..6a11347 100644
--- a/www/docs/fr/edge/index.md
+++ b/www/docs/fr/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     Guides
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Vue d'ensemble
       </h2>
-      
+
       <span>Commencez ici si vous êtes nouveau à Cordova. Comprend l'installation et les prochaines étapes.</span>
     </li>
     <li>
       <h2>
         Plateforme de Support
       </h2>
-      
+
       <span>Tableau de compatibilité pour tous les principales caractéristiques.</span>
     </li>
     <li>
       <h2>
         L'Interface de ligne de commande
       </h2>
-      
+
       <span>Créer, construire et déployer à partir de la ligne de commande.</span>
     </li>
     <li>
       <h2>
         Guides de la plate-forme
       </h2>
-      
+
       <span>Mis en place chaque plate-forme SDK et mettre à jour des projets.</span>
     </li>
     <li>
       <h2>
         L'utilisation de Plugman pour gérer les Plugins
       </h2>
-      
+
       <span>Gérer les plugins sans l'interface CLI lors de l'utilisation du flux de travail axée sur la plate-forme.</span>
     </li>
     <li>
       <h2>
         Le fichier config.xml File
       </h2>
-      
+
       <span>Personnaliser les fonctionnalités de votre application.</span>
     </li>
     <li>
       <h2>
         Icones et Splash Screen
       </h2>
-      
+
       <span>Personnaliser les images affichage de votre application.</span>
     </li>
     <li>
       <h2>
         Intégration WebViews
       </h2>
-      
+
       <span>Mettre en œuvre le Cordova WebView dans votre projet natif.</span>
     </li>
     <li>
       <h2>
         Guide de développement de plugin
       </h2>
-      
+
       <span>Développer votre propre plugin.</span>
     </li>
     <li>
       <h2>
         Guide de la vie privée
       </h2>
-      
+
       <span>Découvrez les problèmes de confidentialité mobile important.</span>
     </li>
     <li>
       <h2>
         Guide de sécurité
       </h2>
-      
+
       <span>Informations et conseils pour la création d'une application sécurisée.</span>
     </li>
     <li>
       <h2>
         Plates-formes et gestion de Plugins Version
       </h2>
-      
+
       <span>Enregistrer et restaurer vos projets CLI à un état connu sans tracas.</span>
     </li>
     <li>
       <h2>
         Guide de la liste blanche
       </h2>
-      
+
       <span>Accorder un accès de l'application vers des ressources externes.</span>
     </li>
     <li>
       <h2>
         Stockage
       </h2>
-      
+
       <span>Un aperçu des options de stockage native.</span>
     </li>
     <li>
       <h2>
         Guide de crochets
       </h2>
-      
+
       <span>Étendre les fonctionnalités de Cordoue par défaut en ajoutant des scripts personnalisés.</span>
     </li>
     <li>
       <h2>
         Prochaines étapes
       </h2>
-      
+
       <span>Un regard sur les sujets que les nouveaux développeurs Cordova rencontreront.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Index des mots clés</a>
-      </h2>
-      
-      <span>Index complet de la documentation.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Références de l'API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Événements
       </h2>
-      
+
       <span>Crochet dans les événements natifs via JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Découvrez ce que les plugins Cordova peuvent être utilisés dans votre projet.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/it/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/it/3.1.0/index.md b/www/docs/it/3.1.0/index.md
index 1c11e6b..98662ed 100644
--- a/www/docs/it/3.1.0/index.md
+++ b/www/docs/it/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     Guide
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Panoramica
       </h2>
-      
+
       <span>Iniziare qui se siete nuovi a Cordova.</span>
     </li>
     <li>
       <h2>
         L'interfaccia della riga di comando
       </h2>
-      
+
       <span>Creare, costruire e distribuire dalla riga di comando.</span>
     </li>
     <li>
       <h2>
         Piattaforma guide
       </h2>
-      
+
       <span>Impostare ogni SDK e aggiornamento progetti</span>
     </li>
     <li>
       <h2>
         Il File config. Xml
       </h2>
-      
+
       <span>Personalizzare le funzionalità della tua app.</span>
     </li>
     <li>
       <h2>
         Icone e Splash screen
       </h2>
-      
+
       <span>Personalizzare immagini visualizzazione dell'app.</span>
     </li>
     <li>
       <h2>
         Incorporamento visualizzazioni Web
       </h2>
-      
+
       <span>Implementare Cordova WebView nel vostro progetto.</span>
     </li>
     <li>
       <h2>
         Guida allo sviluppo di plugin
       </h2>
-      
+
       <span>Sviluppare il tuo primo plugin.</span>
     </li>
     <li>
       <h2>
         Guida sulla privacy
       </h2>
-      
+
       <span>Ulteriori informazioni su questioni di privacy mobile importante.</span>
     </li>
     <li>
       <h2>
         Guida di whitelist
       </h2>
-      
+
       <span>Concedere un'accesso di applicazione a risorse esterne.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Parola chiave indice</a>
-      </h2>
-      
-      <span>Indice completo della documentazione.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Riferimento API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Accelerometro
       </h2>
-      
+
       <span>Sfruttare il sensore di movimento del dispositivo.</span>
     </li>
     <li>
       <h2>
         Fotocamera
       </h2>
-      
+
       <span>Catturare una foto usando la fotocamera del dispositivo.</span>
     </li>
     <li>
       <h2>
         Cattura
       </h2>
-      
+
       <span>Catturare i file multimediali utilizzando le applicazioni di cattura multimediale del dispositivo.</span>
     </li>
     <li>
       <h2>
         Bussola
       </h2>
-      
+
       <span>Ottenere la direzione che il dispositivo sta puntando.</span>
     </li>
     <li>
       <h2>
         Connessione
       </h2>
-      
+
       <span>Verificare rapidamente lo stato di rete e informazioni della rete cellulare.</span>
     </li>
     <li>
       <h2>
         Contatti
       </h2>
-      
+
       <span>Lavorare con il database di contatti di dispositivi.</span>
     </li>
     <li>
       <h2>
         Dispositivo
       </h2>
-      
+
       <span>Raccogliere informazioni specifiche del dispositivo.</span>
     </li>
     <li>
       <h2>
         Eventi
       </h2>
-      
+
       <span>Gancio in nativo degli eventi tramite JavaScript.</span>
     </li>
     <li>
       <h2>
         File
       </h2>
-      
+
       <span>Gancio in file system nativo tramite JavaScript.</span>
     </li>
     <li>
       <h2>
         Geolocalizzazione
       </h2>
-      
+
       <span>Sensibilizzare la vostra sede di applicazione.</span>
     </li>
     <li>
       <h2>
         Globalizzazione
       </h2>
-      
+
       <span>Attivare la rappresentazione degli oggetti specifici di una lingua.</span>
     </li>
     <li>
       <h2>
         InAppBrowser
       </h2>
-      
+
       <span>Lanciare gli URL in un'altra istanza del browser in-app.</span>
     </li>
     <li>
       <h2>
         Media
       </h2>
-      
+
       <span>Registrare e riprodurre file audio.</span>
     </li>
     <li>
       <h2>
         Notifica
       </h2>
-      
+
       <span>Notifiche di dispositivi visivi, acustici e tattili.</span>
     </li>
     <li>
       <h2>
         Splashscreen
       </h2>
-      
+
       <span>Mostrare e nascondere la schermata iniziale di applicazioni.</span>
     </li>
     <li>
       <h2>
         Archiviazione
       </h2>
-      
+
       <span>Collegare i dispositivi opzioni di archiviazione nativo.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/it/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/it/3.4.0/index.md b/www/docs/it/3.4.0/index.md
index d396fe7..1f6ac26 100644
--- a/www/docs/it/3.4.0/index.md
+++ b/www/docs/it/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Guide
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Panoramica
       </h2>
-      
+
       <span>Iniziare qui se siete nuovi a Cordova.</span>
     </li>
     <li>
       <h2>
         Supporto di piattaforma
       </h2>
-      
+
       <span>Tabella di compatibilità per tutte le principali caratteristiche.</span>
     </li>
     <li>
       <h2>
         L'interfaccia della riga di comando
       </h2>
-      
+
       <span>Creare, costruire e distribuire dalla riga di comando.</span>
     </li>
     <li>
       <h2>
         Piattaforma guide
       </h2>
-      
+
       <span>Impostare ogni SDK e aggiornamento progetti</span>
     </li>
     <li>
       <h2>
         L'utilizzo di Plugman per gestire i plugin
       </h2>
-      
+
       <span>L'utilizzo di Plugman per gestire i plugin senza CLI</span>
     </li>
     <li>
       <h2>
         Il File config. Xml
       </h2>
-      
+
       <span>Personalizzare le funzionalità della tua app.</span>
     </li>
     <li>
       <h2>
         Icone e Splash screen
       </h2>
-      
+
       <span>Personalizzare immagini visualizzazione dell'app.</span>
     </li>
     <li>
       <h2>
         Incorporamento visualizzazioni Web
       </h2>
-      
+
       <span>Implementare Cordova WebView nel vostro progetto.</span>
     </li>
     <li>
       <h2>
         Guida allo sviluppo di plugin
       </h2>
-      
+
       <span>Sviluppare il tuo primo plugin.</span>
     </li>
     <li>
       <h2>
         Guida sulla privacy
       </h2>
-      
+
       <span>Ulteriori informazioni su questioni di privacy mobile importante.</span>
     </li>
     <li>
       <h2>
         Guida di whitelist
       </h2>
-      
+
       <span>Concedere un'accesso di applicazione a risorse esterne.</span>
     </li>
     <li>
       <h2>
         Archiviazione
       </h2>
-      
+
       <span>Una panoramica delle opzioni di archiviazione nativo.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Parola chiave indice</a>
-      </h2>
-      
-      <span>Indice completo della documentazione.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Riferimento API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Eventi
       </h2>
-      
+
       <span>Gancio in nativo degli eventi tramite JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Scopri quali plugin Cordova sono disponibili all'utilizzo nel progetto.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/it/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/it/3.5.0/index.md b/www/docs/it/3.5.0/index.md
index d396fe7..1f6ac26 100644
--- a/www/docs/it/3.5.0/index.md
+++ b/www/docs/it/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Guide
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Panoramica
       </h2>
-      
+
       <span>Iniziare qui se siete nuovi a Cordova.</span>
     </li>
     <li>
       <h2>
         Supporto di piattaforma
       </h2>
-      
+
       <span>Tabella di compatibilità per tutte le principali caratteristiche.</span>
     </li>
     <li>
       <h2>
         L'interfaccia della riga di comando
       </h2>
-      
+
       <span>Creare, costruire e distribuire dalla riga di comando.</span>
     </li>
     <li>
       <h2>
         Piattaforma guide
       </h2>
-      
+
       <span>Impostare ogni SDK e aggiornamento progetti</span>
     </li>
     <li>
       <h2>
         L'utilizzo di Plugman per gestire i plugin
       </h2>
-      
+
       <span>L'utilizzo di Plugman per gestire i plugin senza CLI</span>
     </li>
     <li>
       <h2>
         Il File config. Xml
       </h2>
-      
+
       <span>Personalizzare le funzionalità della tua app.</span>
     </li>
     <li>
       <h2>
         Icone e Splash screen
       </h2>
-      
+
       <span>Personalizzare immagini visualizzazione dell'app.</span>
     </li>
     <li>
       <h2>
         Incorporamento visualizzazioni Web
       </h2>
-      
+
       <span>Implementare Cordova WebView nel vostro progetto.</span>
     </li>
     <li>
       <h2>
         Guida allo sviluppo di plugin
       </h2>
-      
+
       <span>Sviluppare il tuo primo plugin.</span>
     </li>
     <li>
       <h2>
         Guida sulla privacy
       </h2>
-      
+
       <span>Ulteriori informazioni su questioni di privacy mobile importante.</span>
     </li>
     <li>
       <h2>
         Guida di whitelist
       </h2>
-      
+
       <span>Concedere un'accesso di applicazione a risorse esterne.</span>
     </li>
     <li>
       <h2>
         Archiviazione
       </h2>
-      
+
       <span>Una panoramica delle opzioni di archiviazione nativo.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Parola chiave indice</a>
-      </h2>
-      
-      <span>Indice completo della documentazione.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Riferimento API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Eventi
       </h2>
-      
+
       <span>Gancio in nativo degli eventi tramite JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Scopri quali plugin Cordova sono disponibili all'utilizzo nel progetto.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/it/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/it/edge/index.md b/www/docs/it/edge/index.md
index 43f2d5b..d88b1a6 100644
--- a/www/docs/it/edge/index.md
+++ b/www/docs/it/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     Guide
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Panoramica
       </h2>
-      
+
       <span>Iniziare qui se siete nuovi a Cordova. Include installazione e prossimi passi.</span>
     </li>
     <li>
       <h2>
         Supporto di piattaforma
       </h2>
-      
+
       <span>Tabella di compatibilità per tutte le principali caratteristiche.</span>
     </li>
     <li>
       <h2>
         L'interfaccia della riga di comando
       </h2>
-      
+
       <span>Creare, costruire e distribuire dalla riga di comando.</span>
     </li>
     <li>
       <h2>
         Piattaforma guide
       </h2>
-      
+
       <span>Impostare ogni piattaforma SDK e aggiornare i progetti.</span>
     </li>
     <li>
       <h2>
         L'utilizzo di Plugman per gestire i plugin
       </h2>
-      
+
       <span>Gestire i plugin senza CLI quando si utilizza il flusso di lavoro basate su piattaforma.</span>
     </li>
     <li>
       <h2>
         Il File config. Xml
       </h2>
-      
+
       <span>Personalizzare le funzionalità della tua app.</span>
     </li>
     <li>
       <h2>
         Icone e Splash screen
       </h2>
-      
+
       <span>Personalizzare immagini visualizzazione dell'app.</span>
     </li>
     <li>
       <h2>
         Incorporamento visualizzazioni Web
       </h2>
-      
+
       <span>Implementare Cordova WebView nel progetto nativo.</span>
     </li>
     <li>
       <h2>
         Guida allo sviluppo di plugin
       </h2>
-      
+
       <span>Sviluppare il tuo plugin.</span>
     </li>
     <li>
       <h2>
         Guida sulla privacy
       </h2>
-      
+
       <span>Ulteriori informazioni su questioni di privacy mobile importante.</span>
     </li>
     <li>
       <h2>
         Guida alla sicurezza
       </h2>
-      
+
       <span>Informazioni e suggerimenti per la creazione di un'applicazione sicura.</span>
     </li>
     <li>
       <h2>
         Piattaforme e gestione plugin versione
       </h2>
-      
+
       <span>Salvare e ripristinare i progetti CLI uno stato noto senza fastidio.</span>
     </li>
     <li>
       <h2>
         Guida di whitelist
       </h2>
-      
+
       <span>Concedere l'accesso dell'applicazione alle risorse esterne.</span>
     </li>
     <li>
       <h2>
         Deposito
       </h2>
-      
+
       <span>Una panoramica delle opzioni di archiviazione nativa.</span>
     </li>
     <li>
       <h2>
         Guida di ganci
       </h2>
-      
+
       <span>Estendere funzionalità Cordova predefinita aggiungendo script personalizzati.</span>
     </li>
     <li>
       <h2>
         Prossimi passi
       </h2>
-      
+
       <span>Un'occhiata a argomenti che incontreranno nuovi sviluppatori di Cordova.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Indice delle parole chiave</a>
-      </h2>
-      
-      <span>Indice completo della documentazione di.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Riferimento API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Eventi
       </h2>
-      
+
       <span>Gancio in nativo degli eventi tramite JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Scopri quali Cordova plugin sono disponibili per utilizzare nel progetto.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/1.7.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/1.7.0/index.md b/www/docs/ja/1.7.0/index.md
index cf8a3c6..5d9eb83 100644
--- a/www/docs/ja/1.7.0/index.md
+++ b/www/docs/ja/1.7.0/index.md
@@ -80,9 +80,5 @@ license: >
             <h2>入門ガイド</h2>
             <span>SDK をセットアップして、最初の Cordova アプリケーションを作ります。</span>
         </li>
-        <li>
-            <h2><a href="_index.html">索引</a></h2>
-            <span>Cordova ドキュメントの索引を見ます。</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/1.8.1/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/1.8.1/index.md b/www/docs/ja/1.8.1/index.md
index 952b1b1..72511f8 100644
--- a/www/docs/ja/1.8.1/index.md
+++ b/www/docs/ja/1.8.1/index.md
@@ -88,9 +88,5 @@ license: >
             <h2>ドメインホワイトリストガイド</h2>
             <span>アプリケーションに外部ドメインへのアクセス権を与えます。</span>
         </li>
-        <li>
-            <h2><a href="_index.html">索引</a></h2>
-            <span>Cordova ドキュメントの索引を見ます。</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/1.9.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/1.9.0/index.md b/www/docs/ja/1.9.0/index.md
index 783a117..fe103b8 100644
--- a/www/docs/ja/1.9.0/index.md
+++ b/www/docs/ja/1.9.0/index.md
@@ -96,9 +96,5 @@ license: >
             <h2>WebView の埋め込み</h2>
             <span>Cordova WebView をプロジェクトで実装します。</span>
         </li>
-        <li>
-            <h2><a href="_index.html">索引</a></h2>
-            <span>Cordova ドキュメントの索引を見ます。</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/2.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/2.0.0/index.md b/www/docs/ja/2.0.0/index.md
index 41ac255..de7f61e 100644
--- a/www/docs/ja/2.0.0/index.md
+++ b/www/docs/ja/2.0.0/index.md
@@ -100,9 +100,5 @@ license: >
             <h2>WebView の埋め込み</h2>
             <span>Cordova WebView をプロジェクトで実装します。</span>
         </li>
-        <li>
-            <h2><a href="_index.html">索引</a></h2>
-            <span>Cordova ドキュメントの索引を見ます。</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/2.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/2.1.0/index.md b/www/docs/ja/2.1.0/index.md
index 41ac255..de7f61e 100644
--- a/www/docs/ja/2.1.0/index.md
+++ b/www/docs/ja/2.1.0/index.md
@@ -100,9 +100,5 @@ license: >
             <h2>WebView の埋め込み</h2>
             <span>Cordova WebView をプロジェクトで実装します。</span>
         </li>
-        <li>
-            <h2><a href="_index.html">索引</a></h2>
-            <span>Cordova ドキュメントの索引を見ます。</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/2.2.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/2.2.0/index.md b/www/docs/ja/2.2.0/index.md
index 092b6e4..02cb6fa 100644
--- a/www/docs/ja/2.2.0/index.md
+++ b/www/docs/ja/2.2.0/index.md
@@ -112,9 +112,5 @@ license: >
             <h2>WebView の埋め込み</h2>
             <span>Cordova WebView をプロジェクトで実装します。</span>
         </li>
-        <li>
-            <h2><a href="_index.html">索引</a></h2>
-            <span>Cordova ドキュメントの索引を見ます。</span>
-        </li>
     </ul>
 </div>


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


[2/3] docs commit: Removing keyword index page from guides.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/3.1.0/index.md b/www/docs/ja/3.1.0/index.md
index d53c511..9faf292 100644
--- a/www/docs/ja/3.1.0/index.md
+++ b/www/docs/ja/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     ガイド
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概要
       </h2>
-      
+
       <span>コルドバに新しければ、ここから始めてください。</span>
     </li>
     <li>
       <h2>
         コマンド ライン インターフェイス
       </h2>
-      
+
       <span>作成、構築、およびコマンドラインから展開します。</span>
     </li>
     <li>
       <h2>
         プラットフォームのガイド
       </h2>
-      
+
       <span>各 SDK の更新プロジェクトを設定します。</span>
     </li>
     <li>
       <h2>
         Config.xml ファイル
       </h2>
-      
+
       <span>アプリの機能をカスタマイズします。</span>
     </li>
     <li>
       <h2>
         アイコンとスプラッシュ画面
       </h2>
-      
+
       <span>イメージを表示するアプリをカスタマイズします。</span>
     </li>
     <li>
       <h2>
         埋め込み web 表示
       </h2>
-      
+
       <span>あなたのプロジェクトにコルドバ WebView を実装します。</span>
     </li>
     <li>
       <h2>
         プラグイン開発ガイド
       </h2>
-      
+
       <span>あなたの最初のプラグインを開発します。</span>
     </li>
     <li>
       <h2>
         プライバシー ガイド
       </h2>
-      
+
       <span>重要なモバイル プライバシーの問題について説明します。</span>
     </li>
     <li>
       <h2>
         ホワイト リスト ガイド
       </h2>
-      
+
       <span>外部リソースへのアプリケーション アクセスを付与します。</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">キーワード インデックス</a>
-      </h2>
-      
-      <span>ドキュメントの完全なインデックス。</span>
-    </li>
   </ul>
-  
+
   <h1>
     API リファレンス
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         加速度センサー
       </h2>
-      
+
       <span>デバイスのモーション センサーをタップします。</span>
     </li>
     <li>
       <h2>
         カメラ
       </h2>
-      
+
       <span>デバイスのカメラを使用して写真をキャプチャします。</span>
     </li>
     <li>
       <h2>
         キャプチャ
       </h2>
-      
+
       <span>デバイスのメディア ・ キャプチャ ・ アプリケーションを使用してメディア ファイルをキャプチャします。</span>
     </li>
     <li>
       <h2>
         コンパス
       </h2>
-      
+
       <span>デバイスが指している方向を取得します。</span>
     </li>
     <li>
       <h2>
         接続
       </h2>
-      
+
       <span>ネットワークの状態、および携帯電話のネットワーク情報をすばやく確認します。</span>
     </li>
     <li>
       <h2>
         連絡先
       </h2>
-      
+
       <span>デバイスの連絡先データベースで動作します。</span>
     </li>
     <li>
       <h2>
         デバイス
       </h2>
-      
+
       <span>デバイス固有の情報を収集します。</span>
     </li>
     <li>
       <h2>
         イベント
       </h2>
-      
+
       <span>Java スクリプトの設定をネイティブ イベントにフックします。</span>
     </li>
     <li>
       <h2>
         ファイル
       </h2>
-      
+
       <span>Java スクリプトの設定をネイティブのファイル システムにフックします。</span>
     </li>
     <li>
       <h2>
         地理位置情報
       </h2>
-      
+
       <span>アプリケーションの場所を認識させます。</span>
     </li>
     <li>
       <h2>
         グローバリゼーション
       </h2>
-      
+
       <span>ロケールに固有のオブジェクトの表現を有効にします。</span>
     </li>
     <li>
       <h2>
         InAppBrowser
       </h2>
-      
+
       <span>別のアプリ内ブラウザー インスタンスで Url を起動します。</span>
     </li>
     <li>
       <h2>
         メディア
       </h2>
-      
+
       <span>記録し、オーディオ ファイルを再生します。</span>
     </li>
     <li>
       <h2>
         通知
       </h2>
-      
+
       <span>音、視覚と触覚デバイス通知。</span>
     </li>
     <li>
       <h2>
         スプラッシュ スクリーン
       </h2>
-      
+
       <span>アプリケーションのスプラッシュ スクリーンを非表示。</span>
     </li>
     <li>
       <h2>
         ストレージ
       </h2>
-      
+
       <span>ネイティブのストレージ オプションをデバイスにフックします。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/3.4.0/index.md b/www/docs/ja/3.4.0/index.md
index 982af3a..2ece3ca 100644
--- a/www/docs/ja/3.4.0/index.md
+++ b/www/docs/ja/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     ガイド
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概要
       </h2>
-      
+
       <span>コルドバに新しければ、ここから始めてください。</span>
     </li>
     <li>
       <h2>
         プラットフォームのサポート
       </h2>
-      
+
       <span>すべての主要な機能の互換性テーブル。</span>
     </li>
     <li>
       <h2>
         コマンド ライン インターフェイス
       </h2>
-      
+
       <span>作成、構築、およびコマンドラインから展開します。</span>
     </li>
     <li>
       <h2>
         プラットフォームのガイド
       </h2>
-      
+
       <span>各 SDK の更新プロジェクトを設定します。</span>
     </li>
     <li>
       <h2>
         Plugman を使用してプラグインを管理するには
       </h2>
-      
+
       <span>Plugman を使用して cli をプラグインを管理するには</span>
     </li>
     <li>
       <h2>
         Config.xml ファイル
       </h2>
-      
+
       <span>アプリの機能をカスタマイズします。</span>
     </li>
     <li>
       <h2>
         アイコンとスプラッシュ画面
       </h2>
-      
+
       <span>イメージを表示するアプリをカスタマイズします。</span>
     </li>
     <li>
       <h2>
         埋め込み web 表示
       </h2>
-      
+
       <span>あなたのプロジェクトにコルドバ WebView を実装します。</span>
     </li>
     <li>
       <h2>
         プラグイン開発ガイド
       </h2>
-      
+
       <span>あなたの最初のプラグインを開発します。</span>
     </li>
     <li>
       <h2>
         プライバシー ガイド
       </h2>
-      
+
       <span>重要なモバイル プライバシーの問題について説明します。</span>
     </li>
     <li>
       <h2>
         ホワイト リスト ガイド
       </h2>
-      
+
       <span>外部リソースへのアプリケーション アクセスを付与します。</span>
     </li>
     <li>
       <h2>
         ストレージ
       </h2>
-      
+
       <span>ネイティブのストレージ オプションの概要です。</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">キーワード インデックス</a>
-      </h2>
-      
-      <span>ドキュメントの完全なインデックス。</span>
-    </li>
   </ul>
-  
+
   <h1>
     API リファレンス
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         イベント
       </h2>
-      
+
       <span>Java スクリプトの設定をネイティブ イベントにフックします。</span>
     </li>
     <li>
       <h2>
         プラグイン Api
       </h2>
-      
+
       <span>どのようなプラグイン コルドバはプロジェクトで使用する利用可能な発見します。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/3.5.0/index.md b/www/docs/ja/3.5.0/index.md
index 982af3a..2ece3ca 100644
--- a/www/docs/ja/3.5.0/index.md
+++ b/www/docs/ja/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     ガイド
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概要
       </h2>
-      
+
       <span>コルドバに新しければ、ここから始めてください。</span>
     </li>
     <li>
       <h2>
         プラットフォームのサポート
       </h2>
-      
+
       <span>すべての主要な機能の互換性テーブル。</span>
     </li>
     <li>
       <h2>
         コマンド ライン インターフェイス
       </h2>
-      
+
       <span>作成、構築、およびコマンドラインから展開します。</span>
     </li>
     <li>
       <h2>
         プラットフォームのガイド
       </h2>
-      
+
       <span>各 SDK の更新プロジェクトを設定します。</span>
     </li>
     <li>
       <h2>
         Plugman を使用してプラグインを管理するには
       </h2>
-      
+
       <span>Plugman を使用して cli をプラグインを管理するには</span>
     </li>
     <li>
       <h2>
         Config.xml ファイル
       </h2>
-      
+
       <span>アプリの機能をカスタマイズします。</span>
     </li>
     <li>
       <h2>
         アイコンとスプラッシュ画面
       </h2>
-      
+
       <span>イメージを表示するアプリをカスタマイズします。</span>
     </li>
     <li>
       <h2>
         埋め込み web 表示
       </h2>
-      
+
       <span>あなたのプロジェクトにコルドバ WebView を実装します。</span>
     </li>
     <li>
       <h2>
         プラグイン開発ガイド
       </h2>
-      
+
       <span>あなたの最初のプラグインを開発します。</span>
     </li>
     <li>
       <h2>
         プライバシー ガイド
       </h2>
-      
+
       <span>重要なモバイル プライバシーの問題について説明します。</span>
     </li>
     <li>
       <h2>
         ホワイト リスト ガイド
       </h2>
-      
+
       <span>外部リソースへのアプリケーション アクセスを付与します。</span>
     </li>
     <li>
       <h2>
         ストレージ
       </h2>
-      
+
       <span>ネイティブのストレージ オプションの概要です。</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">キーワード インデックス</a>
-      </h2>
-      
-      <span>ドキュメントの完全なインデックス。</span>
-    </li>
   </ul>
-  
+
   <h1>
     API リファレンス
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         イベント
       </h2>
-      
+
       <span>Java スクリプトの設定をネイティブ イベントにフックします。</span>
     </li>
     <li>
       <h2>
         プラグイン Api
       </h2>
-      
+
       <span>どのようなプラグイン コルドバはプロジェクトで使用する利用可能な発見します。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ja/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ja/edge/index.md b/www/docs/ja/edge/index.md
index 2578a5b..9404d28 100644
--- a/www/docs/ja/edge/index.md
+++ b/www/docs/ja/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     ガイド
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概要
       </h2>
-      
+
       <span>コルドバに新しければ、ここから始めてください。インストールと次のステップが含まれています。</span>
     </li>
     <li>
       <h2>
         プラットフォームのサポート
       </h2>
-      
+
       <span>すべての主要な機能の互換性テーブル。</span>
     </li>
     <li>
       <h2>
         コマンド ライン インターフェイス
       </h2>
-      
+
       <span>作成、構築、およびコマンドラインから展開します。</span>
     </li>
     <li>
       <h2>
         プラットフォームのガイド
       </h2>
-      
+
       <span>各プラットフォーム SDK を設定し、プロジェクトを更新します。</span>
     </li>
     <li>
       <h2>
         Plugman を使用してプラグインを管理するには
       </h2>
-      
+
       <span>プラットフォームを中心としたワークフローを使用する場合、cli をプラグインを管理します。</span>
     </li>
     <li>
       <h2>
         Config.xml ファイル
       </h2>
-      
+
       <span>アプリの機能をカスタマイズします。</span>
     </li>
     <li>
       <h2>
         アイコンとスプラッシュ画面
       </h2>
-      
+
       <span>イメージを表示するアプリをカスタマイズします。</span>
     </li>
     <li>
       <h2>
         埋め込み web 表示
       </h2>
-      
+
       <span>コルドバ WebView をネイティブ プロジェクトで実装します。</span>
     </li>
     <li>
       <h2>
         プラグイン開発ガイド
       </h2>
-      
+
       <span>独自のプラグインを開発します。</span>
     </li>
     <li>
       <h2>
         プライバシー ガイド
       </h2>
-      
+
       <span>重要なモバイル プライバシーの問題について説明します。</span>
     </li>
     <li>
       <h2>
         セキュリティ ガイド
       </h2>
-      
+
       <span>情報および安全なアプリケーションを構築するためのヒント。</span>
     </li>
     <li>
       <h2>
         プラットフォームとプラグインのバージョン管理
       </h2>
-      
+
       <span>保存および CLI プロジェクトを手間をかけずに既知の状態に復元します</span>。
     </li>
     <li>
       <h2>
         ホワイト リスト ガイド
       </h2>
-      
+
       <span>アプリケーション外部のリソースへのアクセスを許可します</span>。
     </li>
     <li>
       <h2>
         ストレージ
       </h2>
-      
+
       <span>のネイティブ ストレージ オプションの概要</span>。
     </li>
     <li>
       <h2>
         ガイドをフック
       </h2>
-      
+
       <span>カスタム スクリプトを追加することによりコルドバの既定の機能を拡張します</span>。
     </li>
     <li>
       <h2>
         次のステップ
       </h2>
-      
+
       <span>コルドバの新しい開発者が遭遇するトピックを見てみましょう</span>。
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">キーワード インデックス</a>
-      </h2>
-      
-      <span>のマニュアルの完全なインデックス</span>。
-    </li>
   </ul>
-  
+
   <h1>
     API リファレンス
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         イベント
       </h2>
-      
+
       <span>Java スクリプトの設定をネイティブ イベントにフックします。</span>
     </li>
     <li>
       <h2>
         プラグイン Api
       </h2>
-      
+
       <span>発見コルドバ プラグインは、プロジェクトで使用できます。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ko/2.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/2.0.0/index.md b/www/docs/ko/2.0.0/index.md
index 645c266..193adf0 100644
--- a/www/docs/ko/2.0.0/index.md
+++ b/www/docs/ko/2.0.0/index.md
@@ -100,9 +100,5 @@ license: >
             <h2>Embedding WebView</h2>
             <span>Implement the Cordova WebView in your project.</span>
         </li>
-        <li>
-            <h2><a href="_index.html">Keyword Index</a></h2>
-            <span>Full index of the Cordova Documentation.</span>
-        </li>
     </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ko/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.1.0/index.md b/www/docs/ko/3.1.0/index.md
index b29cae3..d456b97 100644
--- a/www/docs/ko/3.1.0/index.md
+++ b/www/docs/ko/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     가이드
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         개요
       </h2>
-      
+
       <span>Cordova가 처음이라면?</span>
     </li>
     <li>
       <h2>
         커맨드라인 인터페이스
       </h2>
-      
+
       <span>커맨드라인으로 생성, 빌드, 그리고 배치까지</span>
     </li>
     <li>
       <h2>
         플랫폼 가이드
       </h2>
-      
+
       <span>해당하는 SDK설치와 프로젝트 업데이트</span>
     </li>
     <li>
       <h2>
         Config.xml 파일
       </h2>
-      
+
       <span>응용 프로그램의 기능을 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         아이콘 및 시작 화면
       </h2>
-      
+
       <span>애플 리 케이 션의 표시 이미지를 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         WebViews 포함
       </h2>
-      
+
       <span>프로젝트에서 코르도바 WebView를 구현 합니다.</span>
     </li>
     <li>
       <h2>
         플러그인 개발 가이드
       </h2>
-      
+
       <span>첫 번째 플러그인을 개발 합니다.</span>
     </li>
     <li>
       <h2>
         개인 정보 보호 가이드
       </h2>
-      
+
       <span>중요 한 모바일 개인 정보 보호 문제에 대해 자세히 알아보기</span>
     </li>
     <li>
       <h2>
         화이트 리스트 가이드
       </h2>
-      
+
       <span>외부 리소스에 대 한 응용 프로그램 액세스를 부여 합니다.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">키워드 인덱스</a>
-      </h2>
-      
-      <span>설명서의 전체 인덱스입니다.</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 참조
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         가속도센서
       </h2>
-      
+
       <span>기기의 모션센서 활용하기</span>
     </li>
     <li>
       <h2>
         카메라
       </h2>
-      
+
       <span>기기의 카메라를 이용하여 사진 찍기</span>
     </li>
     <li>
       <h2>
         캡쳐
       </h2>
-      
+
       <span>기기의 미디어 캡쳐 어플리케이션을 이용하여 미디어 파일 캡쳐하기</span>
     </li>
     <li>
       <h2>
         나침반
       </h2>
-      
+
       <span>기기가 가리키는 방향 얻기</span>
     </li>
     <li>
       <h2>
         네트워크 연결
       </h2>
-      
+
       <span>네트워크 상태와 셀룰러 네트워크 정보 빠르게 확인하기</span>
     </li>
     <li>
       <h2>
         연락처
       </h2>
-      
+
       <span>기기의 연락처 데이터베이스 사용하기</span>
     </li>
     <li>
       <h2>
         장치
       </h2>
-      
+
       <span>기기의 특정 정보 수집하기</span>
     </li>
     <li>
       <h2>
         이벤트
       </h2>
-      
+
       <span>자바스크립트를 통해 내장 이벤트에 연결하기</span>
     </li>
     <li>
       <h2>
         파일
       </h2>
-      
+
       <span>자바스크립트를 통해 내장 파일 시스템에 연결하기</span>
     </li>
     <li>
       <h2>
         위치정보
       </h2>
-      
+
       <span>어플리케이션에서 위치정보 이용하기</span>
     </li>
     <li>
       <h2>
         Globalization
       </h2>
-      
+
       <span>지역에 따라 객체 표현을 다르게 하기</span>
     </li>
     <li>
       <h2>
         인앱브라우저
       </h2>
-      
+
       <span>다른 인앱브라우저 객체에서 URL 실행하기</span>
     </li>
     <li>
       <h2>
         음악
       </h2>
-      
+
       <span>오디오 파일 기록 및 재생하기</span>
     </li>
     <li>
       <h2>
         알림
       </h2>
-      
+
       <span>기기의 시각, 청각과 촉각 알림</span>
     </li>
     <li>
       <h2>
         스플래시 스크린
       </h2>
-      
+
       <span>어플리케이션의 스플래시 스크린 보이기 및 숨기기</span>
     </li>
     <li>
       <h2>
         스토리지
       </h2>
-      
+
       <span>기기의 내장 저장소 옵션으로 연결하기</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ko/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.4.0/index.md b/www/docs/ko/3.4.0/index.md
index 4a8fef1..2b37c14 100644
--- a/www/docs/ko/3.4.0/index.md
+++ b/www/docs/ko/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     가이드
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         개요
       </h2>
-      
+
       <span>Cordova가 처음이라면?</span>
     </li>
     <li>
       <h2>
         플랫폼 지원
       </h2>
-      
+
       <span>모든 주요 기능에 대 한 호환성 테이블입니다.</span>
     </li>
     <li>
       <h2>
         명령줄 인터페이스
       </h2>
-      
+
       <span>만들기, 빌드 및 명령줄에서 배포.</span>
     </li>
     <li>
       <h2>
         플랫폼 가이드
       </h2>
-      
+
       <span>각 SDK 업데이트 프로젝트 설정</span>
     </li>
     <li>
       <h2>
         Plugman를 사용 하 여 플러그인을 관리 하
       </h2>
-      
+
       <span>CLI 없이 플러그인을 관리 하기 위해 Plugman를 사용 하 여</span>
     </li>
     <li>
       <h2>
         Config.xml 파일
       </h2>
-      
+
       <span>응용 프로그램의 기능을 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         아이콘 및 시작 화면
       </h2>
-      
+
       <span>애플 리 케이 션의 표시 이미지를 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         WebViews 포함
       </h2>
-      
+
       <span>프로젝트에서 코르도바 WebView를 구현 합니다.</span>
     </li>
     <li>
       <h2>
         플러그인 개발 가이드
       </h2>
-      
+
       <span>첫 번째 플러그인을 개발 합니다.</span>
     </li>
     <li>
       <h2>
         개인 정보 보호 가이드
       </h2>
-      
+
       <span>중요 한 모바일 개인 정보 보호 문제에 대해 자세히 알아보기</span>
     </li>
     <li>
       <h2>
         화이트 리스트 가이드
       </h2>
-      
+
       <span>외부 리소스에 대 한 응용 프로그램 액세스를 부여 합니다.</span>
     </li>
     <li>
       <h2>
         스토리지
       </h2>
-      
+
       <span>기본 저장 옵션의 개요입니다.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">키워드 인덱스</a>
-      </h2>
-      
-      <span>설명서의 전체 인덱스입니다.</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 참조
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         이벤트
       </h2>
-      
+
       <span>자바 스크립트를 통해 네이티브 이벤트에 후크 합니다.</span>
     </li>
     <li>
       <h2>
         플러그인 Api
       </h2>
-      
+
       <span>발견 어떤 플러그인 코르도바 프로젝트에서 사용 하 여 사용할 수 있습니다.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ko/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/3.5.0/index.md b/www/docs/ko/3.5.0/index.md
index 4a8fef1..2b37c14 100644
--- a/www/docs/ko/3.5.0/index.md
+++ b/www/docs/ko/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     가이드
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         개요
       </h2>
-      
+
       <span>Cordova가 처음이라면?</span>
     </li>
     <li>
       <h2>
         플랫폼 지원
       </h2>
-      
+
       <span>모든 주요 기능에 대 한 호환성 테이블입니다.</span>
     </li>
     <li>
       <h2>
         명령줄 인터페이스
       </h2>
-      
+
       <span>만들기, 빌드 및 명령줄에서 배포.</span>
     </li>
     <li>
       <h2>
         플랫폼 가이드
       </h2>
-      
+
       <span>각 SDK 업데이트 프로젝트 설정</span>
     </li>
     <li>
       <h2>
         Plugman를 사용 하 여 플러그인을 관리 하
       </h2>
-      
+
       <span>CLI 없이 플러그인을 관리 하기 위해 Plugman를 사용 하 여</span>
     </li>
     <li>
       <h2>
         Config.xml 파일
       </h2>
-      
+
       <span>응용 프로그램의 기능을 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         아이콘 및 시작 화면
       </h2>
-      
+
       <span>애플 리 케이 션의 표시 이미지를 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         WebViews 포함
       </h2>
-      
+
       <span>프로젝트에서 코르도바 WebView를 구현 합니다.</span>
     </li>
     <li>
       <h2>
         플러그인 개발 가이드
       </h2>
-      
+
       <span>첫 번째 플러그인을 개발 합니다.</span>
     </li>
     <li>
       <h2>
         개인 정보 보호 가이드
       </h2>
-      
+
       <span>중요 한 모바일 개인 정보 보호 문제에 대해 자세히 알아보기</span>
     </li>
     <li>
       <h2>
         화이트 리스트 가이드
       </h2>
-      
+
       <span>외부 리소스에 대 한 응용 프로그램 액세스를 부여 합니다.</span>
     </li>
     <li>
       <h2>
         스토리지
       </h2>
-      
+
       <span>기본 저장 옵션의 개요입니다.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">키워드 인덱스</a>
-      </h2>
-      
-      <span>설명서의 전체 인덱스입니다.</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 참조
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         이벤트
       </h2>
-      
+
       <span>자바 스크립트를 통해 네이티브 이벤트에 후크 합니다.</span>
     </li>
     <li>
       <h2>
         플러그인 Api
       </h2>
-      
+
       <span>발견 어떤 플러그인 코르도바 프로젝트에서 사용 하 여 사용할 수 있습니다.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ko/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ko/edge/index.md b/www/docs/ko/edge/index.md
index cb089c0..50fb5b6 100644
--- a/www/docs/ko/edge/index.md
+++ b/www/docs/ko/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     가이드
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         개요
       </h2>
-      
+
       <span>코르 도우 바에 새로운 경우 여기를 시작 합니다. 설치 및 다음 단계를 포함 한다.</span>
     </li>
     <li>
       <h2>
         플랫폼 지원
       </h2>
-      
+
       <span>모든 주요 기능에 대 한 호환성 테이블입니다.</span>
     </li>
     <li>
       <h2>
         명령줄 인터페이스
       </h2>
-      
+
       <span>만들기, 빌드 및 명령줄에서 배포.</span>
     </li>
     <li>
       <h2>
         플랫폼 가이드
       </h2>
-      
+
       <span>각 플랫폼 SDK 설정 하 고 프로젝트를 업데이트 합니다.</span>
     </li>
     <li>
       <h2>
         Plugman를 사용 하 여 플러그인을 관리 하
       </h2>
-      
+
       <span>플랫폼을 중심으로 워크플로 사용 하는 경우 CLI 없이 플러그인을 관리 합니다.</span>
     </li>
     <li>
       <h2>
         Config.xml 파일
       </h2>
-      
+
       <span>응용 프로그램의 기능을 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         아이콘 및 시작 화면
       </h2>
-      
+
       <span>응용 프로그램의 표시 이미지를 사용자 지정 합니다.</span>
     </li>
     <li>
       <h2>
         WebViews 포함
       </h2>
-      
+
       <span>네이티브 프로젝트에서 코르도바 WebView를 구현 합니다.</span>
     </li>
     <li>
       <h2>
         플러그인 개발 가이드
       </h2>
-      
+
       <span>자신의 플러그인을 개발 합니다.</span>
     </li>
     <li>
       <h2>
         개인정보보호 가이드
       </h2>
-      
+
       <span>모바일 개인정보보호 이슈에 대해 알아보기</span>
     </li>
     <li>
       <h2>
         보안 가이드
       </h2>
-      
+
       <span>정보 및 보안 응용 프로그램을 구축 하기 위한 팁입니다.</span>
     </li>
     <li>
       <h2>
         플랫폼 및 플러그인 버전 관리
       </h2>
-      
+
       <span>저장 하 고 번거로움 없이 알려진 상태로 CLI 프로젝트 복원.</span>
     </li>
     <li>
       <h2>
         화이트 리스트 가이드
       </h2>
-      
+
       <span>외부 리소스는 응용 프로그램 액세스를 부여할.</span>
     </li>
     <li>
       <h2>
         스토리지
       </h2>
-      
+
       <span>기본 저장소 옵션에 대 한 개요.</span>
     </li>
     <li>
       <h2>
         후크 가이드
       </h2>
-      
+
       <span>사용자 지정 스크립트를 추가 하 여 기본 코르도바 기능을 확장.</span>
     </li>
     <li>
       <h2>
         다음 단계
       </h2>
-      
+
       <span>새로운 코르도바 개발자가 발생 하는 항목을 봐.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">키워드 인덱스</a>
-      </h2>
-      
-      <span>설명서의 전체 인덱스.</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 참조
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         이벤트
       </h2>
-      
+
       <span>자바스크립트를 통해 내장 이벤트에 연결하기</span>
     </li>
     <li>
       <h2>
         플러그인 Api
       </h2>
-      
+
       <span>어떤 코르 도우 바 플러그인 프로젝트에서 사용 하 여 사용할 수 있습니다 발견.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/pl/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/pl/edge/index.md b/www/docs/pl/edge/index.md
index d71d7f7..5a3e589 100644
--- a/www/docs/pl/edge/index.md
+++ b/www/docs/pl/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     Przewodniki
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Przegląd
       </h2>
-      
+
       <span>Zacznij tutaj, jeśli jesteś nowy w Cordova. Obejmuje instalację i następne kroki.</span>
     </li>
     <li>
       <h2>
         Obsługa platformy
       </h2>
-      
+
       <span>Tabela kompatybilności dla wszystkich głównych funkcji.</span>
     </li>
     <li>
       <h2>
         Interfejs wiersza poleceń
       </h2>
-      
+
       <span>Tworzyć, budować i wdrożyć z wiersza polecenia.</span>
     </li>
     <li>
       <h2>
         Platforma przewodników
       </h2>
-      
+
       <span>Umieszczaæ w górze każdej z platform SDK i aktualizacji projektów.</span>
     </li>
     <li>
       <h2>
         Za pomocą Plugman do zarządzania wtyczki
       </h2>
-      
+
       <span>Zarządzanie wtyczki bez CLI, przy użyciu przepływu pracy zorientowane na platformie.</span>
     </li>
     <li>
       <h2>
         Plik config.xml
       </h2>
-      
+
       <span>Dostosowywanie funkcji danej aplikacji.</span>
     </li>
     <li>
       <h2>
         Ikony i ekrany powitalne w aplikacjach
       </h2>
-      
+
       <span>Dostosuj wyświetlanie obrazów Twojej aplikacji.</span>
     </li>
     <li>
       <h2>
         Osadzanie WebViews
       </h2>
-      
+
       <span>Wdrożenie Cordova widoku sieci Web w macierzystym projektu.</span>
     </li>
     <li>
       <h2>
         Plugin rozwoju Przewodnik
       </h2>
-      
+
       <span>Rozwijać własne wtyczki.</span>
     </li>
     <li>
       <h2>
         Prywatności Przewodnik
       </h2>
-      
+
       <span>Dowiedz się więcej o ważne mobilnych prywatności.</span>
     </li>
     <li>
       <h2>
         Przewodnik bezpieczeństwa
       </h2>
-      
+
       <span>Informacje i porady dotyczące budowania aplikacji bezpieczne.</span>
     </li>
     <li>
       <h2>
         Platform i Zarządzanie wersjami pluginów
       </h2>
-      
+
       <span>Zapisać i przywrócić swoje projekty CLI w znanym stanie bez kłopotów.</span>
     </li>
     <li>
       <h2>
         Biała lista Przewodnik
       </h2>
-      
+
       <span>Udzielić dostępu do zasobów zewnętrznych aplikacji.</span>
     </li>
     <li>
       <h2>
         Magazyn
       </h2>
-      
+
       <span>Przegląd możliwości składowania macierzysty.</span>
     </li>
     <li>
       <h2>
         Haki Przewodnik
       </h2>
-      
+
       <span>Rozszerzenia domyślne Cordova funkcji przez dodanie niestandardowych skryptów.</span>
     </li>
     <li>
       <h2>
         Kolejne kroki
       </h2>
-      
+
       <span>Spojrzenie na tematy, które napotkają nowych deweloperów Cordova.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Indeks słów kluczowych</a>
-      </h2>
-      
-      <span>Pełny indeks dokumentacji.</span>
-    </li>
   </ul>
-  
+
   <h1>
     API Reference
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Wydarzenia
       </h2>
-      
+
       <span>Hak do wydarzeń native poprzez JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Odkryj, co wtyczek Cordova są dostępne do użycia w projekcie.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ru/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ru/3.1.0/index.md b/www/docs/ru/3.1.0/index.md
index b274286..7ddd45c 100644
--- a/www/docs/ru/3.1.0/index.md
+++ b/www/docs/ru/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     Справочники
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Введение
       </h2>
-      
+
       <span>Начните отсюда, если вы новичок в Cordova.</span>
     </li>
     <li>
       <h2>
         Интерфейс командной строки
       </h2>
-      
+
       <span>Создание, сборка и развертывание из командной строки.</span>
     </li>
     <li>
       <h2>
         Руководство по поддерживаемым платформам
       </h2>
-      
+
       <span>Настройка SDK и обновление существующих проектов</span>
     </li>
     <li>
       <h2>
         Файл config.xml
       </h2>
-      
+
       <span>Настройка возможностей вашего приложения.</span>
     </li>
     <li>
       <h2>
         Иконки и заставки
       </h2>
-      
+
       <span>Настройка приложения и отображения изображений.</span>
     </li>
     <li>
       <h2>
         Встраивание WebViews
       </h2>
-      
+
       <span>Реализуйте Cordova WebView в вашем проекте.</span>
     </li>
     <li>
       <h2>
         Руководство по разработке плагинов
       </h2>
-      
+
       <span>Разработка ваш первый плагин.</span>
     </li>
     <li>
       <h2>
         Руководство по конфиденциальности
       </h2>
-      
+
       <span>Узнайте о важных мобильных конфиденциальности.</span>
     </li>
     <li>
       <h2>
         Whitelist Путеводитель
       </h2>
-      
+
       <span>Предоставьте приложению доступ к внешним ресурсам.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Индекс ключевых слов</a>
-      </h2>
-      
-      <span>Полный индекс документации.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Справочник по API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Accelerometer
       </h2>
-      
+
       <span>Прикоснитесь к датчику движения устройства.</span>
     </li>
     <li>
       <h2>
         Камера
       </h2>
-      
+
       <span>Делайте снимки, используя фотокамеру.</span>
     </li>
     <li>
       <h2>
         Захват
       </h2>
-      
+
       <span>Запись видео и аудио.</span>
     </li>
     <li>
       <h2>
         Компас
       </h2>
-      
+
       <span>Получите направление, указываемое устройством.</span>
     </li>
     <li>
       <h2>
         Подключение
       </h2>
-      
+
       <span>Проверка наличия и состояние интенита и получение информации о сотовой сети.</span>
     </li>
     <li>
       <h2>
         Контакты
       </h2>
-      
+
       <span>Работа со списком контактов из адресной книги.</span>
     </li>
     <li>
       <h2>
         Устройство
       </h2>
-      
+
       <span>Специальная информация об устройстве.</span>
     </li>
     <li>
       <h2>
         События
       </h2>
-      
+
       <span>Перехват в нативных события через JavaScript.</span>
     </li>
     <li>
       <h2>
         Файл
       </h2>
-      
+
       <span>Обращение в файловой системе через JavaScript.</span>
     </li>
     <li>
       <h2>
         Географическое положение
       </h2>
-      
+
       <span>Предоставляет приложению доступ к географическому местоположению.</span>
     </li>
     <li>
       <h2>
         Глобализация
       </h2>
-      
+
       <span>Включите представление объектов, определенных для локали.</span>
     </li>
     <li>
       <h2>
         InAppBrowser
       </h2>
-      
+
       <span>Открывайте ссылки во встроенном в приложение браузере.</span>
     </li>
     <li>
       <h2>
         Средства массовой информации
       </h2>
-      
+
       <span>Запись и воспроизведение видео и аудио.</span>
     </li>
     <li>
       <h2>
         Уведомление
       </h2>
-      
+
       <span>Визуальные, звуковые, и тактильные уведомления на устройстве</span>
     </li>
     <li>
       <h2>
         Экран-заставка
       </h2>
-      
+
       <span>Управление заставкой приложения.</span>
     </li>
     <li>
       <h2>
         Хранения
       </h2>
-      
+
       <span>Доступ к свойствам нативного хранилища данных .</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ru/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ru/3.4.0/index.md b/www/docs/ru/3.4.0/index.md
index 05cb7ac..87d0a21 100644
--- a/www/docs/ru/3.4.0/index.md
+++ b/www/docs/ru/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Справочники
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Введение
       </h2>
-      
+
       <span>Начните отсюда, если вы новичок в Cordova.</span>
     </li>
     <li>
       <h2>
         Поддерживаемые Платформы
       </h2>
-      
+
       <span>Таблица совместимости для всех основных функций.</span>
     </li>
     <li>
       <h2>
         Интерфейс командной строки
       </h2>
-      
+
       <span>Создание, сборка и развертывание из командной строки.</span>
     </li>
     <li>
       <h2>
         Руководство по поддерживаемым платформам
       </h2>
-      
+
       <span>Настройка SDK и обновление существующих проектов</span>
     </li>
     <li>
       <h2>
         Использование Plugman для управления расширениями
       </h2>
-      
+
       <span>Использование Plugman дл управления плагинами без CLI</span>
     </li>
     <li>
       <h2>
         Файл config.xml
       </h2>
-      
+
       <span>Настройка возможностей вашего приложения.</span>
     </li>
     <li>
       <h2>
         Иконки и заставки
       </h2>
-      
+
       <span>Настройка отображаемых приложением изображений.</span>
     </li>
     <li>
       <h2>
         Интеграция WebViews
       </h2>
-      
+
       <span>Добавление Cordova WebView в ваш проект.</span>
     </li>
     <li>
       <h2>
         Руководство по разработке расширений
       </h2>
-      
+
       <span>Создайте свой первый плагин.</span>
     </li>
     <li>
       <h2>
         Руководство по конфиденциальности
       </h2>
-      
+
       <span>Узнайте о важных проблемах конфиденциальности при работе с мобильными устройствами.</span>
     </li>
     <li>
       <h2>
         Инструкция по доступу к внешним ресурсам
       </h2>
-      
+
       <span>Разрешите приложению доступ к внешним ресурсам.</span>
     </li>
     <li>
       <h2>
         Хранилище
       </h2>
-      
+
       <span>Обзор возможностей хранения данных, предоставляемых различными платформами.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Алфавитный указатель</a>
-      </h2>
-      
-      <span>Полный список документации.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Справочник по API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         События
       </h2>
-      
+
       <span>Подключение к событиям платформы с использованием JavaScript.</span>
     </li>
     <li>
       <h2>
         API плагинов
       </h2>
-      
+
       <span>Узнайте какие плагины Cordova доступны для использования в вашем проекте.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ru/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ru/3.5.0/index.md b/www/docs/ru/3.5.0/index.md
index 05cb7ac..87d0a21 100644
--- a/www/docs/ru/3.5.0/index.md
+++ b/www/docs/ru/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Справочники
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Введение
       </h2>
-      
+
       <span>Начните отсюда, если вы новичок в Cordova.</span>
     </li>
     <li>
       <h2>
         Поддерживаемые Платформы
       </h2>
-      
+
       <span>Таблица совместимости для всех основных функций.</span>
     </li>
     <li>
       <h2>
         Интерфейс командной строки
       </h2>
-      
+
       <span>Создание, сборка и развертывание из командной строки.</span>
     </li>
     <li>
       <h2>
         Руководство по поддерживаемым платформам
       </h2>
-      
+
       <span>Настройка SDK и обновление существующих проектов</span>
     </li>
     <li>
       <h2>
         Использование Plugman для управления расширениями
       </h2>
-      
+
       <span>Использование Plugman дл управления плагинами без CLI</span>
     </li>
     <li>
       <h2>
         Файл config.xml
       </h2>
-      
+
       <span>Настройка возможностей вашего приложения.</span>
     </li>
     <li>
       <h2>
         Иконки и заставки
       </h2>
-      
+
       <span>Настройка отображаемых приложением изображений.</span>
     </li>
     <li>
       <h2>
         Интеграция WebViews
       </h2>
-      
+
       <span>Добавление Cordova WebView в ваш проект.</span>
     </li>
     <li>
       <h2>
         Руководство по разработке расширений
       </h2>
-      
+
       <span>Создайте свой первый плагин.</span>
     </li>
     <li>
       <h2>
         Руководство по конфиденциальности
       </h2>
-      
+
       <span>Узнайте о важных проблемах конфиденциальности при работе с мобильными устройствами.</span>
     </li>
     <li>
       <h2>
         Инструкция по доступу к внешним ресурсам
       </h2>
-      
+
       <span>Разрешите приложению доступ к внешним ресурсам.</span>
     </li>
     <li>
       <h2>
         Хранилище
       </h2>
-      
+
       <span>Обзор возможностей хранения данных, предоставляемых различными платформами.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Алфавитный указатель</a>
-      </h2>
-      
-      <span>Полный список документации.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Справочник по API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         События
       </h2>
-      
+
       <span>Подключение к событиям платформы с использованием JavaScript.</span>
     </li>
     <li>
       <h2>
         API плагинов
       </h2>
-      
+
       <span>Узнайте какие плагины Cordova доступны для использования в вашем проекте.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ru/5.0.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ru/5.0.0/index.md b/www/docs/ru/5.0.0/index.md
index bf07838..e9c7752 100644
--- a/www/docs/ru/5.0.0/index.md
+++ b/www/docs/ru/5.0.0/index.md
@@ -22,133 +22,126 @@ license: >
   <h1>
     Инструкции
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Введение
       </h2>
-      
+
       <span>Начните здесь, если вы новичок в Кордове. Включает в себя установку и последующие шаги.</span>
     </li>
     <li>
       <h2>
         Руководство по поддерживаемым платформам
       </h2>
-      
+
       <span>Таблица совместимости для всех основных функций.</span>
     </li>
     <li>
       <h2>
         Интерфейс командной строки
       </h2>
-      
+
       <span>Создание, сборка и развертывание из командной строки.</span>
     </li>
     <li>
       <h2>
         Руководство по платформам
       </h2>
-      
+
       <span>Настройка SDK каждой платформы и обновление проектов.</span>
     </li>
     <li>
       <h2>
         Использование Plugman для управления расширениями
       </h2>
-      
+
       <span>Управление плагинами без CLI при использовании рабочего процесса по центру платформы.</span>
     </li>
     <li>
       <h2>
         Файл config.xml
       </h2>
-      
+
       <span>Настройте функции вашего приложения.</span>
     </li>
     <li>
       <h2>
         Иконки и заставки
       </h2>
-      
+
       <span>Настройка отображения изображений вашего приложения.</span>
     </li>
     <li>
       <h2>
         Интеграция WebViews
       </h2>
-      
+
       <span>Добавление Cordova WebView в ваш проект.</span>
     </li>
     <li>
       <h2>
         Руководство по разработке расширений
       </h2>
-      
+
       <span>Создайте свой первый плагин.</span>
     </li>
     <li>
       <h2>
         Руководство по конфиденциальности
       </h2>
-      
+
       <span>Узнайте о важных проблемах конфиденциальности при работе с мобильными устройствами.</span>
     </li>
     <li>
       <h2>
         Руководство по безопасности
       </h2>
-      
+
       <span>Информация и советы по созданию безопасных приложений.</span>
     </li>
     <li>
       <h2>
         Инструкция по доступу к внешним ресурсам
       </h2>
-      
+
       <span>Разрешите приложению доступ к внешним ресурсам.</span>
     </li>
     <li>
       <h2>
         Хранилище
       </h2>
-      
+
       <span>Обзор возможностей хранения данных, предоставляемых различными платформами.</span>
     </li>
     <li>
       <h2>
         Последующие шаги
       </h2>
-      
+
       <span>Посмотрите на темы, которые интересуют новых разработчиков Cordova.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Алфавитный указатель</a>
-      </h2>
-      
-      <span>Полный список документации.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Справочник по API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         События
       </h2>
-      
+
       <span>Подключение к событиям платформы с использованием JavaScript.</span>
     </li>
     <li>
       <h2>
         API плагинов
       </h2>
-      
+
       <span>Узнайте, какие плагины Cordova доступны для использования в вашем проекте.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ru/5.1.1/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ru/5.1.1/index.md b/www/docs/ru/5.1.1/index.md
index 733e7f8..8bc6f29 100644
--- a/www/docs/ru/5.1.1/index.md
+++ b/www/docs/ru/5.1.1/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     Инструкции
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Введение
       </h2>
-      
+
       <span>Начните здесь, если вы новичок в Кордове. Включает в себя установку и последующие шаги.</span>
     </li>
     <li>
       <h2>
         Поддерживаемые Платформы
       </h2>
-      
+
       <span>Таблица совместимости для всех основных функций.</span>
     </li>
     <li>
       <h2>
         Интерфейс командной строки
       </h2>
-      
+
       <span>Создание, сборка и развертывание из командной строки.</span>
     </li>
     <li>
       <h2>
         Руководство по поддерживаемым платформам
       </h2>
-      
+
       <span>Настройка SDK каждой платформы и обновление проектов.</span>
     </li>
     <li>
       <h2>
         Использование Plugman для управления расширениями
       </h2>
-      
+
       <span>Управление плагинами без CLI при использовании рабочего процесса по центру платформы.</span>
     </li>
     <li>
       <h2>
         Файл config.xml
       </h2>
-      
+
       <span>Настройте функции вашего приложения.</span>
     </li>
     <li>
       <h2>
         Иконки и заставки
       </h2>
-      
+
       <span>Настройка отображения изображений вашего приложения.</span>
     </li>
     <li>
       <h2>
         Интеграция WebViews
       </h2>
-      
+
       <span>Добавление Cordova WebView в ваш проект.</span>
     </li>
     <li>
       <h2>
         Руководство по разработке плагинов
       </h2>
-      
+
       <span>Создайте свой первый плагин.</span>
     </li>
     <li>
       <h2>
         Руководство по конфиденциальности
       </h2>
-      
+
       <span>Узнайте о важных проблемах конфиденциальности при работе с мобильными устройствами.</span>
     </li>
     <li>
       <h2>
         Руководство по безопасности
       </h2>
-      
+
       <span>Информация и советы по созданию безопасных приложений.</span>
     </li>
     <li>
       <h2>
         Управление версиями платформ и плагинов
       </h2>
-      
+
       <span>Сохраняйте и восстанавливайте ваши проекты CLI в предсказуемое состояние без нервотрепки.</span>
     </li>
     <li>
       <h2>
         Инструкция по доступу к внешним ресурсам
       </h2>
-      
+
       <span>Разрешите приложению доступ к внешним ресурсам.</span>
     </li>
     <li>
       <h2>
         Хранилище
       </h2>
-      
+
       <span>Обзор возможностей хранения данных, предоставляемых различными платформами.</span>
     </li>
     <li>
       <h2>
         Руководство по хукам
       </h2>
-      
+
       <span>Расширьте функционал по умолчанию Cordova путем добавления пользовательских скпритов.</span>
     </li>
     <li>
       <h2>
         Последующие шаги
       </h2>
-      
+
       <span>Посмотрите на темы, которые интересуют новых разработчиков Cordova.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Алфавитный указатель</a>
-      </h2>
-      
-      <span>Полный список документации.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Справочник по API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         События
       </h2>
-      
+
       <span>Подключение к событиям платформы с использованием JavaScript.</span>
     </li>
     <li>
       <h2>
         API плагинов
       </h2>
-      
+
       <span>Узнайте, какие плагины Cordova доступны для использования в вашем проекте.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/ru/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/ru/edge/index.md b/www/docs/ru/edge/index.md
index 9e38256..be8be34 100644
--- a/www/docs/ru/edge/index.md
+++ b/www/docs/ru/edge/index.md
@@ -20,145 +20,138 @@ license: >
 
 <div id="home">
   <h1>Инструкции</h1>
-  
+
   <ul>
     <li>
       <h2>
         Введение
       </h2>
-      
+
       <span>Начните здесь, если вы новичок в Кордове. Включает в себя установку и последующие шаги.</span>
     </li>
     <li>
       <h2>
         Поддерживаемые Платформы
       </h2>
-      
+
       <span>Таблица совместимости для всех основных функций.</span>
     </li>
     <li>
       <h2>
         Интерфейс командной строки
       </h2>
-      
+
       <span>Создание, сборка и развертывание из командной строки.</span>
     </li>
     <li>
       <h2>
         Руководство по поддерживаемым платформам
       </h2>
-      
+
       <span>Настройка SDK каждой платформы и обновление проектов.</span>
     </li>
     <li>
       <h2>
         Использование Plugman для управления расширениями
       </h2>
-      
+
       <span>Управление плагинами без CLI при использовании рабочего процесса по центру платформы.</span>
     </li>
     <li>
       <h2>
         Файл config.xml
       </h2>
-      
+
       <span>Настройте функции вашего приложения.</span>
     </li>
     <li>
       <h2>
         Иконки и заставки
       </h2>
-      
+
       <span>Настройка отображения изображений вашего приложения.</span>
     </li>
     <li>
       <h2>
         Интеграция WebViews
       </h2>
-      
+
       <span>Добавление Cordova WebView в ваш проект.</span>
     </li>
     <li>
       <h2>
         Руководство по разработке плагинов
       </h2>
-      
+
       <span>Создайте свой первый плагин.</span>
     </li>
     <li>
       <h2>
         Руководство по конфиденциальности
       </h2>
-      
+
       <span>Узнайте о важных проблемах конфиденциальности при работе с мобильными устройствами.</span>
     </li>
     <li>
       <h2>
         Руководство по безопасности
       </h2>
-      
+
       <span>Информация и советы по созданию безопасных приложений.</span>
     </li>
     <li>
       <h2>
         Управление версиями платформ и плагинов
       </h2>
-      
+
       <span>Сохраняйте и восстанавливайте ваши проекты CLI в предсказуемое состояние без нервотрепки.</span>
     </li>
     <li>
       <h2>
         Инструкция по доступу к внешним ресурсам
       </h2>
-      
+
       <span>Разрешите приложению доступ к внешним ресурсам.</span>
     </li>
     <li>
       <h2>
         Хранилище
       </h2>
-      
+
       <span>Обзор возможностей хранения данных, предоставляемых различными платформами.</span>
     </li>
     <li>
       <h2>
         Руководство по хукам
       </h2>
-      
+
       <span>Расширьте функционал по умолчанию Cordova путем добавления пользовательских скпритов.</span>
     </li>
     <li>
       <h2>
         Последующие шаги
       </h2>
-      
+
       <span>Посмотрите на темы, которые интересуют новых разработчиков Cordova.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Алфавитный указатель</a>
-      </h2>
-      
-      <span>Полный список документации.</span>
-    </li>
   </ul>
-  
+
   <h1>Справочник по API</h1>
-  
+
   <ul>
     <li>
       <h2>
         События
       </h2>
-      
+
       <span>Подключение к событиям платформы с использованием JavaScript.</span>
     </li>
     <li>
       <h2>
         API плагинов
       </h2>
-      
+
       <span>Узнайте, какие плагины Cordova доступны для использования в вашем проекте.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/sl/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/sl/3.4.0/index.md b/www/docs/sl/3.4.0/index.md
index 0622d02..f6e2a6f 100644
--- a/www/docs/sl/3.4.0/index.md
+++ b/www/docs/sl/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Vodila
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Pregled
       </h2>
-      
+
       <span>Začnite tukaj, če je Cordova za vas nekaj novega.</span>
     </li>
     <li>
       <h2>
         Platforma podporo
       </h2>
-      
+
       <span>Združljivost tabele za vse glavne funkcije.</span>
     </li>
     <li>
       <h2>
         Vmesnik ukazne vrstice
       </h2>
-      
+
       <span>Ustvarite, gradite in objavljajte iz ukazne vrstice.</span>
     </li>
     <li>
       <h2>
         Platforma vodniki
       </h2>
-      
+
       <span>Nastaviti vsak SDK in posodobitev projektov</span>
     </li>
     <li>
       <h2>
         Uporaba Plugman za upravljanje Plugins
       </h2>
-      
+
       <span>Uporaba Plugman za upravljanje Plugins brez CLI</span>
     </li>
     <li>
       <h2>
         Config.xml datoteke
       </h2>
-      
+
       <span>Prilagodite značilnosti vaš app.</span>
     </li>
     <li>
       <h2>
         Ikone in brizg zaslon
       </h2>
-      
+
       <span>Prilagodite app je prikaz slike.</span>
     </li>
     <li>
       <h2>
         Vdelava spletni pogledi
       </h2>
-      
+
       <span>Izvajanje Cordova spletni pogled v vašem projektu.</span>
     </li>
     <li>
       <h2>
         Plugin razvoj vodnik
       </h2>
-      
+
       <span>Razvoj vaš prvi plugin.</span>
     </li>
     <li>
       <h2>
         Vodnik o zasebnosti
       </h2>
-      
+
       <span>Preberite več o pomembno mobilne osamljenost izdaja.</span>
     </li>
     <li>
       <h2>
         Seznam dovoljenih vodnik
       </h2>
-      
+
       <span>Odobri uporabo dostopa do zunanjih virov.</span>
     </li>
     <li>
       <h2>
         Shranjevanje
       </h2>
-      
+
       <span>Pregled možnosti native skladiščenja.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Ključne besede kazalo</a>
-      </h2>
-      
-      <span>Celotno kazalo dokumentacije.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Referenca API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Dogodki
       </h2>
-      
+
       <span>Trnek v native dogodkov prek JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Odkrijte, kaj plugins Cordova, ki so na voljo za uporabo v vašem projektu.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/sl/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/sl/3.5.0/index.md b/www/docs/sl/3.5.0/index.md
index 0622d02..f6e2a6f 100644
--- a/www/docs/sl/3.5.0/index.md
+++ b/www/docs/sl/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Vodila
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Pregled
       </h2>
-      
+
       <span>Začnite tukaj, če je Cordova za vas nekaj novega.</span>
     </li>
     <li>
       <h2>
         Platforma podporo
       </h2>
-      
+
       <span>Združljivost tabele za vse glavne funkcije.</span>
     </li>
     <li>
       <h2>
         Vmesnik ukazne vrstice
       </h2>
-      
+
       <span>Ustvarite, gradite in objavljajte iz ukazne vrstice.</span>
     </li>
     <li>
       <h2>
         Platforma vodniki
       </h2>
-      
+
       <span>Nastaviti vsak SDK in posodobitev projektov</span>
     </li>
     <li>
       <h2>
         Uporaba Plugman za upravljanje Plugins
       </h2>
-      
+
       <span>Uporaba Plugman za upravljanje Plugins brez CLI</span>
     </li>
     <li>
       <h2>
         Config.xml datoteke
       </h2>
-      
+
       <span>Prilagodite značilnosti vaš app.</span>
     </li>
     <li>
       <h2>
         Ikone in brizg zaslon
       </h2>
-      
+
       <span>Prilagodite app je prikaz slike.</span>
     </li>
     <li>
       <h2>
         Vdelava spletni pogledi
       </h2>
-      
+
       <span>Izvajanje Cordova spletni pogled v vašem projektu.</span>
     </li>
     <li>
       <h2>
         Plugin razvoj vodnik
       </h2>
-      
+
       <span>Razvoj vaš prvi plugin.</span>
     </li>
     <li>
       <h2>
         Vodnik o zasebnosti
       </h2>
-      
+
       <span>Preberite več o pomembno mobilne osamljenost izdaja.</span>
     </li>
     <li>
       <h2>
         Seznam dovoljenih vodnik
       </h2>
-      
+
       <span>Odobri uporabo dostopa do zunanjih virov.</span>
     </li>
     <li>
       <h2>
         Shranjevanje
       </h2>
-      
+
       <span>Pregled možnosti native skladiščenja.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Ključne besede kazalo</a>
-      </h2>
-      
-      <span>Celotno kazalo dokumentacije.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Referenca API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Dogodki
       </h2>
-      
+
       <span>Trnek v native dogodkov prek JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Odkrijte, kaj plugins Cordova, ki so na voljo za uporabo v vašem projektu.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/sl/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/sl/edge/index.md b/www/docs/sl/edge/index.md
index 0622d02..f6e2a6f 100644
--- a/www/docs/sl/edge/index.md
+++ b/www/docs/sl/edge/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     Vodila
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Pregled
       </h2>
-      
+
       <span>Začnite tukaj, če je Cordova za vas nekaj novega.</span>
     </li>
     <li>
       <h2>
         Platforma podporo
       </h2>
-      
+
       <span>Združljivost tabele za vse glavne funkcije.</span>
     </li>
     <li>
       <h2>
         Vmesnik ukazne vrstice
       </h2>
-      
+
       <span>Ustvarite, gradite in objavljajte iz ukazne vrstice.</span>
     </li>
     <li>
       <h2>
         Platforma vodniki
       </h2>
-      
+
       <span>Nastaviti vsak SDK in posodobitev projektov</span>
     </li>
     <li>
       <h2>
         Uporaba Plugman za upravljanje Plugins
       </h2>
-      
+
       <span>Uporaba Plugman za upravljanje Plugins brez CLI</span>
     </li>
     <li>
       <h2>
         Config.xml datoteke
       </h2>
-      
+
       <span>Prilagodite značilnosti vaš app.</span>
     </li>
     <li>
       <h2>
         Ikone in brizg zaslon
       </h2>
-      
+
       <span>Prilagodite app je prikaz slike.</span>
     </li>
     <li>
       <h2>
         Vdelava spletni pogledi
       </h2>
-      
+
       <span>Izvajanje Cordova spletni pogled v vašem projektu.</span>
     </li>
     <li>
       <h2>
         Plugin razvoj vodnik
       </h2>
-      
+
       <span>Razvoj vaš prvi plugin.</span>
     </li>
     <li>
       <h2>
         Vodnik o zasebnosti
       </h2>
-      
+
       <span>Preberite več o pomembno mobilne osamljenost izdaja.</span>
     </li>
     <li>
       <h2>
         Seznam dovoljenih vodnik
       </h2>
-      
+
       <span>Odobri uporabo dostopa do zunanjih virov.</span>
     </li>
     <li>
       <h2>
         Shranjevanje
       </h2>
-      
+
       <span>Pregled možnosti native skladiščenja.</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">Ključne besede kazalo</a>
-      </h2>
-      
-      <span>Celotno kazalo dokumentacije.</span>
-    </li>
   </ul>
-  
+
   <h1>
     Referenca API
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         Dogodki
       </h2>
-      
+
       <span>Trnek v native dogodkov prek JavaScript.</span>
     </li>
     <li>
       <h2>
         Plugin API
       </h2>
-      
+
       <span>Odkrijte, kaj plugins Cordova, ki so na voljo za uporabo v vašem projektu.</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/zh/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/zh/3.1.0/index.md b/www/docs/zh/3.1.0/index.md
index 3da66db..0d8a534 100644
--- a/www/docs/zh/3.1.0/index.md
+++ b/www/docs/zh/3.1.0/index.md
@@ -22,196 +22,189 @@ license: >
   <h1>
     輔助線
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概述
       </h2>
-      
+
       <span>如果你是新的科爾多瓦,啟動在這裡。</span>
     </li>
     <li>
       <h2>
         命令列介面
       </h2>
-      
+
       <span>創建、 構建和部署從命令列。</span>
     </li>
     <li>
       <h2>
         平臺指南
       </h2>
-      
+
       <span>設置每個 SDK 和更新專案</span>
     </li>
     <li>
       <h2>
         Config.xml 檔
       </h2>
-      
+
       <span>自訂您的應用程式的功能。</span>
     </li>
     <li>
       <h2>
         圖示和啟動畫面
       </h2>
-      
+
       <span>自訂應用程式的圖像顯示。</span>
     </li>
     <li>
       <h2>
         嵌入 WebViews
       </h2>
-      
+
       <span>在您的專案中實現科爾多瓦 web 視圖。</span>
     </li>
     <li>
       <h2>
         外掛程式開發指南
       </h2>
-      
+
       <span>開發你的第一個外掛程式。</span>
     </li>
     <li>
       <h2>
         隱私指南
       </h2>
-      
+
       <span>瞭解重要手機隱私問題。</span>
     </li>
     <li>
       <h2>
         白名單指南
       </h2>
-      
+
       <span>授予應用程式對外部資源的訪問。</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">關鍵字索引</a>
-      </h2>
-      
-      <span>完整的檔的索引。</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 參考
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         加速度計
       </h2>
-      
+
       <span>進入設備的動作感應器。</span>
     </li>
     <li>
       <h2>
         相機
       </h2>
-      
+
       <span>捕獲照片使用的設備的相機。</span>
     </li>
     <li>
       <h2>
         捕獲
       </h2>
-      
+
       <span>擷取裝置的媒體捕獲應用程式使用的媒體檔案。</span>
     </li>
     <li>
       <h2>
         指南針
       </h2>
-      
+
       <span>獲取該設備的指向的方向。</span>
     </li>
     <li>
       <h2>
         連接
       </h2>
-      
+
       <span>快速檢查網路狀態和蜂窩網路的資訊。</span>
     </li>
     <li>
       <h2>
         連絡人
       </h2>
-      
+
       <span>與設備連絡人資料庫的工作。</span>
     </li>
     <li>
       <h2>
         設備
       </h2>
-      
+
       <span>收集設備特定資訊。</span>
     </li>
     <li>
       <h2>
         事件
       </h2>
-      
+
       <span>掛接到本機事件通過 JavaScript。</span>
     </li>
     <li>
       <h2>
         檔
       </h2>
-      
+
       <span>掛接到本機檔案系統通過 JavaScript。</span>
     </li>
     <li>
       <h2>
         地理定位
       </h2>
-      
+
       <span>讓意識到您應用程式的位置。</span>
     </li>
     <li>
       <h2>
         全球化
       </h2>
-      
+
       <span>啟用特定于地區設定的物件表示的形式。</span>
     </li>
     <li>
       <h2>
         InAppBrowser
       </h2>
-      
+
       <span>啟動另一個應用程式中的瀏覽器實例的 Url。</span>
     </li>
     <li>
       <h2>
         媒體
       </h2>
-      
+
       <span>錄製和播放音訊檔。</span>
     </li>
     <li>
       <h2>
         通知
       </h2>
-      
+
       <span>可視、 可聽,和觸覺設備通知。</span>
     </li>
     <li>
       <h2>
         閃屏
       </h2>
-      
+
       <span>顯示和隱藏的應用程式的初始螢幕。</span>
     </li>
     <li>
       <h2>
         存儲
       </h2>
-      
+
       <span>掛接到設備本機存儲選項。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/zh/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/zh/3.4.0/index.md b/www/docs/zh/3.4.0/index.md
index 3bfb260..58a36e5 100644
--- a/www/docs/zh/3.4.0/index.md
+++ b/www/docs/zh/3.4.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     輔助線
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概述
       </h2>
-      
+
       <span>如果你是新的科爾多瓦,啟動在這裡。</span>
     </li>
     <li>
       <h2>
         平臺支援
       </h2>
-      
+
       <span>所有主要功能的相容性表。</span>
     </li>
     <li>
       <h2>
         命令列介面
       </h2>
-      
+
       <span>創建、 構建和部署從命令列。</span>
     </li>
     <li>
       <h2>
         平臺指南
       </h2>
-      
+
       <span>設置每個 SDK 和更新專案</span>
     </li>
     <li>
       <h2>
         使用 Plugman 來管理外掛程式
       </h2>
-      
+
       <span>使用 Plugman 來管理外掛程式沒有 CLI</span>
     </li>
     <li>
       <h2>
         Config.xml 檔
       </h2>
-      
+
       <span>自訂您的應用程式的功能。</span>
     </li>
     <li>
       <h2>
         圖示和啟動畫面
       </h2>
-      
+
       <span>自訂應用程式的圖像顯示。</span>
     </li>
     <li>
       <h2>
         嵌入 WebViews
       </h2>
-      
+
       <span>在您的專案中實現科爾多瓦 web 視圖。</span>
     </li>
     <li>
       <h2>
         外掛程式開發指南
       </h2>
-      
+
       <span>開發你的第一個外掛程式。</span>
     </li>
     <li>
       <h2>
         隱私指南
       </h2>
-      
+
       <span>瞭解重要手機隱私問題。</span>
     </li>
     <li>
       <h2>
         白名單指南
       </h2>
-      
+
       <span>授予應用程式對外部資源的訪問。</span>
     </li>
     <li>
       <h2>
         存儲
       </h2>
-      
+
       <span>本機存儲選項的概述。</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">關鍵字索引</a>
-      </h2>
-      
-      <span>完整的檔的索引。</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 參考
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         事件
       </h2>
-      
+
       <span>掛接到本機事件通過 JavaScript。</span>
     </li>
     <li>
       <h2>
         外掛程式的 Api
       </h2>
-      
+
       <span>發現哪些外掛程式科爾多瓦是可用在您的專案中使用。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/zh/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/zh/3.5.0/index.md b/www/docs/zh/3.5.0/index.md
index 3bfb260..58a36e5 100644
--- a/www/docs/zh/3.5.0/index.md
+++ b/www/docs/zh/3.5.0/index.md
@@ -22,119 +22,112 @@ license: >
   <h1>
     輔助線
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概述
       </h2>
-      
+
       <span>如果你是新的科爾多瓦,啟動在這裡。</span>
     </li>
     <li>
       <h2>
         平臺支援
       </h2>
-      
+
       <span>所有主要功能的相容性表。</span>
     </li>
     <li>
       <h2>
         命令列介面
       </h2>
-      
+
       <span>創建、 構建和部署從命令列。</span>
     </li>
     <li>
       <h2>
         平臺指南
       </h2>
-      
+
       <span>設置每個 SDK 和更新專案</span>
     </li>
     <li>
       <h2>
         使用 Plugman 來管理外掛程式
       </h2>
-      
+
       <span>使用 Plugman 來管理外掛程式沒有 CLI</span>
     </li>
     <li>
       <h2>
         Config.xml 檔
       </h2>
-      
+
       <span>自訂您的應用程式的功能。</span>
     </li>
     <li>
       <h2>
         圖示和啟動畫面
       </h2>
-      
+
       <span>自訂應用程式的圖像顯示。</span>
     </li>
     <li>
       <h2>
         嵌入 WebViews
       </h2>
-      
+
       <span>在您的專案中實現科爾多瓦 web 視圖。</span>
     </li>
     <li>
       <h2>
         外掛程式開發指南
       </h2>
-      
+
       <span>開發你的第一個外掛程式。</span>
     </li>
     <li>
       <h2>
         隱私指南
       </h2>
-      
+
       <span>瞭解重要手機隱私問題。</span>
     </li>
     <li>
       <h2>
         白名單指南
       </h2>
-      
+
       <span>授予應用程式對外部資源的訪問。</span>
     </li>
     <li>
       <h2>
         存儲
       </h2>
-      
+
       <span>本機存儲選項的概述。</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">關鍵字索引</a>
-      </h2>
-      
-      <span>完整的檔的索引。</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 參考
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         事件
       </h2>
-      
+
       <span>掛接到本機事件通過 JavaScript。</span>
     </li>
     <li>
       <h2>
         外掛程式的 Api
       </h2>
-      
+
       <span>發現哪些外掛程式科爾多瓦是可用在您的專案中使用。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/03447084/www/docs/zh/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/zh/edge/index.md b/www/docs/zh/edge/index.md
index ea93a31..4dc7bc5 100644
--- a/www/docs/zh/edge/index.md
+++ b/www/docs/zh/edge/index.md
@@ -22,147 +22,140 @@ license: >
   <h1>
     輔助線
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         概述
       </h2>
-      
+
       <span>如果你是新的科爾多瓦,啟動在這裡。包括安裝和下一步。</span>
     </li>
     <li>
       <h2>
         平臺支援
       </h2>
-      
+
       <span>所有主要功能的相容性表。</span>
     </li>
     <li>
       <h2>
         命令列介面
       </h2>
-      
+
       <span>創建、 構建和部署從命令列。</span>
     </li>
     <li>
       <h2>
         平臺指南
       </h2>
-      
+
       <span>設置每個平臺 SDK 和更新專案。</span>
     </li>
     <li>
       <h2>
         使用 Plugman 來管理外掛程式
       </h2>
-      
+
       <span>時使用的平臺為中心的工作流管理無 CLI 的外掛程式。</span>
     </li>
     <li>
       <h2>
         Config.xml 檔
       </h2>
-      
+
       <span>自訂您的應用程式的功能。</span>
     </li>
     <li>
       <h2>
         圖示和啟動畫面
       </h2>
-      
+
       <span>自訂您的應用程式的圖像顯示。</span>
     </li>
     <li>
       <h2>
         嵌入 WebViews
       </h2>
-      
+
       <span>在您的本機專案中實現科爾多瓦 web 視圖。</span>
     </li>
     <li>
       <h2>
         外掛程式開發指南
       </h2>
-      
+
       <span>開發您自己的外掛程式。</span>
     </li>
     <li>
       <h2>
         隱私指南
       </h2>
-      
+
       <span>瞭解重要手機隱私問題。</span>
     </li>
     <li>
       <h2>
         安全指南
       </h2>
-      
+
       <span>資訊和構建安全的應用程式的提示。</span>
     </li>
     <li>
       <h2>
         平臺和外掛程式版本管理
       </h2>
-      
+
       <span>保存和還原您的 CLI 專案到一個已知的狀態,沒有麻煩。</span>
     </li>
     <li>
       <h2>
         白名單指南
       </h2>
-      
+
       <span>授予應用程式對外部資源的訪問。</span>
     </li>
     <li>
       <h2>
         存儲
       </h2>
-      
+
       <span>本機存儲選項的概覽。</span>
     </li>
     <li>
       <h2>
         掛鉤指南
       </h2>
-      
+
       <span>通過添加自訂腳本來擴展預設科爾多瓦功能。</span>
     </li>
     <li>
       <h2>
         接下來的步驟
       </h2>
-      
+
       <span>看看新的科爾多瓦開發者會遇到的主題。</span>
     </li>
-    <li>
-      <h2>
-        <a href="_index.html">關鍵字索引</a>
-      </h2>
-      
-      <span>全文索引的文檔。</span>
-    </li>
   </ul>
-  
+
   <h1>
     API 參考
   </h1>
-  
+
   <ul>
     <li>
       <h2>
         事件
       </h2>
-      
+
       <span>掛接到本機事件通過 JavaScript。</span>
     </li>
     <li>
       <h2>
         外掛程式的 Api
       </h2>
-      
+
       <span>發現什麼科爾多瓦外掛程式是可用來在您的專案中使用。</span>
     </li>
   </ul>
-</div>
\ No newline at end of file
+</div>


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