Update docs/frontend-system/architecture/07-routes.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-12 15:55:12 +01:00
parent 513919d266
commit 9487a41913
@@ -415,9 +415,9 @@ Using the above example of the Catalog entities list page to the Scaffolder crea
app:
routes:
bindings:
# point to the Scaffolder create component page when the Catalog create component ref be used
# point to the Scaffolder create component page when the Catalog create component ref is used
plugin.catalog.externalRoutes.createComponent: plugin.scaffolder.routes.index
# point to the Catalog details page when the Scaffolder component details ref be used
# point to the Catalog details page when the Scaffolder component details ref is used
plugin.scaffolder.externalRoutes.componentDetails: plugin.catalog.routes.details
```