redirects.yml 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. # WARNING:
  2. # these are *string-only* redirects; do NOT use regexes
  3. # 302 (temporary) renames of versions
  4. version-renames:
  5. "edge": "dev"
  6. "6.0.0": "6.x"
  7. # 302 (temporary) renames of languages
  8. language-renames:
  9. "zh": "zh-tw"
  10. # 301 (PERMANENT) redirect paths relative to /
  11. general:
  12. "plugins/authors.html": "docs/en/latest/guide/hybrid/plugins/index.html#publishing-plugins"
  13. # 301 (PERMANENT) redirect paths relative to /docs/XX/
  14. docs:
  15. "dev/guide/platforms/android/tools.html": "dev/guide/platforms/android/index.html"
  16. "latest/guide/platforms/android/tools.html": "latest/guide/platforms/android/index.html"
  17. "dev/guide/platforms/android/lifecycle.html": "dev/guide/platforms/android/index.html#lifecycle-guide"
  18. "latest/guide/platforms/android/lifecycle.html": "latest/guide/platforms/android/index.html#lifecycle-guide"
  19. "dev/guide/platforms/android/config.html": "dev/config_ref/index.html"
  20. "latest/guide/platforms/android/config.html": "latest/config_ref/index.html"
  21. "dev/guide/platforms/ios/tools.html": "dev/guide/platforms/ios/index.html"
  22. "latest/guide/platforms/ios/tools.html": "latest/guide/platforms/ios/index.html"
  23. "dev/guide/platforms/ios/config.html": "dev/config_ref/index.html"
  24. "latest/guide/platforms/ios/config.html": "latest/config_ref/index.html"
  25. "dev/guide/platforms/win8/packaging.html": "dev/guide/platforms/win8/index.html#signing-an-app"
  26. "latest/guide/platforms/win8/packaging.html": "latest/guide/platforms/win8/index.html#signing-an-app"
  27. "dev/guide/platforms/win8/win10-support.html": "dev/guide/platforms/win8/index.html"
  28. "latest/guide/platforms/win8/win10-support.html": "latest/guide/platforms/win8/index.html"
  29. "dev/cordova/plugins/pluginapis.html": "deprecated.html"
  30. "latest/cordova/plugins/pluginapis.html": "deprecated.html"
  31. # Rename `cordova-windows` URLs from `win8` to `windows`
  32. "dev/guide/platforms/win8/index.html": "dev/guide/platforms/windows/index.html"
  33. "latest/guide/platforms/win8/index.html": "latest/guide/platforms/windows/index.html"
  34. "dev/guide/platforms/win8/plugin.html": "dev/guide/platforms/windows/index.html"
  35. "latest/guide/platforms/win8/plugin.html": "latest/guide/platforms/windows/index.html"
  36. "dev/guide/platforms/win8/upgrade.html": "dev/guide/platforms/windows/index.html"
  37. "latest/guide/platforms/win8/upgrade.html": "latest/guide/platforms/windows/index.html"
  38. # Removing deprecated platforms and plugins
  39. "dev/guide/platforms/blackberry10/home.html": "deprecated.html"
  40. "latest/guide/platforms/blackberry10/home.html": "deprecated.html"
  41. "dev/guide/platforms/blackberry10/index.html": "deprecated.html"
  42. "latest/guide/platforms/blackberry10/index.html": "deprecated.html"
  43. "dev/guide/platforms/blackberry10/tools.html": "deprecated.html"
  44. "latest/guide/platforms/blackberry10/tools.html": "deprecated.html"
  45. "dev/guide/platforms/blackberry10/config.html": "deprecated.html"
  46. "latest/guide/platforms/blackberry10/config.html": "deprecated.html"
  47. "dev/guide/platforms/blackberry10/plugin.html": "deprecated.html"
  48. "latest/guide/platforms/blackberry10/plugin.html": "deprecated.html"
  49. "dev/guide/platforms/blackberry10/upgrade.html": "deprecated.html"
  50. "latest/guide/platforms/blackberry10/upgrade.html": "deprecated.html"
  51. "dev/guide/platforms/blackberry/upgrade.html": "deprecated.html"
  52. "latest/guide/platforms/blackberry/upgrade.html": "deprecated.html"
  53. "dev/guide/platforms/ubuntu/index.html": "deprecated.html"
  54. "latest/guide/platforms/ubuntu/index.html": "deprecated.html"
  55. "dev/guide/platforms/wp8/home.html": "deprecated.html"
  56. "latest/guide/platforms/wp8/home.html": "deprecated.html"
  57. "dev/guide/platforms/wp8/index.html": "deprecated.html"
  58. "latest/guide/platforms/wp8/index.html": "deprecated.html"
  59. "dev/guide/platforms/wp8/plugin.html": "deprecated.html"
  60. "latest/guide/platforms/wp8/plugin.html": "deprecated.html"
  61. "dev/guide/platforms/wp8/upgrade.html": "deprecated.html"
  62. "latest/guide/platforms/wp8/upgrade.html": "deprecated.html"
  63. "dev/guide/platforms/wp8/parallels.html": "deprecated.html"
  64. "latest/guide/platforms/wp8/parallels.html": "deprecated.html"
  65. "dev/guide/platforms/wp8/vmware.html": "deprecated.html"
  66. "latest/guide/platforms/wp8/vmware.html": "deprecated.html"
  67. "dev/guide/platforms/wp8/webview.html": "deprecated.html"
  68. "latest/guide/platforms/wp8/webview.html": "deprecated.html"
  69. "latest/reference/cordova-plugin-contacts/index.html": "deprecated.html"
  70. "latest/reference/cordova-plugin-console/index.html": "deprecated.html"
  71. "latest/reference/cordova-plugin-device-motion/index.html": "deprecated.html"
  72. "latest/reference/cordova-plugin-device-orientation/index.html": "deprecated.html"
  73. "latest/reference/cordova-plugin-file-transfer/index.html": "deprecated.html"
  74. "latest/reference/cordova-plugin-globalization/index.html": "deprecated.html"
  75. "latest/reference/cordova-plugin-legacy-whitelist/index.html": "deprecated.html"
  76. # Old plugin API docs need to be redirected to latest where we pull in the READMEs
  77. "latest/cordova/accelerometer/acceleration/acceleration.html": "latest/reference/cordova-plugin-device-motion/index.html"
  78. "latest/cordova/accelerometer/accelerometer.clearWatch.html": "latest/reference/cordova-plugin-device-motion/index.html"
  79. "latest/cordova/accelerometer/accelerometer.getCurrentAcceleration.html": "latest/reference/cordova-plugin-device-motion/index.html"
  80. "latest/cordova/accelerometer/accelerometer.html": "latest/reference/cordova-plugin-device-motion/index.html"
  81. "latest/cordova/accelerometer/accelerometer.watchAcceleration.html": "latest/reference/cordova-plugin-device-motion/index.html"
  82. "latest/cordova/accelerometer/parameters/accelerometerError.html": "latest/reference/cordova-plugin-device-motion/index.html"
  83. "latest/cordova/accelerometer/parameters/accelerometerOptions.html": "latest/reference/cordova-plugin-device-motion/index.html"
  84. "latest/cordova/accelerometer/parameters/accelerometerSuccess.html": "latest/reference/cordova-plugin-device-motion/index.html"
  85. "latest/cordova/camera/camera.cleanup.html": "latest/reference/cordova-plugin-camera/index.html"
  86. "latest/cordova/camera/camera.getPicture.html": "latest/reference/cordova-plugin-camera/index.html"
  87. "latest/cordova/camera/camera.html": "latest/reference/cordova-plugin-camera/index.html"
  88. "latest/cordova/camera/parameter/cameraError.html": "latest/reference/cordova-plugin-camera/index.html"
  89. "latest/cordova/camera/parameter/cameraOptions.html": "latest/reference/cordova-plugin-camera/index.html"
  90. "latest/cordova/camera/parameter/CameraPopoverHandle.html": "latest/reference/cordova-plugin-camera/index.html"
  91. "latest/cordova/camera/parameter/CameraPopoverOptions.html": "latest/reference/cordova-plugin-camera/index.html"
  92. "latest/cordova/camera/parameter/cameraSuccess.html": "latest/reference/cordova-plugin-camera/index.html"
  93. "latest/cordova/compass/compass.clearWatch.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  94. "latest/cordova/compass/compass.clearWatchFilter.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  95. "latest/cordova/compass/compass.getCurrentHeading.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  96. "latest/cordova/compass/compass.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  97. "latest/cordova/compass/compass.watchHeading.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  98. "latest/cordova/compass/compass.watchHeadingFilter.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  99. "latest/cordova/compass/compassError/compassError.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  100. "latest/cordova/compass/parameters/compassError.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  101. "latest/cordova/compass/parameters/compassHeading.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  102. "latest/cordova/compass/parameters/compassOptions.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  103. "latest/cordova/compass/parameters/compassSuccess.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  104. "latest/cordova/connection/connection.html": "latest/reference/cordova-plugin-network-information/index.html"
  105. "latest/cordova/connection/connection.type.html": "latest/reference/cordova-plugin-network-information/index.html"
  106. "latest/cordova/contacts/Contact/contact.html": "latest/reference/cordova-plugin-contacts/index.html"
  107. "latest/cordova/contacts/ContactAddress/contactaddress.html": "latest/reference/cordova-plugin-contacts/index.html"
  108. "latest/cordova/contacts/ContactError/contactError.html": "latest/reference/cordova-plugin-contacts/index.html"
  109. "latest/cordova/contacts/ContactField/contactfield.html": "latest/reference/cordova-plugin-contacts/index.html"
  110. "latest/cordova/contacts/ContactFindOptions/contactfindoptions.html": "latest/reference/cordova-plugin-contacts/index.html"
  111. "latest/cordova/contacts/ContactName/contactname.html": "latest/reference/cordova-plugin-contacts/index.html"
  112. "latest/cordova/contacts/ContactOrganization/contactorganization.html": "latest/reference/cordova-plugin-contacts/index.html"
  113. "latest/cordova/contacts/contacts.create.html": "latest/reference/cordova-plugin-contacts/index.html"
  114. "latest/cordova/contacts/contacts.find.html": "latest/reference/cordova-plugin-contacts/index.html"
  115. "latest/cordova/contacts/contacts.html": "latest/reference/cordova-plugin-contacts/index.html"
  116. "latest/cordova/contacts/parameters/contactError.html": "latest/reference/cordova-plugin-contacts/index.html"
  117. "latest/cordova/contacts/parameters/contactFields.html": "latest/reference/cordova-plugin-contacts/index.html"
  118. "latest/cordova/contacts/parameters/contactFindOptions.html": "latest/reference/cordova-plugin-contacts/index.html"
  119. "latest/cordova/contacts/parameters/contactSuccess.html": "latest/reference/cordova-plugin-contacts/index.html"
  120. "latest/cordova/device/device.cordova.html": "latest/reference/cordova-plugin-device/index.html"
  121. "latest/cordova/device/device.html": "latest/reference/cordova-plugin-device/index.html"
  122. "latest/cordova/device/device.model.html": "latest/reference/cordova-plugin-device/index.html"
  123. "latest/cordova/device/device.name.html": "latest/reference/cordova-plugin-device/index.html"
  124. "latest/cordova/device/device.platform.html": "latest/reference/cordova-plugin-device/index.html"
  125. "latest/cordova/device/device.uuid.html": "latest/reference/cordova-plugin-device/index.html"
  126. "latest/cordova/device/device.version.html": "latest/reference/cordova-plugin-device/index.html"
  127. "latest/cordova/file/directoryentry/directoryentry.html": "latest/reference/cordova-plugin-file/index.html"
  128. "latest/cordova/file/directoryreader/directoryreader.html": "latest/reference/cordova-plugin-file/index.html"
  129. "latest/cordova/file/file.html": "latest/reference/cordova-plugin-file/index.html"
  130. "latest/cordova/file/fileentry/fileentry.html": "latest/reference/cordova-plugin-file/index.html"
  131. "latest/cordova/file/fileerror/fileerror.html": "latest/reference/cordova-plugin-file/index.html"
  132. "latest/cordova/file/fileobj/fileobj.html": "latest/reference/cordova-plugin-file/index.html"
  133. "latest/cordova/file/filereader/filereader.html": "latest/reference/cordova-plugin-file/index.html"
  134. "latest/cordova/file/filesystem/filesystem.html": "latest/reference/cordova-plugin-file/index.html"
  135. "latest/cordova/file/filewriter/filewriter.html": "latest/reference/cordova-plugin-file/index.html"
  136. "latest/cordova/file/flags/flags.html": "latest/reference/cordova-plugin-file/index.html"
  137. "latest/cordova/file/localfilesystem/localfilesystem.html": "latest/reference/cordova-plugin-file/index.html"
  138. "latest/cordova/file/metadata/metadata.html": "latest/reference/cordova-plugin-file/index.html"
  139. "latest/cordova/file/filetransfer/filetransfer.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  140. "latest/cordova/file/filetransfererror/filetransfererror.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  141. "latest/cordova/file/fileuploadoptions/fileuploadoptions.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  142. "latest/cordova/file/fileuploadresult/fileuploadresult.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  143. "latest/cordova/geolocation/Coordinates/coordinates.html": "latest/reference/cordova-plugin-geolocation/index.html"
  144. "latest/cordova/geolocation/geolocation.clearWatch.html": "latest/reference/cordova-plugin-geolocation/index.html"
  145. "latest/cordova/geolocation/geolocation.getCurrentPosition.html": "latest/reference/cordova-plugin-geolocation/index.html"
  146. "latest/cordova/geolocation/geolocation.html": "latest/reference/cordova-plugin-geolocation/index.html"
  147. "latest/cordova/geolocation/geolocation.watchPosition.html": "latest/reference/cordova-plugin-geolocation/index.html"
  148. "latest/cordova/geolocation/parameters/geolocation.options.html": "latest/reference/cordova-plugin-geolocation/index.html"
  149. "latest/cordova/geolocation/parameters/geolocationError.html": "latest/reference/cordova-plugin-geolocation/index.html"
  150. "latest/cordova/geolocation/parameters/geolocationSuccess.html": "latest/reference/cordova-plugin-geolocation/index.html"
  151. "latest/cordova/geolocation/Position/position.html": "latest/reference/cordova-plugin-geolocation/index.html"
  152. "latest/cordova/geolocation/PositionError/positionError.html": "latest/reference/cordova-plugin-geolocation/index.html"
  153. "latest/cordova/globalization/globalization.dateToString.html": "latest/reference/cordova-plugin-globalization/index.html"
  154. "latest/cordova/globalization/globalization.getCurrencyPattern.html": "latest/reference/cordova-plugin-globalization/index.html"
  155. "latest/cordova/globalization/globalization.getDateNames.html": "latest/reference/cordova-plugin-globalization/index.html"
  156. "latest/cordova/globalization/globalization.getDatePattern.html": "latest/reference/cordova-plugin-globalization/index.html"
  157. "latest/cordova/globalization/globalization.getFirstDayOfWeek.html": "latest/reference/cordova-plugin-globalization/index.html"
  158. "latest/cordova/globalization/globalization.getLocaleName.html": "latest/reference/cordova-plugin-globalization/index.html"
  159. "latest/cordova/globalization/globalization.getNumberPattern.html": "latest/reference/cordova-plugin-globalization/index.html"
  160. "latest/cordova/globalization/globalization.getPreferredLanguage.html": "latest/reference/cordova-plugin-globalization/index.html"
  161. "latest/cordova/globalization/globalization.isDayLightSavingsTime.html": "latest/reference/cordova-plugin-globalization/index.html"
  162. "latest/cordova/globalization/globalization.html": "latest/reference/cordova-plugin-globalization/index.html"
  163. "latest/cordova/globalization/globalization.numberToString.html": "latest/reference/cordova-plugin-globalization/index.html"
  164. "latest/cordova/globalization/globalization.stringToDate.html": "latest/reference/cordova-plugin-globalization/index.html"
  165. "latest/cordova/globalization/globalization.stringToNumber.html": "latest/reference/cordova-plugin-globalization/index.html"
  166. "latest/cordova/globalization/GlobalizationError/globalizationerror.html": "latest/reference/cordova-plugin-globalization/index.html"
  167. "latest/cordova/inappbrowser/inappbrowser.html": "latest/reference/cordova-plugin-inappbrowser/index.html"
  168. "latest/cordova/inappbrowser/window.open.html": "latest/reference/cordova-plugin-inappbrowser/index.html"
  169. "latest/cordova/media/capture/capture.html": "latest/reference/cordova-plugin-media-capture/index.html"
  170. "latest/cordova/media/capture/captureAudio.html": "latest/reference/cordova-plugin-media-capture/index.html"
  171. "latest/cordova/media/capture/captureAudioOptions.html": "latest/reference/cordova-plugin-media-capture/index.html"
  172. "latest/cordova/media/capture/CaptureCB.html": "latest/reference/cordova-plugin-media-capture/index.html"
  173. "latest/cordova/media/capture/CaptureError.html": "latest/reference/cordova-plugin-media-capture/index.html"
  174. "latest/cordova/media/capture/CaptureErrorCB.html": "latest/reference/cordova-plugin-media-capture/index.html"
  175. "latest/cordova/media/capture/captureImage.html": "latest/reference/cordova-plugin-media-capture/index.html"
  176. "latest/cordova/media/capture/captureImageOptions.html": "latest/reference/cordova-plugin-media-capture/index.html"
  177. "latest/cordova/media/capture/captureVideo.html": "latest/reference/cordova-plugin-media-capture/index.html"
  178. "latest/cordova/media/capture/captureVideoOptions.html": "latest/reference/cordova-plugin-media-capture/index.html"
  179. "latest/cordova/media/capture/ConfigurationData.html": "latest/reference/cordova-plugin-media-capture/index.html"
  180. "latest/cordova/media/capture/MediaFile.getFormatData.html": "latest/reference/cordova-plugin-media-capture/index.html"
  181. "latest/cordova/media/capture/MediaFile.html": "latest/reference/cordova-plugin-media-capture/index.html"
  182. "latest/cordova/media/capture/MediaFileData.html": "latest/reference/cordova-plugin-media-capture/index.html"
  183. "latest/cordova/media/media.getCurrentPosition.html": "latest/reference/cordova-plugin-media/index.html"
  184. "latest/cordova/media/media.getDuration.html": "latest/reference/cordova-plugin-media/index.html"
  185. "latest/cordova/media/media.html": "latest/reference/cordova-plugin-media/index.html"
  186. "latest/cordova/media/media.pause.html": "latest/reference/cordova-plugin-media/index.html"
  187. "latest/cordova/media/media.play.html": "latest/reference/cordova-plugin-media/index.html"
  188. "latest/cordova/media/media.release.html": "latest/reference/cordova-plugin-media/index.html"
  189. "latest/cordova/media/media.seekTo.html": "latest/reference/cordova-plugin-media/index.html"
  190. "latest/cordova/media/media.setVolume.html": "latest/reference/cordova-plugin-media/index.html"
  191. "latest/cordova/media/media.startRecord.html": "latest/reference/cordova-plugin-media/index.html"
  192. "latest/cordova/media/media.stop.html": "latest/reference/cordova-plugin-media/index.html"
  193. "latest/cordova/media/media.stopRecord.html": "latest/reference/cordova-plugin-media/index.html"
  194. "latest/cordova/media/MediaError/mediaError.html": "latest/reference/cordova-plugin-media/index.html"
  195. "latest/cordova/media/Parameters/mediaError.html": "latest/reference/cordova-plugin-media/index.html"
  196. "latest/cordova/notification/notification.alert.html": "latest/reference/cordova-plugin-dialogs/index.html"
  197. "latest/cordova/notification/notification.beep.html": "latest/reference/cordova-plugin-dialogs/index.html"
  198. "latest/cordova/notification/notification.confirm.html": "latest/reference/cordova-plugin-dialogs/index.html"
  199. "latest/cordova/notification/notification.html": "latest/reference/cordova-plugin-dialogs/index.html"
  200. "latest/cordova/notification/notification.prompt.html": "latest/reference/cordova-plugin-dialogs/index.html"
  201. "latest/cordova/notification/notification.vibrate.html": "latest/reference/cordova-plugin-dialogs/index.html"
  202. "latest/cordova/splashscreen/splashscreen.hide.html": "latest/reference/cordova-plugin-splashscreen/index.html"
  203. "latest/cordova/splashscreen/splashscreen.html": "latest/reference/cordova-plugin-splashscreen/index.html"
  204. "latest/cordova/splashscreen/splashscreen.show.html": "latest/reference/cordova-plugin-splashscreen/index.html"
  205. "latest/phonegap/accelerometer/acceleration/acceleration.html": "latest/reference/cordova-plugin-device-motion/index.html"
  206. "latest/phonegap/accelerometer/accelerometer.clearWatch.html": "latest/reference/cordova-plugin-device-motion/index.html"
  207. "latest/phonegap/accelerometer/accelerometer.getCurrentAcceleration.html": "latest/reference/cordova-plugin-device-motion/index.html"
  208. "latest/phonegap/accelerometer/accelerometer.html": "latest/reference/cordova-plugin-device-motion/index.html"
  209. "latest/phonegap/accelerometer/accelerometer.watchAcceleration.html": "latest/reference/cordova-plugin-device-motion/index.html"
  210. "latest/phonegap/accelerometer/parameters/accelerometerError.html": "latest/reference/cordova-plugin-device-motion/index.html"
  211. "latest/phonegap/accelerometer/parameters/accelerometerOptions.html": "latest/reference/cordova-plugin-device-motion/index.html"
  212. "latest/phonegap/accelerometer/parameters/accelerometerSuccess.html": "latest/reference/cordova-plugin-device-motion/index.html"
  213. "latest/phonegap/camera/camera.getPicture.html": "latest/reference/cordova-plugin-camera/index.html"
  214. "latest/phonegap/camera/camera.html": "latest/reference/cordova-plugin-camera/index.html"
  215. "latest/phonegap/camera/parameter/cameraError.html": "latest/reference/cordova-plugin-camera/index.html"
  216. "latest/phonegap/camera/parameter/cameraOptions.html": "latest/reference/cordova-plugin-camera/index.html"
  217. "latest/phonegap/camera/parameter/cameraSuccess.html": "latest/reference/cordova-plugin-camera/index.html"
  218. "latest/phonegap/compass/compass.clearWatch.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  219. "latest/phonegap/compass/compass.clearWatchFilter.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  220. "latest/phonegap/compass/compass.getCurrentHeading.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  221. "latest/phonegap/compass/compass.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  222. "latest/phonegap/compass/compass.watchHeading.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  223. "latest/phonegap/compass/compass.watchHeadingFilter.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  224. "latest/phonegap/compass/compassError/compassError.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  225. "latest/phonegap/compass/parameters/compassError.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  226. "latest/phonegap/compass/parameters/compassHeading.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  227. "latest/phonegap/compass/parameters/compassOptions.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  228. "latest/phonegap/compass/parameters/compassSuccess.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  229. "latest/phonegap/connection/connection.html": "latest/reference/cordova-plugin-network-information/index.html"
  230. "latest/phonegap/connection/connection.type.html": "latest/reference/cordova-plugin-network-information/index.html"
  231. "latest/phonegap/contacts/Contact/contact.html": "latest/reference/cordova-plugin-contacts/index.html"
  232. "latest/phonegap/contacts/ContactAddress/contactaddress.html": "latest/reference/cordova-plugin-contacts/index.html"
  233. "latest/phonegap/contacts/ContactError/contactError.html": "latest/reference/cordova-plugin-contacts/index.html"
  234. "latest/phonegap/contacts/ContactField/contactfield.html": "latest/reference/cordova-plugin-contacts/index.html"
  235. "latest/phonegap/contacts/ContactFindOptions/contactfindoptions.html": "latest/reference/cordova-plugin-contacts/index.html"
  236. "latest/phonegap/contacts/ContactName/contactname.html": "latest/reference/cordova-plugin-contacts/index.html"
  237. "latest/phonegap/contacts/ContactOrganization/contactorganization.html": "latest/reference/cordova-plugin-contacts/index.html"
  238. "latest/phonegap/contacts/contacts.create.html": "latest/reference/cordova-plugin-contacts/index.html"
  239. "latest/phonegap/contacts/contacts.find.html": "latest/reference/cordova-plugin-contacts/index.html"
  240. "latest/phonegap/contacts/contacts.html": "latest/reference/cordova-plugin-contacts/index.html"
  241. "latest/phonegap/contacts/parameters/contactError.html": "latest/reference/cordova-plugin-contacts/index.html"
  242. "latest/phonegap/contacts/parameters/contactFields.html": "latest/reference/cordova-plugin-contacts/index.html"
  243. "latest/phonegap/contacts/parameters/contactFindOptions.html": "latest/reference/cordova-plugin-contacts/index.html"
  244. "latest/phonegap/contacts/parameters/contactSuccess.html": "latest/reference/cordova-plugin-contacts/index.html"
  245. "latest/phonegap/device/device.html": "latest/reference/cordova-plugin-device/index.html"
  246. "latest/phonegap/device/device.name.html": "latest/reference/cordova-plugin-device/index.html"
  247. "latest/phonegap/device/device.phonegap.html": "latest/reference/cordova-plugin-device/index.html"
  248. "latest/phonegap/device/device.platform.html": "latest/reference/cordova-plugin-device/index.html"
  249. "latest/phonegap/device/device.uuid.html": "latest/reference/cordova-plugin-device/index.html"
  250. "latest/phonegap/device/device.version.html": "latest/reference/cordova-plugin-device/index.html"
  251. "latest/phonegap/file/directoryentry/directoryentry.html": "latest/reference/cordova-plugin-file/index.html"
  252. "latest/phonegap/file/directoryreader/directoryreader.html": "latest/reference/cordova-plugin-file/index.html"
  253. "latest/phonegap/file/file.html": "latest/reference/cordova-plugin-file/index.html"
  254. "latest/phonegap/file/fileentry/fileentry.html": "latest/reference/cordova-plugin-file/index.html"
  255. "latest/phonegap/file/fileerror/fileerror.html": "latest/reference/cordova-plugin-file/index.html"
  256. "latest/phonegap/file/fileobj/fileobj.html": "latest/reference/cordova-plugin-file/index.html"
  257. "latest/phonegap/file/filereader/filereader.html": "latest/reference/cordova-plugin-file/index.html"
  258. "latest/phonegap/file/filesystem/filesystem.html": "latest/reference/cordova-plugin-file/index.html"
  259. "latest/phonegap/file/filewriter/filewriter.html": "latest/reference/cordova-plugin-file/index.html"
  260. "latest/phonegap/file/flags/flags.html": "latest/reference/cordova-plugin-file/index.html"
  261. "latest/phonegap/file/localfilesystem/localfilesystem.html": "latest/reference/cordova-plugin-file/index.html"
  262. "latest/phonegap/file/metadata/metadata.html": "latest/reference/cordova-plugin-file/index.html"
  263. "latest/phonegap/file/filetransfer/filetransfer.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  264. "latest/phonegap/file/filetransfererror/filetransfererror.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  265. "latest/phonegap/file/fileuploadoptions/fileuploadoptions.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  266. "latest/phonegap/file/fileuploadresult/fileuploadresult.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  267. "latest/phonegap/geolocation/Coordinates/coordinates.html": "latest/reference/cordova-plugin-geolocation/index.html"
  268. "latest/phonegap/geolocation/geolocation.clearWatch.html": "latest/reference/cordova-plugin-geolocation/index.html"
  269. "latest/phonegap/geolocation/geolocation.getCurrentPosition.html": "latest/reference/cordova-plugin-geolocation/index.html"
  270. "latest/phonegap/geolocation/geolocation.html": "latest/reference/cordova-plugin-geolocation/index.html"
  271. "latest/phonegap/geolocation/geolocation.watchPosition.html": "latest/reference/cordova-plugin-geolocation/index.html"
  272. "latest/phonegap/geolocation/parameters/geolocation.options.html": "latest/reference/cordova-plugin-geolocation/index.html"
  273. "latest/phonegap/geolocation/parameters/geolocationError.html": "latest/reference/cordova-plugin-geolocation/index.html"
  274. "latest/phonegap/geolocation/parameters/geolocationSuccess.html": "latest/reference/cordova-plugin-geolocation/index.html"
  275. "latest/phonegap/geolocation/Position/position.html": "latest/reference/cordova-plugin-geolocation/index.html"
  276. "latest/phonegap/geolocation/PositionError/positionError.html": "latest/reference/cordova-plugin-geolocation/index.html"
  277. "latest/phonegap/media/capture/capture.html": "latest/reference/cordova-plugin-media-capture/index.html"
  278. "latest/phonegap/media/capture/captureAudio.html": "latest/reference/cordova-plugin-media-capture/index.html"
  279. "latest/phonegap/media/capture/captureAudioOptions.html": "latest/reference/cordova-plugin-media-capture/index.html"
  280. "latest/phonegap/media/capture/CaptureCB.html": "latest/reference/cordova-plugin-media-capture/index.html"
  281. "latest/phonegap/media/capture/CaptureError.html": "latest/reference/cordova-plugin-media-capture/index.html"
  282. "latest/phonegap/media/capture/CaptureErrorCB.html": "latest/reference/cordova-plugin-media-capture/index.html"
  283. "latest/phonegap/media/capture/captureImage.html": "latest/reference/cordova-plugin-media-capture/index.html"
  284. "latest/phonegap/media/capture/captureImageOptions.html": "latest/reference/cordova-plugin-media-capture/index.html"
  285. "latest/phonegap/media/capture/captureVideo.html": "latest/reference/cordova-plugin-media-capture/index.html"
  286. "latest/phonegap/media/capture/captureVideoOptions.html": "latest/reference/cordova-plugin-media-capture/index.html"
  287. "latest/phonegap/media/capture/ConfigurationData.html": "latest/reference/cordova-plugin-media-capture/index.html"
  288. "latest/phonegap/media/capture/MediaFile.getFormatData.html": "latest/reference/cordova-plugin-media-capture/index.html"
  289. "latest/phonegap/media/capture/MediaFile.html": "latest/reference/cordova-plugin-media-capture/index.html"
  290. "latest/phonegap/media/capture/MediaFileData.html": "latest/reference/cordova-plugin-media-capture/index.html"
  291. "latest/phonegap/media/media.getCurrentPosition.html": "latest/reference/cordova-plugin-media/index.html"
  292. "latest/phonegap/media/media.getDuration.html": "latest/reference/cordova-plugin-media/index.html"
  293. "latest/phonegap/media/media.html": "latest/reference/cordova-plugin-media/index.html"
  294. "latest/phonegap/media/media.pause.html": "latest/reference/cordova-plugin-media/index.html"
  295. "latest/phonegap/media/media.play.html": "latest/reference/cordova-plugin-media/index.html"
  296. "latest/phonegap/media/media.release.html": "latest/reference/cordova-plugin-media/index.html"
  297. "latest/phonegap/media/media.seekTo.html": "latest/reference/cordova-plugin-media/index.html"
  298. "latest/phonegap/media/media.startRecord.html": "latest/reference/cordova-plugin-media/index.html"
  299. "latest/phonegap/media/media.stop.html": "latest/reference/cordova-plugin-media/index.html"
  300. "latest/phonegap/media/media.stopRecord.html": "latest/reference/cordova-plugin-media/index.html"
  301. "latest/phonegap/media/MediaError/mediaError.html": "latest/reference/cordova-plugin-media/index.html"
  302. "latest/phonegap/media/Parameters/mediaError.html": "latest/reference/cordova-plugin-media/index.html"
  303. "latest/phonegap/notification/notification.alert.html": "latest/reference/cordova-plugin-dialogs/index.html"
  304. "latest/phonegap/notification/notification.beep.html": "latest/reference/cordova-plugin-dialogs/index.html"
  305. "latest/phonegap/notification/notification.confirm.html": "latest/reference/cordova-plugin-dialogs/index.html"
  306. "latest/phonegap/notification/notification.html": "latest/reference/cordova-plugin-dialogs/index.html"
  307. "latest/phonegap/notification/notification.vibrate.html": "latest/reference/cordova-plugin-dialogs/index.html"
  308. # NOTE:
  309. # these only need to be done for /latest, since they only existed in /latest and they don't exist anywhere anymore
  310. "latest/cordova-cli/index.html": "latest/reference/cordova-cli/index.html"
  311. "latest/cordova-plugin-battery-status/index.html": "latest/reference/cordova-plugin-battery-status/index.html"
  312. "latest/cordova-plugin-camera/index.html": "latest/reference/cordova-plugin-camera/index.html"
  313. "latest/cordova-plugin-console/index.html": "latest/reference/cordova-plugin-console/index.html"
  314. "latest/cordova-plugin-contacts/index.html": "latest/reference/cordova-plugin-contacts/index.html"
  315. "latest/cordova-plugin-device/index.html": "latest/reference/cordova-plugin-device/index.html"
  316. "latest/cordova-plugin-device-motion/index.html": "latest/reference/cordova-plugin-device-motion/index.html"
  317. "latest/cordova-plugin-device-orientation/index.html": "latest/reference/cordova-plugin-device-orientation/index.html"
  318. "latest/cordova-plugin-dialogs/index.html": "latest/reference/cordova-plugin-dialogs/index.html"
  319. "latest/cordova-plugin-file/index.html": "latest/reference/cordova-plugin-file/index.html"
  320. "latest/cordova-plugin-file-transfer/index.html": "latest/reference/cordova-plugin-file-transfer/index.html"
  321. "latest/cordova-plugin-geolocation/index.html": "latest/reference/cordova-plugin-geolocation/index.html"
  322. "latest/cordova-plugin-globalization/index.html": "latest/reference/cordova-plugin-globalization/index.html"
  323. "latest/cordova-plugin-inappbrowser/index.html": "latest/reference/cordova-plugin-inappbrowser/index.html"
  324. "latest/cordova-plugin-media/index.html": "latest/reference/cordova-plugin-media/index.html"
  325. "latest/cordova-plugin-media-capture/index.html": "latest/reference/cordova-plugin-media-capture/index.html"
  326. "latest/cordova-plugin-network-information/index.html": "latest/reference/cordova-plugin-network-information/index.html"
  327. "latest/cordova-plugin-splashscreen/index.html": "latest/reference/cordova-plugin-splashscreen/index.html"
  328. "latest/cordova-plugin-vibration/index.html": "latest/reference/cordova-plugin-vibration/index.html"
  329. "latest/cordova-plugin-statusbar/index.html": "latest/reference/cordova-plugin-statusbar/index.html"
  330. "latest/cordova-plugin-whitelist/index.html": "latest/reference/cordova-plugin-whitelist/index.html"
  331. "latest/cordova-plugin-legacy-whitelist/index.html": "latest/reference/cordova-plugin-legacy-whitelist/index.html"
  332. # 301 (PERMANENT) redirect paths relative to /docs/XX/YYY/
  333. docs-global:
  334. "config_ref_images.md.html": "config_ref/images.html"
  335. "config_ref_index.md.html": "config_ref/index.html"
  336. "cordova_accelerometer_accelerometer.md.html": "cordova/accelerometer/accelerometer.html"
  337. "cordova_camera_camera.cleanup.md.html": "cordova/camera/camera.cleanup.html"
  338. "cordova_camera_camera.md.html": "cordova/camera/camera.html"
  339. "cordova_compass_compass.md.html": "cordova/compass/compass.html"
  340. "cordova_connection_connection.md.html": "cordova/connection/connection.html"
  341. "cordova_contacts_contacts.md.html": "cordova/contacts/contacts.html"
  342. "cordova_device_device.md.html": "cordova/device/device.html"
  343. "cordova_device_device.model.md.html": "cordova/device/device.model.html"
  344. "cordova_events_events.md.html": "cordova/events/events.html"
  345. "cordova_file_file.md.html": "cordova/file/file.html"
  346. "cordova_geolocation_geolocation.md.html": "cordova/geolocation/geolocation.html"
  347. "cordova_globalization_globalization.md.html": "cordova/globalization/globalization.html"
  348. "cordova_inappbrowser_inappbrowser.md.html": "cordova/inappbrowser/inappbrowser.html"
  349. "cordova_media_capture_capture.md.html": "cordova/media/capture/capture.html"
  350. "cordova_media_media.md.html": "cordova/media/media.html"
  351. "cordova_notification_notification.md.html": "cordova/notification/notification.html"
  352. "cordova_splashscreen_splashscreen.md.html": "cordova/splashscreen/splashscreen.html"
  353. "cordova_storage_storage.md.html": "cordova/storage/storage.html"
  354. "guide_appdev_privacy_index.md.html": "guide/appdev/privacy/index.html"
  355. "guide_appdev_whitelist_index.md.html": "guide/appdev/whitelist/index.html"
  356. "guide_cli_index.md.html": "guide/cli/index.html"
  357. "guide_cli_template.md.html": "guide/cli/template.html"
  358. "guide_hybrid_plugins_index.md.html": "guide/hybrid/plugins/index.html"
  359. "guide_hybrid_webviews_index.md.html": "guide/hybrid/webviews/index.html"
  360. "guide_overview_index.md.html": "guide/overview/index.html"
  361. "guide_platforms_android_config.md.html": "guide/platforms/android/config.html"
  362. "guide_platforms_android_index.md.html": "guide/platforms/android/index.html"
  363. "guide_platforms_android_plugin.md.html": "guide/platforms/android/plugin.html"
  364. "guide_platforms_android_tools.md.html": "guide/platforms/android/tools.html"
  365. "guide_platforms_android_upgrading.md.html": "guide/platforms/android/upgrading.html"
  366. "guide_platforms_android_webview.md.html": "guide/platforms/android/webview.html"
  367. "guide_platforms_blackberry10_config.md.html": "guide/platforms/blackberry10/config.html"
  368. "guide_platforms_blackberry10_index.md.html": "guide/platforms/blackberry10/index.html"
  369. "guide_platforms_blackberry10_plugin.md.html": "guide/platforms/blackberry10/plugin.html"
  370. "guide_platforms_blackberry10_tools.md.html": "guide/platforms/blackberry10/tools.html"
  371. "guide_platforms_blackberry10_upgrading.md.html": "guide/platforms/blackberry10/upgrading.html"
  372. "guide_platforms_blackberry_config.md.html": "guide/platforms/blackberry/config.html"
  373. "guide_platforms_blackberry_index.md.html": "guide/platforms/blackberry/index.html"
  374. "guide_platforms_blackberry_plugin.md.html": "guide/platforms/blackberry/plugin.html"
  375. "guide_platforms_blackberry_tools.md.html": "guide/platforms/blackberry/tools.html"
  376. "guide_platforms_blackberry_upgrading.md.html": "guide/platforms/blackberry/upgrading.html"
  377. "guide_platforms_firefoxos_config.md.html": "guide/platforms/firefoxos/config.html"
  378. "guide_platforms_index.md.html": "guide/platforms/index.html"
  379. "guide_platforms_ios_config.md.html": "guide/platforms/ios/config.html"
  380. "guide_platforms_ios_index.md.html": "guide/platforms/ios/index.html"
  381. "guide_platforms_ios_plugin.md.html": "guide/platforms/ios/plugin.html"
  382. "guide_platforms_ios_tools.md.html": "guide/platforms/ios/tools.html"
  383. "guide_platforms_ios_upgrading.md.html": "guide/platforms/ios/upgrading.html"
  384. "guide_platforms_ios_webview.md.html": "guide/platforms/ios/webview.html"
  385. "guide_platforms_tizen_index.md.html": "guide/platforms/tizen/index.html"
  386. "guide_platforms_win8_index.md.html": "guide/platforms/win8/index.html"
  387. "guide_platforms_win8_tools.md.html": "guide/platforms/win8/tools.html"
  388. "guide_platforms_win8_upgrading.md.html": "guide/platforms/win8/upgrading.html"
  389. "guide_platforms_wp7_index.md.html": "guide/platforms/wp7/index.html"
  390. "guide_platforms_wp8_index.md.html": "guide/platforms/wp8/index.html"
  391. "guide_platforms_wp8_plugin.md.html": "guide/platforms/wp8/plugin.html"
  392. "guide_platforms_wp8_tools.md.html": "guide/platforms/wp8/tools.html"
  393. "guide_platforms_wp8_upgrading.md.html": "guide/platforms/wp8/upgrading.html"
  394. "plugin_ref_plugman.md.html": "plugin_ref/plugman.html"
  395. "plugin_ref_spec.md.html": "plugin_ref/spec.html"
  396. "cordova_plugins_pluginapis.md.html": "cordova/plugins/pluginapis.html"
  397. "cordova_storage_database_database.md.html": "cordova/storage/database/database.html"
  398. "cordova_storage_localstorage_localstorage.md.html": "cordova/storage/localstorage/localstorage.html"
  399. "cordova_storage_parameters_display_name.md.html": "cordova/storage/parameters/display_name.html"
  400. "cordova_storage_parameters_name.md.html": "cordova/storage/parameters/name.html"
  401. "cordova_storage_parameters_size.md.html": "cordova/storage/parameters/size.html"
  402. "cordova_storage_parameters_version.md.html": "cordova/storage/parameters/version.html"
  403. "cordova_storage_sqlerror_sqlerror.md.html": "cordova/storage/sqlerror/sqlerror.html"
  404. "cordova_storage_sqlresultset_sqlresultset.md.html": "cordova/storage/sqlresultset/sqlresultset.html"
  405. "cordova_storage_sqlresultsetrowlist_sqlresultsetrowlist.md.html": "cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.html"
  406. "cordova_storage_sqltransaction_sqltransaction.md.html": "cordova/storage/sqltransaction/sqltransaction.html"
  407. "cordova_storage_storage.opendatabase.md.html": "cordova/storage/storage.opendatabase.html"
  408. "guide_platforms_amazonfireos_config.md.html": "guide/platforms/amazonfireos/config.html"
  409. "guide_platforms_amazonfireos_index.md.html": "guide/platforms/amazonfireos/index.html"
  410. "guide_platforms_amazonfireos_plugin.md.html": "guide/platforms/amazonfireos/plugin.html"
  411. "guide_platforms_amazonfireos_webview.md.html": "guide/platforms/amazonfireos/webview.html"
  412. "guide_platforms_ubuntu_index.md.html": "guide/platforms/ubuntu/index.html"
  413. "guide_support_index.md.html": "guide/support/index.html"
  414. "guide_appdev_hooks_index.md.html": "guide/appdev/hooks/index.html"
  415. "guide_appdev_security_index.md.html": "guide/appdev/security/index.html"
  416. "guide_next_index.md.html": "guide/next/index.html"
  417. "guide_platforms_android_upgrade.md.html": "guide/platforms/android/upgrade.html"
  418. "guide_platforms_blackberry10_upgrade.md.html": "guide/platforms/blackberry10/upgrade.html"
  419. "guide_platforms_blackberry_upgrade.md.html": "guide/platforms/blackberry/upgrade.html"
  420. "guide_platforms_firefoxos_index.md.html": "guide/platforms/firefoxos/index.html"
  421. "guide_platforms_ios_upgrade.md.html": "guide/platforms/ios/upgrade.html"
  422. "guide_platforms_win8_packaging.md.html": "guide/platforms/win8/packaging.html"
  423. "guide_platforms_win8_plugin.md.html": "guide/platforms/win8/plugin.html"
  424. "guide_platforms_win8_upgrade.md.html": "guide/platforms/win8/upgrade.html"
  425. "guide_platforms_win8_win10-support.md.html": "guide/platforms/win8/win10-support.html"
  426. "guide_platforms_wp8_parallels.md.html": "guide/platforms/wp8/parallels.html"
  427. "guide_platforms_wp8_upgrade.md.html": "guide/platforms/wp8/upgrade.html"
  428. "guide_platforms_wp8_vmware.md.html": "guide/platforms/wp8/vmware.html"
  429. "guide_platforms_wp8_webview.md.html": "guide/platforms/wp8/webview.html"
  430. "platform_plugin_versioning_ref_index.md.html": "platform_plugin_versioning_ref/index.html"
  431. "guide_getting-started_android_index.md.html": "guide/getting-started/android/index.html"
  432. "guide_getting-started_blackberry_index.md.html": "guide/getting-started/blackberry/index.html"
  433. "guide_getting-started_index.md.html": "guide/getting-started/index.html"
  434. "guide_getting-started_ios_index.md.html": "guide/getting-started/ios/index.html"
  435. "guide_getting-started_symbian_index.md.html": "guide/getting-started/symbian/index.html"
  436. "guide_getting-started_webos_index.md.html": "guide/getting-started/webos/index.html"
  437. "guide_getting-started_windows-phone_index.md.html": "guide/getting-started/windows-phone/index.html"
  438. "guide_upgrading_blackberry_index.md.html": "guide/upgrading/blackberry/index.html"
  439. "guide_upgrading_webos_index.md.html": "guide/upgrading/webos/index.html"
  440. "phonegap_accelerometer_accelerometer.md.html": "phonegap/accelerometer/accelerometer.html"
  441. "phonegap_camera_camera.md.html": "phonegap/camera/camera.html"
  442. "phonegap_compass_compass.md.html": "phonegap/compass/compass.html"
  443. "phonegap_connection_connection.md.html": "phonegap/connection/connection.html"
  444. "phonegap_contacts_contacts.md.html": "phonegap/contacts/contacts.html"
  445. "phonegap_device_device.md.html": "phonegap/device/device.html"
  446. "phonegap_events_events.md.html": "phonegap/events/events.html"
  447. "phonegap_file_file.md.html": "phonegap/file/file.html"
  448. "phonegap_geolocation_geolocation.md.html": "phonegap/geolocation/geolocation.html"
  449. "phonegap_media_capture_capture.md.html": "phonegap/media/capture/capture.html"
  450. "phonegap_media_media.md.html": "phonegap/media/media.html"
  451. "phonegap_notification_notification.md.html": "phonegap/notification/notification.html"
  452. "phonegap_storage_storage.md.html": "phonegap/storage/storage.html"
  453. "guide_getting-started_bada_index.md.html": "guide/getting-started/bada/index.html"
  454. "guide_upgrading_android_index.md.html": "guide/upgrading/android/index.html"
  455. "guide_upgrading_bada_index.md.html": "guide/upgrading/bada/index.html"
  456. "guide_upgrading_index.md.html": "guide/upgrading/index.html"
  457. "guide_upgrading_ios_index.md.html": "guide/upgrading/ios/index.html"
  458. "guide_upgrading_symbian_index.md.html": "guide/upgrading/symbian/index.html"
  459. "guide_upgrading_windows-phone_index.md.html": "guide/upgrading/windows-phone/index.html"
  460. "guide_whitelist_index.md.html": "guide/whitelist/index.html"
  461. "guide_command-line_index.md.html": "guide/command-line/index.html"
  462. "guide_cordova-webview_android.md.html": "guide/cordova-webview/android.html"
  463. "guide_cordova-webview_index.md.html": "guide/cordova-webview/index.html"
  464. "guide_cordova-webview_ios.md.html": "guide/cordova-webview/ios.html"
  465. "guide_plugin-development_android_index.md.html": "guide/plugin-development/android/index.html"
  466. "guide_plugin-development_bada_index.md.html": "guide/plugin-development/bada/index.html"
  467. "guide_plugin-development_blackberry_index.md.html": "guide/plugin-development/blackberry/index.html"
  468. "guide_plugin-development_index.md.html": "guide/plugin-development/index.html"
  469. "guide_plugin-development_ios_index.md.html": "guide/plugin-development/ios/index.html"
  470. "guide_plugin-development_webos_index.md.html": "guide/plugin-development/webos/index.html"
  471. "guide_plugin-development_windows-phone_index.md.html": "guide/plugin-development/windows-phone/index.html"
  472. "guide_getting-started_tizen_index.md.html": "guide/getting-started/tizen/index.html"
  473. "guide_plugin-development_tizen_index.md.html": "guide/plugin-development/tizen/index.html"
  474. "guide_upgrading_tizen_index.md.html": "guide/upgrading/tizen/index.html"
  475. "guide_getting-started_windows-8_index.md.html": "guide/getting-started/windows-8/index.html"
  476. "guide_project-settings_index.md.html": "guide/project-settings/index.html"
  477. "guide_project-settings_ios_index.md.html": "guide/project-settings/ios/index.html"
  478. "guide_getting-started_windows-phone-7_index.md.html": "guide/getting-started/windows-phone-7/index.html"
  479. "guide_getting-started_windows-phone-8_index.md.html": "guide/getting-started/windows-phone-8/index.html"
  480. "guide_project-settings_android_index.md.html": "guide/project-settings/android/index.html"
  481. "guide_project-settings_bada_index.md.html": "guide/project-settings/bada/index.html"
  482. "guide_project-settings_blackberry_index.md.html": "guide/project-settings/blackberry/index.html"
  483. "guide_project-settings_firefoxos_index.md.html": "guide/project-settings/firefoxos/index.html"
  484. "guide_project-settings_webos_index.md.html": "guide/project-settings/webos/index.html"
  485. "guide_project-settings_windows8_index.md.html": "guide/project-settings/windows8/index.html"
  486. "guide_project-settings_wp7_index.md.html": "guide/project-settings/wp7/index.html"
  487. "guide_project-settings_wp8_index.md.html": "guide/project-settings/wp8/index.html"
  488. "guide_getting-started_blackberry10_index.md.html": "guide/getting-started/blackberry10/index.html"
  489. "guide_plugin-development_blackberry10_index.md.html": "guide/plugin-development/blackberry10/index.html"
  490. "guide_privacy_index.md.html": "guide/privacy/index.html"
  491. "guide_upgrading_windows-8_index.md.html": "guide/upgrading/windows-8/index.html"