Github user rakatyal commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/528#discussion_r54810855
--- Diff: www/docs/en/dev/guide/hybrid/plugins/index.md ---
@@ -93,30 +95,28 @@ the platform-specific `config.xml` file to make the
platform aware of
the additional code library. The `header-file` and `source-file` tags
specify the path to the library's component files.
-## Validating a Plugin
+## Validating a Plugin using Plugman
You can use the `plugman` utility to check whether the plugin installs
correctly for each platform. Install `plugman` with the following
[node](http://nodejs.org/) command:
- $ npm install -g plugman
+```bash
+ $ npm install -g plugman
+```
You need an valid app source directory, such as the top-level `www`
directory included in a default CLI-generated project as described in
-[The Command-Line Interface](../../cli/index.html). Make sure the app's
`index.html` home
-page reference the name of the plugin's JavaScript interface, as if it
-were in the same source directory:
-
- <script src="myplugin.js"></script>
+[Create your first app guide](../../cli/index.html).
--- End diff --
Remove 'guide' as part of the link.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]