From aff053febfafd2e21a605c70bb06eafcb1d8fd61 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 21 Nov 2024 09:07:40 -0500 Subject: [PATCH 1/2] fixing dart frog directory diagram --- src/content/docs/architecture/backend.mdx | 24 ++++++++++------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/content/docs/architecture/backend.mdx b/src/content/docs/architecture/backend.mdx index 2240018..552269e 100644 --- a/src/content/docs/architecture/backend.mdx +++ b/src/content/docs/architecture/backend.mdx @@ -34,9 +34,16 @@ While providers, routes, and tests, can live in the root backend project, consid - api/ - - lib/ - - src/ - - middleware/ + - routes/ + - api/ + - v1/ + - todos/ + - _middleware.dart + - test/ + - routes/ + - api/ + - v1/ + - todos/ - packages/ - models/ - lib/ @@ -52,17 +59,6 @@ While providers, routes, and tests, can live in the root backend project, consid - src/ - test/ - src/ - - routes/ - - api/ - - v1/ - - todos/ - - test/ - - src/ - - middleware/ - - routes/ - - api/ - - v1/ - - todos/ From bcf9c434397cecde50545687c28e2f210abff114 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 21 Nov 2024 09:17:09 -0500 Subject: [PATCH 2/2] format --- src/content/docs/architecture/backend.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/architecture/backend.mdx b/src/content/docs/architecture/backend.mdx index 552269e..efcd29b 100644 --- a/src/content/docs/architecture/backend.mdx +++ b/src/content/docs/architecture/backend.mdx @@ -38,7 +38,7 @@ While providers, routes, and tests, can live in the root backend project, consid - api/ - v1/ - todos/ - - _middleware.dart + - \_middleware.dart - test/ - routes/ - api/