docs(core): add core-tutorial link on intro (#9690)

This commit is contained in:
Benjamin Cabanes 2022-04-05 14:13:16 -04:00 committed by GitHub
parent a96ecc6dd8
commit 3d101dbbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ the boilerplate. However, the vast majority of the features will work the same w
- [Using Nx without plugins](/getting-started/nx-core) will help you understand the core of Nx.
- [Adding Nx to an existing monorepo](/migration/adding-to-monorepo) will show how to add Nx to an existing monorepo.
- [Mental model](/using-nx/mental-model) is a good starting point for those who like to understand things theoretically first.
- [Nx core tutorial](/core-tutorial/01-create-blog) to start learning how to use Nx.
If you want to use Nx plugins to really level up your productivity, pick one of the following guides: