From eecf777e49b1d6571e56bb838ecb6e53ff9f5159 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 18 Aug 2023 11:15:04 +0200 Subject: [PATCH] 1-1262-docs-update-integrations: delete old integrations intro doc --- .../reference/integrations/integrations.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 website/docs/reference/integrations/integrations.md diff --git a/website/docs/reference/integrations/integrations.md b/website/docs/reference/integrations/integrations.md deleted file mode 100644 index 888a227220..0000000000 --- a/website/docs/reference/integrations/integrations.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -id: integrations -title: External Integrations and plugins ---- -import DocCardList from '@theme/DocCardList'; -import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; - - -Unleash can also integrate with other systems in different ways. - -## Official integrations - -Unleash provides these official integrations: - - - -## Community-contributed integrations: - -Our wonderful community has also created the following integrations: - -- [Vue Unleash plugin](https://github.com/crishellco/vue-unleash) -- [Quarkus](https://github.com/quarkiverse/quarkus-unleash) -- [Fastify feature flags plugin](https://gitlab.com/m03geek/fastify-feature-flags#unleash-provider)