mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
Chore: update documentation
This commit is contained in:
parent
19771d309a
commit
56e6093eda
9
docs/integrations/integrations.md
Normal file
9
docs/integrations/integrations.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
id: integrations
|
||||||
|
title: Integrations and plugins
|
||||||
|
---
|
||||||
|
|
||||||
|
Available integrations with Unleash
|
||||||
|
|
||||||
|
- [Vue plugin](https://github.com/crishellco/vue-unleash)
|
||||||
|
- [Quarkus](https://github.com/quarkiverse/quarkus-unleash)
|
@ -110,6 +110,9 @@
|
|||||||
"index": {
|
"index": {
|
||||||
"title": "index"
|
"title": "index"
|
||||||
},
|
},
|
||||||
|
"integrations/integrations": {
|
||||||
|
"title": "Integrations and plugins"
|
||||||
|
},
|
||||||
"sdks/dot_net_sdk": {
|
"sdks/dot_net_sdk": {
|
||||||
"title": ".net SDK"
|
"title": ".net SDK"
|
||||||
},
|
},
|
||||||
@ -198,6 +201,7 @@
|
|||||||
"Internal": "Internal",
|
"Internal": "Internal",
|
||||||
"Specification": "Specification",
|
"Specification": "Specification",
|
||||||
"Deploy & configure": "Deploy & configure",
|
"Deploy & configure": "Deploy & configure",
|
||||||
|
"Integrations": "Integrations",
|
||||||
"Contribute to Unleash": "Contribute to Unleash"
|
"Contribute to Unleash": "Contribute to Unleash"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -68,8 +68,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Integrations": {
|
"Integrations": {
|
||||||
"Client": [
|
"Integrations": [
|
||||||
"tags"
|
"integrations/integrations"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Contribute": {
|
"Contribute": {
|
||||||
|
@ -69,7 +69,7 @@ const siteConfig = {
|
|||||||
{ doc: 'user_guide/connect_sdk', label: 'Documentation' },
|
{ doc: 'user_guide/connect_sdk', label: 'Documentation' },
|
||||||
{ doc: 'api/client/features', label: 'API' },
|
{ doc: 'api/client/features', label: 'API' },
|
||||||
{ doc: 'deploy/getting_started', label: 'Deploy and manage' },
|
{ doc: 'deploy/getting_started', label: 'Deploy and manage' },
|
||||||
{ doc: 'tags', label: 'Integrations' },
|
{ doc: 'integrations/integrations', label: 'Integrations' },
|
||||||
{ doc: 'developer_guide', label: 'Contribute' },
|
{ doc: 'developer_guide', label: 'Contribute' },
|
||||||
{ page: 'help', label: 'Help' },
|
{ page: 'help', label: 'Help' },
|
||||||
// {blog: true, label: 'Blog'},
|
// {blog: true, label: 'Blog'},
|
||||||
|
Loading…
Reference in New Issue
Block a user