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:
parent
090364ad39
commit
80e6ca1251
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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`,
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user