docs(nx-dev): update descriptions of nx (#30054)

Revised the description across documentation, metadata, and SEO content
to emphasize Nx's AI-powered architectural awareness alongside its
monorepo optimization and advanced CI capabilities.
This commit is contained in:
Benjamin Cabanes 2025-02-17 10:35:34 -05:00 committed by GitHub
parent 090364ad39
commit 80e6ca1251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@
# Smart Monorepos · Fast CI # Smart Monorepos · Fast CI
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.
Create a new Nx workspace with Create a new Nx workspace with

View File

@ -72,14 +72,14 @@ export function DocViewer({
title={vm.title + ' | Nx'} title={vm.title + ' | Nx'}
description={ description={
vm.description ?? vm.description ??
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.' 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.'
} }
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 ??
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.', 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
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:
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.', 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
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

@ -52,12 +52,12 @@ export default function CustomApp({
<FrontendObservability /> <FrontendObservability />
<DefaultSeo <DefaultSeo
title="Nx: Smart Monorepos · Fast CI" title="Nx: Smart Monorepos · Fast CI"
description="Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution." description="Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities."
openGraph={{ openGraph={{
url: 'https://nx.dev' + router.asPath, url: 'https://nx.dev' + router.asPath,
title: 'Nx: Smart Monorepos · Fast CI', title: 'Nx: Smart Monorepos · Fast CI',
description: description:
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.', 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
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 Monorepos · Fast CI', title: 'Nx: Smart Monorepos · Fast CI',
description: description:
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.', 'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
images: [ images: [
{ {
url: 'https://nx.dev/socials/nx-media.png', url: 'https://nx.dev/socials/nx-media.png',