diff --git a/docs/getting-started/resources.md b/docs/getting-started/resources.md index 794dd86875..dfbd22cb3e 100644 --- a/docs/getting-started/resources.md +++ b/docs/getting-started/resources.md @@ -4,9 +4,15 @@ +### Angular Enterprise Monorepo Pattens Book + + + +[This is a free book](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad) on using Nx in large organizations. It is very practical. Even though it covers the general benefits of Google-style development, it focuses on concrete problems and how to effectively use Nx to solve them. + ### Books and Blogs -- [Angular Enteprise Monorepo Patters](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad) +- [Angular Enteprise Monorepo Patters Book](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad) - [Nx blog posts](https://blog.nrwl.io/nx/home) ### Videos diff --git a/docs/map.json b/docs/map.json index aad0573963..02fbf44604 100644 --- a/docs/map.json +++ b/docs/map.json @@ -14,6 +14,10 @@ { "name": "Nx and Angular CLI", "id": "nx-and-cli" + }, + { + "name": "Resources", + "id": "resources" } ] },