docs(gitbook): try out generated docs

This commit is contained in:
Daniel Sogl
2021-09-29 14:09:02 +02:00
parent 07e8dd7df8
commit 837c83ce5e
214 changed files with 5168 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/deeplinks/index.ts#L28">
Improve this doc
</a>
# Deeplinks
```
$ ionic cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/
$ npm install @ionic-native/plugins/deeplinks
```
## [Usage Documentation](https://ionicframework.com/docs/native/deeplinks/)
Plugin Repo: [https://github.com/ionic-team/ionic-plugin-deeplinks](https://github.com/ionic-team/ionic-plugin-deeplinks)
This plugin handles deeplinks on iOS and Android for both custom URL scheme links
and Universal App Links.
Please read the [ionic plugin deeplinks docs](https://github.com/ionic-team/ionic-plugin-deeplinks) for iOS and Android integration.
You must add `universal-links` to your `config.xml` and set up Apple App Site Association (AASA) for iOS and Asset Links for Android.
## Supported platforms
- Android
- Browser
- iOS