Github user audreyso commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/689#discussion_r108813703
--- Diff: www/docs/en/dev/platform_plugin_versioning_ref/index.md ---
@@ -27,7 +27,7 @@ From version 4.3.0 onwards, Cordova provides the ability
to save and restore pla
This feature allows developers to save and restore their app to a known
state without having to check in all of the platform and plugin source code.
-When adding a platform or plugin, details about the app's platform and
plugin versions are automatically saved in config.xml and package.json.
+When adding a platform or plugin, details about the app's platform and
plugin versions are automatically saved in config.xml and package.json. It is
possible to add a platform or plugin by editing package.json or config.xml
directly, assuming you know the right tags + syntax. It is not possible to
remove plugins or platforms in this manner. The recommended method of adding
and removing plugins and platforms is with the command line cordova commands
`cordova plugin add|remove ...` and `cordova platform add|remove ...` to avoid
any out of sync issues.
--- End diff --
@purplecabbage Is this where you envisioned this information going or do
you want it broken up so that it is listed in the platform section and in the
plugin section?
---
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]