diff --git a/README.md b/README.md index 58290d95c4..c4f0192858 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -


diff --git a/docs/angular/getting-started/intro.md b/docs/angular/getting-started/intro.md
index 33217fa793..ea508f74bc 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 suite of powerful, extensible dev tools that help you develop, test, build, and scale [Angular](/{{framework}}/angular/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more.
+Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [Angular](/{{framework}}/angular/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more.
## 10-Minute Nx Overview
diff --git a/docs/node/getting-started/intro.md b/docs/node/getting-started/intro.md
index 45f8b69888..abc8128181 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 suite of powerful, extensible dev tools that help you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications.
+Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications.
## 10-Minute Nx Overview
diff --git a/docs/react/getting-started/intro.md b/docs/react/getting-started/intro.md
index 8a23db33ce..930b1f1d90 100644
--- a/docs/react/getting-started/intro.md
+++ b/docs/react/getting-started/intro.md
@@ -1,6 +1,6 @@
# Intro to Nx
-Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale [React](/{{framework}}/react/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React frameworks like [Gatsby](/{{framework}}/gatsby/overview) and [Next.js](/{{framework}}/next/overview).
+Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [React](/{{framework}}/react/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React frameworks like [Gatsby](/{{framework}}/gatsby/overview) and [Next.js](/{{framework}}/next/overview).
## 10-Minute Nx Overview
diff --git a/docs/shared/monorepo-ci-azure.md b/docs/shared/monorepo-ci-azure.md
index 81621ff742..263a0fbf61 100644
--- a/docs/shared/monorepo-ci-azure.md
+++ b/docs/shared/monorepo-ci-azure.md
@@ -1,6 +1,6 @@
# Distributed CI Using Azure Pipelines
-Nx is a set of powerful, extensible dev tools, and it works really well with monorepos. Monorepos provide a lot of advantages:
+Nx is a set of powerful and extensible build framework, 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 17051c31ab..4fd37259e6 100644
--- a/docs/shared/monorepo-ci-jenkins.md
+++ b/docs/shared/monorepo-ci-jenkins.md
@@ -1,6 +1,6 @@
# Distributed CI Using Jenkins
-Nx is a set of powerful, extensible dev tools, and it works well with monorepos. Monorepos provide a lot of advantages:
+Nx is a set of powerful and extensible build framework, and it works 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/nx-dev/pages/index.tsx b/nx-dev/nx-dev/pages/index.tsx
index 551e7290cc..6f5339d4a7 100644
--- a/nx-dev/nx-dev/pages/index.tsx
+++ b/nx-dev/nx-dev/pages/index.tsx
@@ -71,7 +71,7 @@ export function Index() {
Build full-stack applications with modern tools and reinforce best @@ -152,7 +152,7 @@ export function Index() { Frameworks Agnostic
- Nx is a suite of powerful, extensible dev tools to help you + Nx is a powerful and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and libraries while providing a robust CLI, caching, dependency management, and more. diff --git a/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md b/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md index f4e4d69874..e1019bce47 100644 --- a/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md +++ b/nx-dev/nx-dev/public/documentation/11.4.0/angular/getting-started/getting-started.md @@ -1,6 +1,6 @@ # Getting Started -Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more. +Nx is a powerful and extensible build framework that helps you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more. ## 10-Minute Nx Overview diff --git a/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md b/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md index 2a7c106a63..cb9c76fab8 100644 --- a/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md +++ b/nx-dev/nx-dev/public/documentation/11.4.0/node/getting-started/getting-started.md @@ -1,6 +1,6 @@ # Getting Started -Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Node applications. +Nx is a powerful and extensible build framework that helps you develop, test, build, and scale Node applications. ## Create Nx Workspace diff --git a/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md b/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md index 5d94dc04f4..26fc43e7c2 100644 --- a/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md +++ b/nx-dev/nx-dev/public/documentation/11.4.0/react/getting-started/getting-started.md @@ -1,6 +1,6 @@ # Getting Started -Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc. +Nx is a powerful and extensible build framework that helps you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc. ## 10-Minute Nx Overview diff --git a/package.json b/package.json index 016a53c736..c57acd8dd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/nx-source", "version": "12.3.0", - "description": "Powerful, Extensible Dev Tools", + "description": "Powerful and Extensible Build Framework", "homepage": "https://nx.dev", "private": true, "scripts": { diff --git a/packages/angular/README.md b/packages/angular/README.md index 2335726116..4d3ee15648 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -1,4 +1,4 @@ -











































