From 007003719a1bc82452744d6c38bf6e92627a01f3 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 11 Jan 2024 19:36:30 +0100 Subject: [PATCH] docs(frontend-system): remove redundant page name comment Signed-off-by: Camila Belo --- docs/frontend-system/architecture/07-routes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/frontend-system/architecture/07-routes.md b/docs/frontend-system/architecture/07-routes.md index 8ffecaa827..caa93eaf67 100644 --- a/docs/frontend-system/architecture/07-routes.md +++ b/docs/frontend-system/architecture/07-routes.md @@ -134,7 +134,6 @@ import { import { rootRouteRef, detailsRouteRef } from './routes'; const indexPage = createPageExtension({ - // Ommiting name since it is the root page defaultPath: '/entities', routeRef: indexRouteRef, loader: async () => { @@ -287,7 +286,6 @@ export default createPlugin({ export { default } from './plugin'; ``` - Now let's move on and configure the app to point to the Scaffolder create component page when the catalog create component ref be used. ### Binding External Route References