1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

docs: flesh out integrations category page.

This commit is contained in:
Thomas Heartman 2022-01-24 14:34:48 +01:00
parent 738643eb24
commit 100e136951

View File

@ -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:
<DocCardList items={useCurrentSidebarCategory().items}/>
## 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)