Skip to content

Commit 4d5509b

Browse files
jaysoojuristr
authored andcommitted
docs(misc): update intro page to clarify tutorial links
1 parent 3e86e42 commit 4d5509b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/shared/getting-started/intro.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ If instead you want to jump right into it, run the following command. It will gu
2222
{% /tab %}
2323
{% /tabs %}
2424

25-
You can use Nx to quickly scaffold a new standalone project or even an entire monorepo. It can be incrementally adopted and will grow with your project as it scales.
25+
You can use Nx to quickly scaffold a new project or even an entire monorepo. It can be incrementally adopted and will grow with your project as it scales.
2626

2727
{% cards cols="3" %}
2828

29-
{% title-card title="New Monorepo" url="#start-a-new-monorepo" /%}
30-
{% title-card title="New Standalone Project" url="#start-a-new-standalone-project" /%}
31-
{% title-card title="Add to an Existing Project or Monorepo" url="#adding-nx-to-an-existing-project-or-monorepo" /%}
29+
{% title-card title="New Monorepo" url="#get-started-with-the-basics" /%}
30+
{% title-card title="Choose a Stack" url="#learn-about-nx-and-your-favorite-stack" /%}
31+
{% title-card title="Add to an Existing Project" url="#http://localhost:4200/getting-started/intro#adding-nx-to-an-existing-project" /%}
3232

3333
{% /cards %}
3434

35-
## Start a New Monorepo
35+
## Get Started with the Basics
3636

3737
Its modular architecture lets you adopt Nx for package-based monorepos in combination with NPM, Yarn or PNPM, or create a fully integrated monorepo using Nx plugins. Learn more with the tutorials below.
3838

@@ -56,39 +56,39 @@ Get a pre-configured setup. Nx configures your favorite frameworks and lets you
5656

5757
{% /cards %}
5858

59-
## Start a New Standalone Project
59+
## Learn About Nx and Your Favorite Stack
6060

61-
Nx works well not just for monorepos. Nx plugins help you scaffold new standalone projects with pre-configured tooling and modularize your codebase with local libraries.
61+
Nx works well not just for monorepos. Nx plugins help you scaffold new projects with pre-configured tooling and modularize your codebase with local libraries.
6262

6363
{% cards cols="3" %}
6464

65-
{% persona type="react" title="Create a Standalone React app" url="/getting-started/tutorials/react-standalone-tutorial" %}
65+
{% persona type="react" title="Create a React app" url="/getting-started/tutorials/react-standalone-tutorial" %}
6666

6767
A modern React setup with built-in support for Vite, ESLint, Cypress, and more. Think CRA but modern, always up-to-date and scalable.
6868

69-
- [Create a Standalone React app](/getting-started/tutorials/react-standalone-tutorial)
69+
- [Create a React app](/getting-started/tutorials/react-standalone-tutorial)
7070

7171
{% /persona %}
7272

73-
{% persona type="angular" title="Create a Standalone Angular app" url="/getting-started/tutorials/angular-standalone-tutorial" %}
73+
{% persona type="angular" title="Create an Angular app" url="/getting-started/tutorials/angular-standalone-tutorial" %}
7474

7575
A modern Angular development experience powered by advanced generators and integrations with modern tooling.
7676

77-
- [Create a Standalone Angular app](/getting-started/tutorials/angular-standalone-tutorial)
77+
- [Create an Angular app](/getting-started/tutorials/angular-standalone-tutorial)
7878

7979
{% /persona %}
8080

81-
{% persona type="node" title="Create a Standalone Node server" url="/getting-started/tutorials/node-server-tutorial" %}
81+
{% persona type="node" title="Create a Node server" url="/getting-started/tutorials/node-server-tutorial" %}
8282

8383
A modern Node server with scaffolding for Express, Fastify or Koa. There's also Docker support built-in.
8484

85-
- [Create a Standalone Node server](/getting-started/tutorials/node-server-tutorial)
85+
- [Create a Node server](/getting-started/tutorials/node-server-tutorial)
8686

8787
{% /persona %}
8888

8989
{% /cards %}
9090

91-
## Adding Nx to an Existing Project or Monorepo
91+
## Adding Nx to an Existing Project
9292

9393
If you have an existing project and want to adopt Nx or migrate to Nx just run the following command which guides you through the migration process:
9494

@@ -103,7 +103,7 @@ Add Nx to your existing NPM/YARN/PNPM workspace
103103
{% /persona %}
104104

105105
{% persona title="Add to any Project" type="extend" url="/recipes/adopting-nx/adding-to-existing-project" %}
106-
Add Nx to a standalone project
106+
Add Nx to a project
107107
{% /persona %}
108108

109109
{% persona title="Migrate from CRA" type="react" url="/recipes/adopting-nx/migration-cra" %}

0 commit comments

Comments
 (0)