diff --git a/docs/integrations/integrations.md b/docs/integrations/integrations.md new file mode 100644 index 0000000000..16ea28fc61 --- /dev/null +++ b/docs/integrations/integrations.md @@ -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) diff --git a/website/i18n/en.json b/website/i18n/en.json index 96a9e74ec5..2e3ca8dfcd 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -110,6 +110,9 @@ "index": { "title": "index" }, + "integrations/integrations": { + "title": "Integrations and plugins" + }, "sdks/dot_net_sdk": { "title": ".net SDK" }, @@ -198,6 +201,7 @@ "Internal": "Internal", "Specification": "Specification", "Deploy & configure": "Deploy & configure", + "Integrations": "Integrations", "Contribute to Unleash": "Contribute to Unleash" } }, diff --git a/website/sidebars.json b/website/sidebars.json index aa54c64be9..4790ded75a 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -68,8 +68,8 @@ ] }, "Integrations": { - "Client": [ - "tags" + "Integrations": [ + "integrations/integrations" ] }, "Contribute": { diff --git a/website/siteConfig.js b/website/siteConfig.js index cad99f0e16..44d911a529 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -69,7 +69,7 @@ const siteConfig = { { doc: 'user_guide/connect_sdk', label: 'Documentation' }, { doc: 'api/client/features', label: 'API' }, { doc: 'deploy/getting_started', label: 'Deploy and manage' }, - { doc: 'tags', label: 'Integrations' }, + { doc: 'integrations/integrations', label: 'Integrations' }, { doc: 'developer_guide', label: 'Contribute' }, { page: 'help', label: 'Help' }, // {blog: true, label: 'Blog'},