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.
+3 -1
View File
@@ -1,4 +1,4 @@
# AdMob
# AdMob Plus
```
$ ionic cordova plugin add cordova-admob-plus
@@ -9,6 +9,8 @@ $ npm install @awesome-cordova-plugins/admob-plus
Plugin Repo: [https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools.
## Supported platforms
- Android
@@ -15,7 +15,5 @@ more detail, please see https://github.com/mauron85/cordova-plugin-background-ge
## Supported platforms
- Android
- iOS
- iOS
+2 -2
View File
@@ -1,4 +1,4 @@
# Answers
# Crashlytics
```
$ ionic cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
@@ -9,7 +9,7 @@ $ npm install @awesome-cordova-plugins/fabric
Plugin Repo: [https://www.npmjs.com/package/cordova-fabric-plugin](https://www.npmjs.com/package/cordova-fabric-plugin)
API for interacting with the Answers kit.
API for interacting with the Crashlytics kit.
https://docs.fabric.io/crashlytics/index.html
+1 -1
View File
@@ -1,4 +1,4 @@
# HyperTrackPlugin
# cordova-plugin-hypertrack-v3
```
$ ionic cordova plugin add cordova-plugin-hypertrack-v3
+1 -1
View File
@@ -1,4 +1,4 @@
# PreviewAnyFile
# Preview/Open Any File
```
$