diff --git a/docs/native-community.md b/docs/native-community.md deleted file mode 100644 index 0bd759f18e8..00000000000 --- a/docs/native-community.md +++ /dev/null @@ -1,200 +0,0 @@ ---- -title: Cordova Community Plugins -sidebar_label: Setup -hide_table_of_contents: true -slug: /native/community ---- - -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - -
-- A modern, open source native runtime built and maintained by the Ionic team and the Capacitor community. Our - recommended native solution. -
-- A collection of free Cordova plugins, built and maintained by the community, with TypeScript wrappers and a - consistent API and naming convention. -
-- ${utils.gitBranchSVG()} ${repo} -
-`; +async function getPkgJsonData(pluginId) { + const url = `https://cdn.jsdelivr.net/npm/@capacitor/${pluginId}@${tag}/package.json`; + const rsp = await fetch(url); + return rsp.json(); } -function renderSalesCTA({}) { - return ` -If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.
-Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. - Learn More or if you're interested in an enterprise version of this plugin Contact Us-
- Premium, supported Capacitor and Cordova plugins, third-party integrations, and pre-built native solutions for + Premium, supported plugins, third-party integrations, and pre-built native solutions for building enterprise-grade apps.