Skip to content

Commit 733122b

Browse files
authored
docs(nx-dev): update hero section (#31460)
Update tagline.
1 parent ee7dbf9 commit 733122b

File tree

41 files changed

+52
-46
lines changed

Some content is hidden

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

41 files changed

+52
-46
lines changed

README.md

Lines changed: 1 addition & 1 deletion

docs/shared/recipes/running-tasks/self-hosted-caching.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ export function DocViewer({
7272
title={vm.title + ' | Nx'}
7373
description={
7474
vm.description ??
75-
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.'
75+
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.'
7676
}
7777
openGraph={{
7878
url: 'https://nx.dev' + router.asPath,
7979
title: vm.title,
8080
description:
8181
vm.description ??
82-
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
82+
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
8383
images: [
8484
{
8585
url: `https://nx.dev/images/open-graph/${router.asPath

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-
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
29+
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
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
@@ -30,12 +30,12 @@ export default function CustomApp({
3030
<FrontendObservability />
3131
<DefaultSeo
3232
title="Nx: Smart Repos · Fast Builds"
33-
description="Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities."
33+
description="An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things."
3434
openGraph={{
3535
url: 'https://nx.dev' + router.asPath,
3636
title: 'Nx: Smart Repos · Fast Builds',
3737
description:
38-
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
38+
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
3939
images: [
4040
{
4141
url: 'https://nx.dev/images/nx-media.jpg',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Index(): JSX.Element {
2424
url: 'https://nx.dev',
2525
title: 'Nx: Smart Repos · Fast Builds',
2626
description:
27-
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
27+
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
2828
images: [
2929
{
3030
url: 'https://nx.dev/socials/nx-media.png',

nx-dev/ui-home/src/lib/hero.tsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,16 @@ export function Hero(): ReactElement {
3131
variant="subtitle"
3232
className="mx-auto mt-6 max-w-3xl"
3333
>
34-
<Strong>Build system</Strong>, optimized for monorepos, with{' '}
35-
<Strong>AI-powered</Strong> <br className="hidden md:block" />
36-
architectural awareness and <Strong>advanced CI</Strong>{' '}
37-
capabilities.
34+
An{' '}
35+
<strong className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent">
36+
AI-first
37+
</strong>{' '}
38+
build platform that connects everything{' '}
39+
<strong className="rounded-lg bg-gradient-to-r from-cyan-500 to-blue-500 bg-clip-text text-transparent">
40+
from your editor to CI
41+
</strong>
42+
. <br className="hidden md:block" />
43+
Helping you deliver fast, without breaking things.
3844
</SectionHeading>
3945
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
4046
<ButtonLink

packages/angular/README.md

Lines changed: 1 addition & 1 deletion

packages/create-nx-plugin/README.md

Lines changed: 1 addition & 1 deletion

packages/create-nx-workspace/README.md

Lines changed: 1 addition & 1 deletion

packages/cypress/README.md

Lines changed: 1 addition & 1 deletion

packages/detox/README.md

Lines changed: 1 addition & 1 deletion

packages/devkit/README.md

Lines changed: 1 addition & 1 deletion

packages/esbuild/README.md

Lines changed: 1 addition & 1 deletion

packages/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion

packages/eslint/README.md

Lines changed: 1 addition & 1 deletion

packages/expo/README.md

Lines changed: 1 addition & 1 deletion

packages/express/README.md

Lines changed: 1 addition & 1 deletion

packages/gradle/README.md

Lines changed: 1 addition & 1 deletion

packages/jest/README.md

Lines changed: 1 addition & 1 deletion

packages/js/README.md

Lines changed: 1 addition & 1 deletion

packages/module-federation/README.md

Lines changed: 1 addition & 1 deletion

packages/nest/README.md

Lines changed: 1 addition & 1 deletion

packages/next/README.md

Lines changed: 1 addition & 1 deletion

packages/node/README.md

Lines changed: 1 addition & 1 deletion

packages/nuxt/README.md

Lines changed: 1 addition & 1 deletion

packages/nx/README.md

Lines changed: 1 addition & 1 deletion

packages/playwright/README.md

Lines changed: 1 addition & 1 deletion

packages/plugin/README.md

Lines changed: 1 addition & 1 deletion

packages/react-native/README.md

Lines changed: 1 addition & 1 deletion

packages/react/README.md

Lines changed: 1 addition & 1 deletion

packages/remix/README.md

Lines changed: 1 addition & 1 deletion

packages/rollup/README.md

Lines changed: 1 addition & 1 deletion

packages/rsbuild/README.md

Lines changed: 1 addition & 1 deletion

packages/rspack/README.md

Lines changed: 1 addition & 1 deletion

packages/storybook/README.md

Lines changed: 1 addition & 1 deletion

packages/vite/README.md

Lines changed: 1 addition & 1 deletion

packages/vue/README.md

Lines changed: 1 addition & 1 deletion

packages/web/README.md

Lines changed: 1 addition & 1 deletion

packages/webpack/README.md

Lines changed: 1 addition & 1 deletion

packages/workspace/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)