Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/514#discussion_r53842147 --- Diff: www/_data/fetched-files.yml --- @@ -1,153 +1,146 @@ +# 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 +# permalink: "/absolute/path/on/cordova/site/index.html" # if empty: "/gen/" + packageName + "/" +# + - src: repoName: "apache/cordova-cli" packageName: "cordova" + commit: "master" path: "doc/bash.md" - dest: "cordova-cli/index.md" + dest: + permalink: "/docs/en/dev/cordova-cli/index.html" - src: - repoName: apache/cordova-plugin-battery-status - packageName: cordova-plugin-battery-status - displayName: Battery Status - description: Monitor the status of the device's battery. - dest: cordova-plugin-battery-status/index.md + repoName: "apache/cordova-plugin-battery-status" + packageName: "cordova-plugin-battery-status" + dest: + permalink: "/docs/en/dev/cordova-plugin-battery-status/index.html" --- End diff -- Each string here is custom and totally up to change. For example the `/docs/en/dev/` part will have to go once we have translation. I figured the `plugin` part would be redundant since the word is already in the plugin's ID. I can change it to `plugin` though, if you'd prefer. I don't have much of a preference.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org