Skip to content

Commit c7d5406

Browse files
committed
docs(misc): update new subtagline
1 parent 2af5446 commit c7d5406

File tree

43 files changed

+45
-45
lines changed

Some content is hidden

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

43 files changed

+45
-45
lines changed

README.md

Lines changed: 1 addition & 1 deletion

astro-docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineConfig({
3131
starlight({
3232
title: 'Nx',
3333
tagline:
34-
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
34+
'Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.',
3535
customCss: ['./src/styles/global.css'],
3636
favicon: '/favicon.svg',
3737
logo: {

nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ export function DocViewer({
8080
title={vm.title + ' | Nx'}
8181
description={
8282
vm.description ??
83-
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.'
83+
'Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.'
8484
}
8585
openGraph={{
8686
url: 'https://nx.dev' + currentPath,
8787
title: vm.title,
8888
description:
8989
vm.description ??
90-
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
90+
'Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.',
9191
images: [
9292
{
9393
url: `https://nx.dev/images/open-graph/${currentPath

nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function PackageSchemaViewer({
2626
seo: {
2727
title: `${pkg.packageName}:${schema.name} | Nx`,
2828
description:
29-
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
29+
'Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.',
3030
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
3131
.replace('/', '')
3232
.replace(/\//gi, '-')}.jpg`,

nx-dev/nx-dev/pages/_app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ export default function CustomApp({
2929
<FrontendObservability />
3030
<DefaultSeo
3131
title="Nx: Smart Repos · Fast Builds"
32-
description="An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things."
32+
description="Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents."
3333
openGraph={{
3434
url: 'https://nx.dev' + router.asPath,
3535
title: 'Nx: Smart Repos · Fast Builds',
3636
description:
37-
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
37+
'Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.',
3838
images: [
3939
{
4040
url: 'https://nx.dev/socials/nx-media.png',

nx-dev/nx-dev/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Index(): JSX.Element {
2020
url: 'https://nx.dev',
2121
title: 'Nx: Smart Repos · Fast Builds',
2222
description:
23-
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
23+
'Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.',
2424
images: [
2525
{
2626
url: 'https://nx.dev/socials/nx-media.png',

packages/angular-rspack-compiler/README.md__tpl__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Nx: Smart Repos · Fast Builds
1313

14-
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
14+
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
1515

1616
# @nx/angular-rspack-compiler
1717

packages/angular-rspack/README.md__tpl__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Nx: Smart Repos · Fast Builds
1313

14-
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
14+
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
1515

1616
## Build Angular with Rspack
1717

packages/angular/README.md

Lines changed: 1 addition & 1 deletion

packages/create-nx-plugin/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)