From 74cbfb2c5890db36732d0460132666d26453488a Mon Sep 17 00:00:00 2001 From: angioletto Date: Thu, 13 Nov 2025 21:12:15 +0100 Subject: [PATCH] Create indes.ts to export HelpDoc modules --- frontend/src/locale/src/HelpDoc/it/indes.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/src/locale/src/HelpDoc/it/indes.ts diff --git a/frontend/src/locale/src/HelpDoc/it/indes.ts b/frontend/src/locale/src/HelpDoc/it/indes.ts new file mode 100644 index 00000000..a9bb46ba --- /dev/null +++ b/frontend/src/locale/src/HelpDoc/it/indes.ts @@ -0,0 +1,6 @@ +export * as AccessLists from "./AccessLists.md"; +export * as Certificates from "./Certificates.md"; +export * as DeadHosts from "./DeadHosts.md"; +export * as ProxyHosts from "./ProxyHosts.md"; +export * as RedirectionHosts from "./RedirectionHosts.md"; +export * as Streams from "./Streams.md";