From a1f5c8d776486663e88359d948efc5448b1e4aec Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:07:31 +0100 Subject: [PATCH] Update index.ts --- documentation/src/assets/integration-icons/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/src/assets/integration-icons/index.ts b/documentation/src/assets/integration-icons/index.ts index 61fc56a9..baf06f25 100644 --- a/documentation/src/assets/integration-icons/index.ts +++ b/documentation/src/assets/integration-icons/index.ts @@ -45,6 +45,12 @@ export { default as Cache } from "./cache"; export { default as Nginx } from "./nginx"; export { default as Apache } from "./apache"; + +export { default as Redis } from "./redis"; +export { default as Docker } from "./docker"; +export { default as Named } from "./named"; +export { default as Ufw } from "./ufw"; + export { default as Ably } from "./ably"; export { default as Airtable } from "./airtable"; export { default as Antd } from "./antd";