Skip to content

Commit 5ae83b5

Browse files
Link README to modular reference example
1 parent 4207914 commit 5ae83b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This template is intentionally generic so it can be adopted across teams, produc
3232
- `docs/REPOSITORY_STANDARDS.md`
3333
- `docs/ARCHITECTURE.md`
3434
- `docs/DEVEX.md`
35+
- `docs/examples/MODULAR_REFERENCE.md`
3536
- Modular template structure:
3637
- `core/`
3738
- `providers/`
@@ -75,7 +76,7 @@ See `docs/REPOSITORY_STANDARDS.md` for reusable naming and governance convention
7576

7677
## Architecture conventions
7778

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`.
7980

8081
## Developer experience
8182

@@ -107,6 +108,8 @@ docs/
107108
ARCHITECTURE.md
108109
DEVEX.md
109110
REPOSITORY_STANDARDS.md
111+
examples/
112+
MODULAR_REFERENCE.md
110113
scripts/
111114
tests/
112115
CHANGELOG.md

0 commit comments

Comments
 (0)