From 100e13695171485eb3dfa264f3e7c628d317263f Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 24 Jan 2022 14:34:48 +0100 Subject: [PATCH] docs: flesh out integrations category page. --- website/docs/integrations/integrations.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/website/docs/integrations/integrations.md b/website/docs/integrations/integrations.md index a79f09c51f..888a227220 100644 --- a/website/docs/integrations/integrations.md +++ b/website/docs/integrations/integrations.md @@ -2,8 +2,21 @@ id: integrations title: External Integrations and plugins --- +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -Available integrations with Unleash + +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)