app-next: add comment explaining why we're unnecessarily doing legacy plugin conversion

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2024-09-13 10:21:15 +01:00
parent de8626ff50
commit c31ebf8956
+5
View File
@@ -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 <Route> tree similar to collectLegacyRoutes