docs(nx-dev): update hero section (#31460)

Update tagline.
This commit is contained in:
Benjamin Cabanes 2025-06-04 15:48:19 -04:00 committed by GitHub
parent ee7dbf9c3a
commit 733122bc9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
41 changed files with 52 additions and 46 deletions

View File

@ -21,7 +21,7 @@
# Smart Repos · Fast Builds # Smart Repos · Fast Builds
Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
Create a new Nx workspace with Create a new Nx workspace with

View File

@ -57,7 +57,7 @@ As long as your server adheres to the OpenAPI spec, you can implement it in any
"openapi": "3.0.0", "openapi": "3.0.0",
"info": { "info": {
"title": "Nx custom remote cache specification.", "title": "Nx custom remote cache specification.",
"description": "Nx is a build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.", "description": "Nx is an AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.",
"version": "1.0.0" "version": "1.0.0"
}, },
"paths": { "paths": {

View File

@ -72,14 +72,14 @@ export function DocViewer({
title={vm.title + ' | Nx'} title={vm.title + ' | Nx'}
description={ description={
vm.description ?? vm.description ??
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.' 'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.'
} }
openGraph={{ openGraph={{
url: 'https://nx.dev' + router.asPath, url: 'https://nx.dev' + router.asPath,
title: vm.title, title: vm.title,
description: description:
vm.description ?? vm.description ??
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.', 'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
images: [ images: [
{ {
url: `https://nx.dev/images/open-graph/${router.asPath url: `https://nx.dev/images/open-graph/${router.asPath

View File

@ -26,7 +26,7 @@ export function PackageSchemaViewer({
seo: { seo: {
title: `${pkg.packageName}:${schema.name} | Nx`, title: `${pkg.packageName}:${schema.name} | Nx`,
description: description:
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.', 'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
imageUrl: `https://nx.dev/images/open-graph/${router.asPath imageUrl: `https://nx.dev/images/open-graph/${router.asPath
.replace('/', '') .replace('/', '')
.replace(/\//gi, '-')}.jpg`, .replace(/\//gi, '-')}.jpg`,

View File

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

View File

@ -24,7 +24,7 @@ export default function Index(): JSX.Element {
url: 'https://nx.dev', url: 'https://nx.dev',
title: 'Nx: Smart Repos · Fast Builds', title: 'Nx: Smart Repos · Fast Builds',
description: description:
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.', 'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
images: [ images: [
{ {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',

View File

@ -31,10 +31,16 @@ export function Hero(): ReactElement {
variant="subtitle" variant="subtitle"
className="mx-auto mt-6 max-w-3xl" className="mx-auto mt-6 max-w-3xl"
> >
<Strong>Build system</Strong>, optimized for monorepos, with{' '} An{' '}
<Strong>AI-powered</Strong> <br className="hidden md:block" /> <strong className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent">
architectural awareness and <Strong>advanced CI</Strong>{' '} AI-first
capabilities. </strong>{' '}
build platform that connects everything{' '}
<strong className="rounded-lg bg-gradient-to-r from-cyan-500 to-blue-500 bg-clip-text text-transparent">
from your editor to CI
</strong>
. <br className="hidden md:block" />
Helping you deliver fast, without breaking things.
</SectionHeading> </SectionHeading>
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row"> <div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
<ButtonLink <ButtonLink

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular). This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).

View File

@ -11,7 +11,7 @@
# `> npx create-nx-plugin` # `> npx create-nx-plugin`
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
## What is It? ## What is It?

View File

@ -11,7 +11,7 @@
# `> npx create-nx-workspace` # `> npx create-nx-workspace`
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
## What is It? ## What is It?

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview). This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Detox plugin for Nx](https://nx.dev/detox/overview). This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package contains a set of utilities for creating Nx plugins. This package contains a set of utilities for creating Nx plugins.

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild). This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is an ESLint plugin for Nx. This package is an ESLint plugin for Nx.

View File

@ -11,6 +11,6 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
{{content}} {{content}}

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Expo plugin for Nx](https://nx.dev/expo/overview). This package is a [Expo plugin for Nx](https://nx.dev/expo/overview).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is an [Express plugin for Nx](https://nx.dev/express/overview). This package is an [Express plugin for Nx](https://nx.dev/express/overview).

View File

@ -13,7 +13,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview). This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Jest plugin for Nx](https://nx.dev/jest/overview). This package is a [Jest plugin for Nx](https://nx.dev/jest/overview).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview). This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Module Federation plugin for Nx](https://nx.dev/nx-api/module-federation). This package is a [Module Federation plugin for Nx](https://nx.dev/nx-api/module-federation).
Module Federation allows developers to share code between deployed applications easier and makes team collaboration more efficient. Module Federation allows developers to share code between deployed applications easier and makes team collaboration more efficient.

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview). This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Next.js plugin for Nx](https://nx.dev/next/overview). This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).

View File

@ -11,6 +11,6 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
{{content}} {{content}}

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt). This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt).

View File

@ -11,6 +11,6 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
{{content}} {{content}}

View File

@ -11,6 +11,6 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
{{content}} {{content}}

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
## What is It? ## What is It?

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native). This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [React plugin for Nx](https://nx.dev/nx-api/react). This package is a [React plugin for Nx](https://nx.dev/nx-api/react).

View File

@ -6,7 +6,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix). This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup). This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Rsbuild plugin for Nx](https://nx.dev/nx-api/rsbuild). This package is a [Rsbuild plugin for Nx](https://nx.dev/nx-api/rsbuild).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Rspack plugin for Nx](https://nx.dev/nx-api/rspack). This package is a [Rspack plugin for Nx](https://nx.dev/nx-api/rspack).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook). This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite). This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue). This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Web plugin for Nx](https://nx.dev/nx-api/web). This package is a [Web plugin for Nx](https://nx.dev/nx-api/web).

View File

@ -11,7 +11,7 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack). This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack).

View File

@ -11,6 +11,6 @@
# Nx: Smart Repos · Fast Builds # Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
{{content}} {{content}}