From c37b4c61709e7f292fef6adc892b5db4d668f05b Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Fri, 13 Oct 2023 16:18:15 -0400 Subject: [PATCH] docs(readme.md): add monorepo docs section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a886eea..16d5f472 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ pnpm stub To enable nx distributed caching, refactor the `.github/workflows/release.yml` file via the directions [here](https://nx.dev/recipes/ci/monorepo-ci-github-actions#distributed-ci-with-nx-cloud). +## Additional Documentation + +Additional monorepo documentation can be [found here](docs/repo/README.md). + ## License MIT