1
0
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:
Egil Østhus 2021-02-23 09:44:06 +01:00
parent 19771d309a
commit 56e6093eda
4 changed files with 16 additions and 3 deletions

View 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)

View File

@ -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"
} }
}, },

View File

@ -68,8 +68,8 @@
] ]
}, },
"Integrations": { "Integrations": {
"Client": [ "Integrations": [
"tags" "integrations/integrations"
] ]
}, },
"Contribute": { "Contribute": {

View File

@ -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'},