Skip to content

Commit 1e30f3d

Browse files
authored
chore(nx-dev): update tagline across projects (#31318)
Aligned all instances of the tagline. Changes include documentation, metadata, UI content, test assertions, and other project assets.
1 parent 873f2d8 commit 1e30f3d

File tree

93 files changed

+181
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+181
-175
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p style="text-align: center;">
22
<picture>
33
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4-
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
4+
<img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
55
</picture>
66
</p>
77

@@ -19,7 +19,7 @@
1919

2020
<hr>
2121

22-
# Smart Monorepos · Fast CI
22+
# Smart Repos · Fast Builds
2323

2424
Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.
2525

@@ -58,7 +58,7 @@ Learn more in the [Nx CI docs &raquo;](https://nx.dev/ci/intro?utm_source=nxrepo
5858
- [Our Twitter/X](https://x.com/nxdevtools)
5959

6060
<p style="text-align: center;"><a href="https://www.youtube.com/@nxdevtools/videos" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg"
61-
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
61+
width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
6262

6363
## Want to help?
6464

docs/blog/2023-12-20-nx-17-2-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It's been a bit since we launched [Nx 17](/blog/nx-17-release)! In this article,
1515
- [Module Federation Updates](#module-federation-updates)
1616
- [Nx Release Updates](#nx-release-updates)
1717
- [Angular 17 (AND NgRx 17) Support](#angular-17-and-ngrx-17-support)
18-
- [Smart Monorepos — Fast CI](#smart-monorepos-fast-ci)
18+
- [Smart Repos — Fast Builds](#smart-repos-fast-builds)
1919
- [New Canary Releases](#new-canary-releases)
2020
- [Upcoming Release Livestream](#upcoming-release-livestream)
2121
- [Automatically Update Nx](#automatically-update-nx)
@@ -139,7 +139,7 @@ nx migrate latest --interactive
139139
- Run 'nx migrate --run-migrations'
140140
```
141141

142-
## Smart Monorepos — Fast CI
142+
## Smart Repos — Fast Builds
143143

144144
We just gave our Nx homepage a small facelift, including a new tagline, subtagline and illustration to better reflect Nx's mission statement.
145145

docs/blog/2023-12-28-highlights-2023.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is that time again: getting flooded by Year of Review blog posts. We did it l
2525
- [Many OSS repos adopt Nx](#many-oss-repos-adopt-nx)
2626
- [Nx Community](#nx-community)
2727
- [New Content & Improved Docs](#new-content-improved-docs)
28-
- [New Tagline: Smart Monorepos — Fast CI](#new-tagline-smart-monorepos-fast-ci)
28+
- [New Tagline: Smart Repos — Fast Builds](#new-tagline-smart-repos-fast-builds)
2929
- [Nx Conf](#nx-conf)
3030
- [Looking ahead — 2024](#looking-ahead-2024)
3131
- [Solving CI](#solving-ci)
@@ -330,11 +330,11 @@ You can also browse them in the [nx-recipes](https://github.com/nrwl/nx-recipes)
330330

331331
And obviously, we jumped on the AI train as well. A couple of months ago, we added the [Nx Assistant](/ai-chat). A ChatGPT-powered interface trained in our docs. [Katerina](https://twitter.com/psybercity) wrote about it [on our blog](/blog/nx-docs-ai-assistant). The AI chat allows to interactively ask questions about Nx and will give you relevant answers from our docs (including linking to the sources).
332332

333-
## New Tagline: Smart Monorepos — Fast CI
333+
## New Tagline: Smart Repos — Fast Builds
334334

335335
Nx stands out for its flexibility, accommodating for both monorepo and non-monorepo project structures. This approach allows users to begin with simpler project configurations, leveraging the benefits of Nx's robust tooling, and later, when the need arises, seamlessly [migrate to a monorepo](/recipes/tips-n-tricks/standalone-to-monorepo).
336336
337-
However, Nx's true strength becomes most apparent at scale, typically within a monorepo setup. We wanted to capture it in our new tagline: **Smart Monorepos — Fast CI**.
337+
However, Nx's true strength becomes most apparent at scale, typically within a monorepo setup. We wanted to capture it in our new tagline: **Smart Repos — Fast Builds**.
338338

339339
{% tweet url="https://twitter.com/juristr/status/1734558895547568634" /%}
340340

docs/blog/2024-02-07-fast-effortless-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In 2014, the state of the art for running tests and builds in your repository we
1818

1919
Nx was created in 2017 to address this problem. Nx is a build system that operates on a **higher level** where developers define the relationships between tasks and then Nx to decides the optimal way to run those tasks. In the same way, developers can define the inputs and outputs of tasks, then Nx automatically caches those task results. Developers tell Nx what a task does and then Nx can decide how best to run that task.
2020

21-
With [Nx Agents](/ci/features/distribute-task-execution), Nx is applying this same mindset to the problem of slow and costly CI pipelines. Nx gives you both **Smart Monorepos** and **Fast CI**.
21+
With [Nx Agents](/ci/features/distribute-task-execution), Nx is applying this same mindset to the problem of slow and costly CI pipelines. Nx gives you both **Smart Repos** and **Fast Builds**.
2222

2323
## Why is CI So Hard?
2424

docs/courses/pnpm-nx-next/lessons/06-nx-cloud-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ videoUrl: 'https://youtu.be/8mqHXYIl_qI'
44
duration: '4:00'
55
---
66

7-
Nx powers the “Smart Monorepo,” while Nx Cloud brings “Fast CI” into the mix. Designed to extend Nx’s efficiency into the CI pipeline, Nx Cloud ensures that even large monorepos stay fast and optimized in CI.
7+
Nx powers the “Smart Repos,” while Nx Cloud brings “Fast Builds” into the mix. Designed to extend Nx’s efficiency into the CI pipeline, Nx Cloud ensures that even large monorepos stay fast and optimized in CI.
88

99
In this lesson, we’ll take the Tasker monorepo, push it to GitHub, set up an Nx Cloud workspace, and link it with your GitHub repository. By the end, your Nx workspace will be fully connected to Nx Cloud, ready to leverage its remote caching and distributed CI capabilities.
1010

docs/generated/manifests/nx-api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@
12341234
"githubRoot": "https://github.com/nrwl/nx/blob/master",
12351235
"name": "create-nx-workspace",
12361236
"packageName": "create-nx-workspace",
1237-
"description": "Smart Monorepos · Fast CI",
1237+
"description": "Smart Repos · Fast Builds",
12381238
"documents": {},
12391239
"root": "/packages/create-nx-workspace",
12401240
"source": "/packages/create-nx-workspace/src",

docs/generated/packages-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
"source": "/packages/create-nx-plugin/src"
12301230
},
12311231
{
1232-
"description": "Smart Monorepos · Fast CI",
1232+
"description": "Smart Repos · Fast Builds",
12331233
"documents": [],
12341234
"executors": [],
12351235
"generators": [],

docs/packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{
7373
"name": "create-nx-workspace",
7474
"packageName": "create-nx-workspace",
75-
"description": "Smart Monorepos · Fast CI",
75+
"description": "Smart Repos · Fast Builds",
7676
"path": "generated/packages/create-nx-workspace.json",
7777
"schemas": {
7878
"executors": [],

e2e/nx/src/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ describe('Nx Commands', () => {
339339

340340
it('should show help if no command provided', () => {
341341
const output = runCLI('', { silenceError: true });
342-
expect(output).toContain('Smart Monorepos · Fast CI');
342+
expect(output).toContain('Smart Repos · Fast Builds');
343343
expect(output).toContain('Commands:');
344344
});
345345
});

0 commit comments

Comments
 (0)