diff --git a/README.md b/README.md index c4f0192858..25e656d833 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 ea508f74bc..594207804d 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 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.
+Nx is a smart 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 abc8128181..315525cdd5 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 powerful and extensible build framework that helps you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications.
+Nx is a smart 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 930b1f1d90..872bb1c4c5 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 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).
+Nx is a smart 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 263a0fbf61..21fede1f43 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 and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages:
+Nx is a set of smart 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 4fd37259e6..11d05346d7 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 and extensible build framework, and it works well with monorepos. Monorepos provide a lot of advantages:
+Nx is a set of smart 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 6f5339d4a7..36ffc3ccaa 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 powerful and extensible build framework to help you + Nx is a smart 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 e1019bce47..a88f637d7b 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 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. +Nx is a smart 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 cb9c76fab8..8d0d5e6052 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 powerful and extensible build framework that helps you develop, test, build, and scale Node applications. +Nx is a smart 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 26fc43e7c2..aeba0ea9be 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 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. +Nx is a smart 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 c57acd8dd3..dd02957071 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/nx-source", "version": "12.3.0", - "description": "Powerful and Extensible Build Framework", + "description": "Smart, Extensible Build Framework", "homepage": "https://nx.dev", "private": true, "scripts": { diff --git a/packages/angular/README.md b/packages/angular/README.md index 4d3ee15648..0e80cf6f8f 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -1,4 +1,4 @@ -











































