docs: optimize docs for SEO

This commit is contained in:
Daniel Sogl
2026-03-21 17:08:43 -07:00
parent d892dda497
commit 1a351b50f4
263 changed files with 4918 additions and 2564 deletions
+19 -10
View File
@@ -1,20 +1,29 @@
---
description: >-
IBeacon plugin for Cordova and Ionic. This plugin provides functions for working with iBeacons. The plugin's API closely mimics the one exposed through the…
---
# IBeacon
```
$ ionic cordova plugin add cordova-plugin-ibeacon
$ npm install @awesome-cordova-plugins/ibeacon
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ibeacon/)
Plugin Repo: [https://github.com/petermetz/cordova-plugin-ibeacon](https://github.com/petermetz/cordova-plugin-ibeacon)
This plugin provides functions for working with iBeacons.
The plugin's API closely mimics the one exposed through the [CLLocationManager](https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocationManager_Class/index.html) introduced in iOS 7.
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-ibeacon
npm install @awesome-cordova-plugins/ibeacon
```
**Plugin Repo:** [https://github.com/petermetz/cordova-plugin-ibeacon](https://github.com/petermetz/cordova-plugin-ibeacon)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)