diff --git a/README.md b/README.md index 71ab4cb072..4d1e1b520b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

diff --git a/docs/angular/getting-started/intro.md b/docs/angular/getting-started/intro.md
index 8362d326b8..9e61af5e54 100644
--- a/docs/angular/getting-started/intro.md
+++ b/docs/angular/getting-started/intro.md
@@ -1,6 +1,6 @@
# Intro to Nx
-Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more.
+Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
Nx helps you develop [Angular](/{{framework}}/angular/overview) applications with fully integrated support for
modern tools and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),
diff --git a/docs/node/getting-started/intro.md b/docs/node/getting-started/intro.md
index 82d6cd8193..660889070d 100644
--- a/docs/node/getting-started/intro.md
+++ b/docs/node/getting-started/intro.md
@@ -1,6 +1,6 @@
# Intro to Nx
-Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more.
+Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
## 10-Minute Nx Overview
diff --git a/docs/react/getting-started/intro.md b/docs/react/getting-started/intro.md
index 7a4f36a5aa..94753223ad 100644
--- a/docs/react/getting-started/intro.md
+++ b/docs/react/getting-started/intro.md
@@ -1,8 +1,6 @@
# Intro to Nx
-Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating
-seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation
-caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more
+Nx is a smart, fast and extensible build system with first class monorepo support and powerful integrations.
Nx helps you develop [React](/{{framework}}/react/overview) applications with fully integrated support for modern tools
and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),
diff --git a/docs/shared/monorepo-ci-azure.md b/docs/shared/monorepo-ci-azure.md
index 9a804f454e..49ac3598fc 100644
--- a/docs/shared/monorepo-ci-azure.md
+++ b/docs/shared/monorepo-ci-azure.md
@@ -1,6 +1,6 @@
# Configuring CI Using Azure Pipelines and Nx
-Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages:
+Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules
diff --git a/docs/shared/monorepo-ci-circle-ci.md b/docs/shared/monorepo-ci-circle-ci.md
index 45781e3c2c..1c212b3b0d 100644
--- a/docs/shared/monorepo-ci-circle-ci.md
+++ b/docs/shared/monorepo-ci-circle-ci.md
@@ -1,6 +1,6 @@
# Configuring CI Using CircleCI and Nx
-Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages:
+Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules
diff --git a/docs/shared/monorepo-ci-github-actions.md b/docs/shared/monorepo-ci-github-actions.md
index 1a5cea3de4..140f0a997d 100644
--- a/docs/shared/monorepo-ci-github-actions.md
+++ b/docs/shared/monorepo-ci-github-actions.md
@@ -1,6 +1,6 @@
# Configuring CI Using GitHub Actions and Nx
-Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages:
+Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules
diff --git a/docs/shared/monorepo-ci-gitlab.md b/docs/shared/monorepo-ci-gitlab.md
index d899ce5c1a..1d4fad6261 100644
--- a/docs/shared/monorepo-ci-gitlab.md
+++ b/docs/shared/monorepo-ci-gitlab.md
@@ -1,6 +1,6 @@
# Configuring CI Using GitLab and Nx
-Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages:
+Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules
diff --git a/docs/shared/monorepo-ci-jenkins.md b/docs/shared/monorepo-ci-jenkins.md
index 38a56e9ebb..2ed2718188 100644
--- a/docs/shared/monorepo-ci-jenkins.md
+++ b/docs/shared/monorepo-ci-jenkins.md
@@ -1,6 +1,6 @@
# Configuring CI Using Jenkins and Nx
-Nx is a smart and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages:
+Nx is a smart, fast and extensible build system, and it works really well with monorepos. Monorepos provide a lot of advantages:
- Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules
diff --git a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx
index ac84072a00..a28a9002fc 100644
--- a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx
+++ b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx
@@ -52,7 +52,7 @@ export function DocViewer({
: 'https://nx.dev/images/nx-media.jpg',
width: 800,
height: 400,
- alt: 'Nx: Smart, Extensible Build Framework',
+ alt: 'Nx: Smart, Fast and Extensible Build System',
type: 'image/jpeg',
},
],
diff --git a/nx-dev/feature-flavor-selection/src/lib/flavor-selection-dialog/flavor-selection-dialog.tsx b/nx-dev/feature-flavor-selection/src/lib/flavor-selection-dialog/flavor-selection-dialog.tsx
index 031188aa56..093d26c9cc 100644
--- a/nx-dev/feature-flavor-selection/src/lib/flavor-selection-dialog/flavor-selection-dialog.tsx
+++ b/nx-dev/feature-flavor-selection/src/lib/flavor-selection-dialog/flavor-selection-dialog.tsx
@@ -44,7 +44,7 @@ export function FlavorSelectionDialog(props: FlavorSelectionDialogProps) {
Before You Continue...
- Nx is a smart and extensible build framework that helps you + Nx is a smart, fast and extensible build system that helps you develop, test, build, and scale Angular applications with fully integrated support for modern tools like Jest, Cypress, Storybook, ESLint, NgRx, and more. diff --git a/nx-dev/nx-dev/pages/community.tsx b/nx-dev/nx-dev/pages/community.tsx index 103f81c75a..dde5598033 100644 --- a/nx-dev/nx-dev/pages/community.tsx +++ b/nx-dev/nx-dev/pages/community.tsx @@ -47,7 +47,7 @@ export function Community(props: CommunityProps) { url: 'https://nx.dev/images/nx-media.jpg', width: 800, height: 400, - alt: 'Nx: Smart, Extensible Build Framework', + alt: 'Nx: Smart, Fast and Extensible Build System', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/pages/conf.tsx b/nx-dev/nx-dev/pages/conf.tsx index a7f4bdad2e..eb01fcfbe0 100644 --- a/nx-dev/nx-dev/pages/conf.tsx +++ b/nx-dev/nx-dev/pages/conf.tsx @@ -29,7 +29,7 @@ export function ConfPage() { url: 'https://nx.dev/images/nx-conf-media.jpg', width: 1000, height: 500, - alt: 'Nx: Smart, Extensible Build Framework', + alt: 'Nx: Smart, Fast and Extensible Build System', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/pages/index.tsx b/nx-dev/nx-dev/pages/index.tsx index 641be0509b..f232fdfeb8 100644 --- a/nx-dev/nx-dev/pages/index.tsx +++ b/nx-dev/nx-dev/pages/index.tsx @@ -35,15 +35,15 @@ export function Index() { description="Next generation build system with first class monorepo support and powerful integrations." openGraph={{ url: 'https://nx.dev', - title: 'Nx: Smart, Extensible Build Framework', + title: 'Nx: Smart, Fast and Extensible Build System', description: - 'Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, full monorepo support and more.', + 'Nx is a smart, fast and extensible build system which comes with first class monorepo support and powerful integrations.', images: [ { url: 'https://nx.dev/images/nx-media.jpg', width: 800, height: 400, - alt: 'Nx: Smart, Extensible Build Framework', + alt: 'Nx: Smart, Fast and Extensible Build System', type: 'image/jpeg', }, ], diff --git a/nx-dev/nx-dev/pages/node.tsx b/nx-dev/nx-dev/pages/node.tsx index 51a3a65397..f6726cb5c9 100644 --- a/nx-dev/nx-dev/pages/node.tsx +++ b/nx-dev/nx-dev/pages/node.tsx @@ -71,7 +71,7 @@ export function Node() { url: 'https://nx.dev/images/nx-media.jpg', width: 800, height: 400, - alt: 'Nx: Smart, Extensible Build Framework', + alt: 'Nx: Smart, Fast and Extensible Build System', type: 'image/jpeg', }, ], @@ -146,8 +146,8 @@ export function Node() {
Nx is a set of tools that provides a standardized and diff --git a/nx-dev/nx-dev/pages/react.tsx b/nx-dev/nx-dev/pages/react.tsx index a5c1afedf6..4fcc10124e 100644 --- a/nx-dev/nx-dev/pages/react.tsx +++ b/nx-dev/nx-dev/pages/react.tsx @@ -27,7 +27,7 @@ export function ReactPage() { url: 'https://nx.dev/images/nx-media.jpg', width: 800, height: 400, - alt: 'Nx: Smart, Extensible Build Framework', + alt: 'Nx: Smart, Fast and Extensible Build System', type: 'image/jpeg', }, ], @@ -64,7 +64,7 @@ export function ReactPage() { Nx and React
- Nx is a smart and extensible build framework to help you
+ Nx is a smart, fast and extensible build system to help you
develop, test, build, and scale with React and React
frameworks like Next.js, React Native, and{' '}
Gatsby.
diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/examples/react-and-angular.md b/nx-dev/nx-dev/public/documentation/latest/angular/examples/react-and-angular.md
index 8417332254..075e50060e 100644
--- a/nx-dev/nx-dev/public/documentation/latest/angular/examples/react-and-angular.md
+++ b/nx-dev/nx-dev/public/documentation/latest/angular/examples/react-and-angular.md
@@ -95,7 +95,7 @@ And the template of the generated component will look as follows:
Smart, Extensible Build Framework
+Smart, Fast and Extensible Build System













































