Skip to content

Commit b6efb0c

Browse files
committed
docs(nx): add resources to map.json
1 parent 96b67bd commit b6efb0c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/getting-started/resources.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44

55
<iframe width="560" height="315" src="https://www.youtube.com/embed/XZpp52IqD2A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
66

7+
### Angular Enterprise Monorepo Pattens Book
8+
9+
<img src="https://go.nrwl.io/hs-fs/hubfs/LP_Cover.jpg?width=5668&name=LP_Cover.jpg">
10+
11+
[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.
12+
713
### Books and Blogs
814

9-
- [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)
15+
- [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)
1016
- [Nx blog posts](https://blog.nrwl.io/nx/home)
1117

1218
### Videos

docs/map.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
{
1515
"name": "Nx and Angular CLI",
1616
"id": "nx-and-cli"
17+
},
18+
{
19+
"name": "Resources",
20+
"id": "resources"
1721
}
1822
]
1923
},

0 commit comments

Comments
 (0)