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:
parent
738643eb24
commit
100e136951
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user