From c31ebf895681c3fd39089bb32287fe28596c5980 Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Fri, 13 Sep 2024 10:21:15 +0100 Subject: [PATCH] app-next: add comment explaining why we're unnecessarily doing legacy plugin conversion Signed-off-by: MT Lewis --- packages/app-next/src/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/app-next/src/App.tsx b/packages/app-next/src/App.tsx index 0d686cd5a5..22b7974925 100644 --- a/packages/app-next/src/App.tsx +++ b/packages/app-next/src/App.tsx @@ -82,6 +82,11 @@ TODO: /* app.tsx */ +/** + * TechDocs does support the new frontend systme so this conversion is not + * strictly necessary, but it's left here to provide a demo of the utilities for + * converting legacy plugins. + */ const convertedTechdocsPlugin = convertLegacyPlugin(techdocsPlugin, { extensions: [ // TODO: We likely also need a way to convert an entire tree similar to collectLegacyRoutes