From b3d2ef72d06ad6789ee25e6aff99cb178c3724c2 Mon Sep 17 00:00:00 2001 From: wsunico36-dot Date: Tue, 10 Feb 2026 17:45:41 -0300 Subject: [PATCH] Update and rename docs/plugins.mdx to Appteste Teste --- Appteste | 173 +++++++++++++++++++++++++++++++++++++++++++++++ docs/plugins.mdx | 28 -------- 2 files changed, 173 insertions(+), 28 deletions(-) create mode 100644 Appteste delete mode 100644 docs/plugins.mdx diff --git a/Appteste b/Appteste new file mode 100644 index 000000000..755a93ea1 --- /dev/null +++ b/Appteste @@ -0,0 +1,173 @@ + + + + + +WS Battle Royale + + + + + + + +
+ + + + + + + diff --git a/docs/plugins.mdx b/docs/plugins.mdx deleted file mode 100644 index 1d48d9fc6..000000000 --- a/docs/plugins.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Capacitor Plugins -description: Capacitor Plugins ---- - -import DocCard from '@theme/DocCard'; -import DocCardList from '@theme/DocCardList'; - -# Capacitor Plugins - -Plugins in Capacitor enable JavaScript to interface directly with Native APIs. - - - -

Official Plugins are maintained by the Capacitor Team

-
- -

Community Plugins are maintained by the Capacitor Community

-
-
- -
- -Web apps can access the full power of Native APIs with plugins. Plugins wrap common native operations that might use very different APIs across platforms while exposing a consistent, cross-platform API to JavaScript. - -Additionally, the plugin capability in Capacitor makes it possible for teams with a mix of traditional native developers and web developers to work together on different parts of the app. - -Capacitor automatically generates JavaScript hooks on the client, so most plugins only need to use Swift/Obj-C for iOS and/or Java/Kotlin for Android. Of course, adding custom JavaScript for a plugin is also possible.