Github user nikhilkh commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/514#discussion_r53814811
  
    --- 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 --
    
    Nit: It might be nice to move all plugin docs into one directory "plugins"


---
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

Reply via email to