fetched-files.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. # REFERENCE ENTRY:
  2. # -
  3. # src: # required
  4. # repoName: "apache/cordova-cli" # required
  5. # packageName: "cordova" # if empty: second part of repoName
  6. # commit: "master" # if empty: latest in NPM
  7. # path: "relative/path/to/file/in/repo.md" # if empty: "README.md"
  8. # dest: # required
  9. # path: "relative/path/in/docs/version.md" # required
  10. -
  11. src:
  12. repoName: "apache/cordova-cli"
  13. packageName: "cordova"
  14. commit: "master"
  15. path: "doc/readme.md"
  16. dest:
  17. path: "reference/cordova-cli/index.md"
  18. -
  19. src:
  20. repoName: "apache/cordova-plugin-battery-status"
  21. packageName: "cordova-plugin-battery-status"
  22. commit: "master"
  23. dest:
  24. path: "reference/cordova-plugin-battery-status/index.md"
  25. -
  26. src:
  27. repoName: "apache/cordova-plugin-camera"
  28. packageName: "cordova-plugin-camera"
  29. commit: "master"
  30. dest:
  31. path: "reference/cordova-plugin-camera/index.md"
  32. -
  33. src:
  34. repoName: "apache/cordova-plugin-device"
  35. packageName: "cordova-plugin-device"
  36. commit: "master"
  37. dest:
  38. path: "reference/cordova-plugin-device/index.md"
  39. -
  40. src:
  41. repoName: "apache/cordova-plugin-dialogs"
  42. packageName: "cordova-plugin-dialogs"
  43. commit: "master"
  44. dest:
  45. path: "reference/cordova-plugin-dialogs/index.md"
  46. -
  47. src:
  48. repoName: "apache/cordova-plugin-file"
  49. packageName: "cordova-plugin-file"
  50. commit: "master"
  51. dest:
  52. path: "reference/cordova-plugin-file/index.md"
  53. -
  54. src:
  55. repoName: "apache/cordova-plugin-geolocation"
  56. packageName: "cordova-plugin-geolocation"
  57. commit: "master"
  58. dest:
  59. path: "reference/cordova-plugin-geolocation/index.md"
  60. -
  61. src:
  62. repoName: "apache/cordova-plugin-inappbrowser"
  63. packageName: "cordova-plugin-inappbrowser"
  64. commit: "master"
  65. dest:
  66. path: "reference/cordova-plugin-inappbrowser/index.md"
  67. -
  68. src:
  69. repoName: "apache/cordova-plugin-media"
  70. packageName: "cordova-plugin-media"
  71. commit: "master"
  72. dest:
  73. path: "reference/cordova-plugin-media/index.md"
  74. -
  75. src:
  76. repoName: "apache/cordova-plugin-media-capture"
  77. packageName: "cordova-plugin-media-capture"
  78. commit: "master"
  79. dest:
  80. path: "reference/cordova-plugin-media-capture/index.md"
  81. -
  82. src:
  83. repoName: "apache/cordova-plugin-network-information"
  84. packageName: "cordova-plugin-network-information"
  85. commit: "master"
  86. dest:
  87. path: "reference/cordova-plugin-network-information/index.md"
  88. -
  89. src:
  90. repoName: "apache/cordova-plugin-splashscreen"
  91. packageName: "cordova-plugin-splashscreen"
  92. commit: "master"
  93. dest:
  94. path: "reference/cordova-plugin-splashscreen/index.md"
  95. -
  96. src:
  97. repoName: "apache/cordova-plugin-vibration"
  98. packageName: "cordova-plugin-vibration"
  99. commit: "master"
  100. dest:
  101. path: "reference/cordova-plugin-vibration/index.md"
  102. -
  103. src:
  104. repoName: "apache/cordova-plugin-statusbar"
  105. packageName: "cordova-plugin-statusbar"
  106. commit: "master"
  107. dest:
  108. path: "reference/cordova-plugin-statusbar/index.md"
  109. -
  110. src:
  111. repoName: "apache/cordova-plugin-whitelist"
  112. packageName: "cordova-plugin-whitelist"
  113. commit: "master"
  114. dest:
  115. path: "reference/cordova-plugin-whitelist/index.md"
  116. -
  117. src:
  118. repoName: "apache/cordova-plugin-screen-orientation"
  119. packageName: "cordova-plugin-screen-orientation"
  120. commit: "master"
  121. dest:
  122. path: "reference/cordova-plugin-screen-orientation/index.md"