From 80e6ca125128241253d4e79b0e5215735c210533 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:35:34 -0500 Subject: [PATCH] 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. --- README.md | 2 +- nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx | 4 ++-- .../src/lib/package-schema-viewer.tsx | 2 +- nx-dev/nx-dev/pages/_app.tsx | 4 ++-- nx-dev/nx-dev/pages/index.tsx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 09aa7a7a9d..f7759ebe94 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ # 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 diff --git a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx index a682db96a5..b2d4547105 100644 --- a/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx +++ b/nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx @@ -72,14 +72,14 @@ export function DocViewer({ title={vm.title + ' | Nx'} 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={{ url: 'https://nx.dev' + router.asPath, title: vm.title, 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: [ { url: `https://nx.dev/images/open-graph/${router.asPath diff --git a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx index cca13d357d..2921a82b67 100644 --- a/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx +++ b/nx-dev/feature-package-schema-viewer/src/lib/package-schema-viewer.tsx @@ -26,7 +26,7 @@ export function PackageSchemaViewer({ seo: { title: `${pkg.packageName}:${schema.name} | Nx`, 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 .replace('/', '') .replace(/\//gi, '-')}.jpg`, diff --git a/nx-dev/nx-dev/pages/_app.tsx b/nx-dev/nx-dev/pages/_app.tsx index 53311d0b34..2c91c689c7 100644 --- a/nx-dev/nx-dev/pages/_app.tsx +++ b/nx-dev/nx-dev/pages/_app.tsx @@ -52,12 +52,12 @@ export default function CustomApp({