123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- # REFERENCE ENTRY:
- # -
- # src: # required
- # repoName: "apache/cordova-cli" # required
- # packageName: "cordova" # if empty: second part of repoName
- # commit: "master" # if empty: latest in NPM
- # path: "relative/path/to/file/in/repo.md" # if empty: "README.md"
- # dest: # required
- # path: "relative/path/in/docs/version.md" # required
- -
- src:
- repoName: "apache/cordova-cli"
- packageName: "cordova"
- commit: "master"
- path: "doc/readme.md"
- dest:
- path: "reference/cordova-cli/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-battery-status"
- packageName: "cordova-plugin-battery-status"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-battery-status/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-camera"
- packageName: "cordova-plugin-camera"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-camera/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-device"
- packageName: "cordova-plugin-device"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-device/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-dialogs"
- packageName: "cordova-plugin-dialogs"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-dialogs/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-file"
- packageName: "cordova-plugin-file"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-file/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-geolocation"
- packageName: "cordova-plugin-geolocation"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-geolocation/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-inappbrowser"
- packageName: "cordova-plugin-inappbrowser"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-inappbrowser/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-media"
- packageName: "cordova-plugin-media"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-media/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-media-capture"
- packageName: "cordova-plugin-media-capture"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-media-capture/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-network-information"
- packageName: "cordova-plugin-network-information"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-network-information/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-splashscreen"
- packageName: "cordova-plugin-splashscreen"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-splashscreen/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-vibration"
- packageName: "cordova-plugin-vibration"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-vibration/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-statusbar"
- packageName: "cordova-plugin-statusbar"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-statusbar/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-whitelist"
- packageName: "cordova-plugin-whitelist"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-whitelist/index.md"
- -
- src:
- repoName: "apache/cordova-plugin-screen-orientation"
- packageName: "cordova-plugin-screen-orientation"
- commit: "master"
- dest:
- path: "reference/cordova-plugin-screen-orientation/index.md"
|