docs: update documentation

This commit is contained in:
Daniel Sogl
2026-03-21 17:05:36 -07:00
parent 968cb6eec2
commit d892dda497
13 changed files with 420 additions and 317 deletions
+14 -11
View File
@@ -1,20 +1,23 @@
# Plugins
## 15.0.0 - 2042-12-03
Browse the full list of available plugin wrappers in the sidebar. Each plugin page includes:
### Fixed
- **Installation commands** for the Cordova plugin and TypeScript wrapper
- **Link to the plugin repository** for native documentation
- **Supported platforms** (Android, iOS, Browser, etc.)
* Removed humans, they weren't doing fine with animals.
## Installing a Plugin
### Changed
Every plugin requires two packages: the native Cordova plugin and the Awesome Cordova Plugins TypeScript wrapper.
* Animals are now super cute, all of them.
## 14.0.0 - 2042-10-06
### Added
* Introduced animals into the world, we believe they're going to be a neat addition.
```bash
# Install the Cordova plugin
ionic cordova plugin add <cordova-plugin-name>
# Install the TypeScript wrapper
npm install @awesome-cordova-plugins/<plugin-name>
```
## Missing a Plugin?
If you can't find a plugin wrapper, [open an issue](https://github.com/danielsogl/awesome-cordova-plugins/issues) or [submit a PR](https://github.com/danielsogl/awesome-cordova-plugins/blob/main/DEVELOPER.md) to add it.