From 3d101dbbf62441ed43e5c1de59ec02e9f1df432c Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:13:16 -0400 Subject: [PATCH] docs(core): add core-tutorial link on intro (#9690) --- docs/shared/getting-started/intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/shared/getting-started/intro.md b/docs/shared/getting-started/intro.md index 0082597b43..a5fafcf051 100644 --- a/docs/shared/getting-started/intro.md +++ b/docs/shared/getting-started/intro.md @@ -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: