From e4cfc7ced09aa5c1fd4735655c3cc66cc444cf6b Mon Sep 17 00:00:00 2001 From: Florent Delerue Date: Mon, 22 Aug 2022 14:57:17 +0200 Subject: [PATCH] chore(docs): v3 landing file system routing improvements (#859) --- .../DocsFrameworkV3RoutingContainer.vue | 51 +++++++++---------- content/docs/3.x/_collections/routing.md | 8 +-- 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/components/content/docs/framework/v3/routing/DocsFrameworkV3RoutingContainer.vue b/components/content/docs/framework/v3/routing/DocsFrameworkV3RoutingContainer.vue index 1bee701df..8863ac885 100644 --- a/components/content/docs/framework/v3/routing/DocsFrameworkV3RoutingContainer.vue +++ b/components/content/docs/framework/v3/routing/DocsFrameworkV3RoutingContainer.vue @@ -19,19 +19,9 @@ -
-
-
-
-
-
-
+
+
+
+
+
+
- - pages - - - blog - - - [slug.vue] - - - index.vue - -
-
pages @@ -130,7 +115,7 @@ message - [id.vue] + [id].vue message.vue @@ -142,6 +127,20 @@ index.vue
+
+ + pages + + + blog + + + [slug].vue + + + index.vue + +
pages diff --git a/content/docs/3.x/_collections/routing.md b/content/docs/3.x/_collections/routing.md index 14f57415a..93bf899c3 100644 --- a/content/docs/3.x/_collections/routing.md +++ b/content/docs/3.x/_collections/routing.md @@ -4,14 +4,14 @@ routings: icon: static-route.svg description: Nuxt ships by default with best Lighthouse and Web vitals score so users won’t wait for accessing your website. iconColor: static-route-white.svg - - title: Nested routes - description: Nuxt ships by default with best Lighthouse and Web vitals score so users won’t wait for accessing your website. - icon: nested-routes.svg - iconColor: nested-routes-white.svg - title: Dynamic routes description: 'Once the website is loaded, users will discover a new experience: an application feeling right into their browser.' icon: dynamic-routes.svg iconColor: dynamic-routes-white.svg + - title: Nested routes + description: Nuxt ships by default with best Lighthouse and Web vitals score so users won’t wait for accessing your website. + icon: nested-routes.svg + iconColor: nested-routes-white.svg - title: Middleware description: Nuxt server renders your pages to bring your website the full visibility it deserves so users will find you website. icon: middleware.svg