diff --git a/packages/app-next/src/App.tsx b/packages/app-next/src/App.tsx index 0d686cd5a5..079eb9bf27 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 system 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