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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user