You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ This template is intentionally generic so it can be adopted across teams, produc
32
32
-`docs/REPOSITORY_STANDARDS.md`
33
33
-`docs/ARCHITECTURE.md`
34
34
-`docs/DEVEX.md`
35
+
-`docs/examples/MODULAR_REFERENCE.md`
35
36
- Modular template structure:
36
37
-`core/`
37
38
-`providers/`
@@ -75,7 +76,7 @@ See `docs/REPOSITORY_STANDARDS.md` for reusable naming and governance convention
75
76
76
77
## Architecture conventions
77
78
78
-
See `docs/ARCHITECTURE.md` for the reusable modular layout, including core/provider/plugin/config/test separation.
79
+
See `docs/ARCHITECTURE.md` for the reusable modular layout, including core/provider/plugin/config/test separation. For a concrete walkthrough, see `docs/examples/MODULAR_REFERENCE.md`.
0 commit comments