From 3d63da2661fe723c7196d4a144b507897e502bd0 Mon Sep 17 00:00:00 2001 From: Juri Date: Mon, 17 Feb 2025 19:37:30 +0100 Subject: [PATCH] docs(nx-dev): link AI docs page from homepage --- nx-dev/ui-home/src/lib/monorepo-ai-support.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx b/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx index 205091dd9e731..df50463f31e4e 100644 --- a/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx +++ b/nx-dev/ui-home/src/lib/monorepo-ai-support.tsx @@ -1,4 +1,4 @@ -import { SectionHeading, Strong } from '@nx/nx-dev/ui-common'; +import { SectionHeading, Strong, TextLink } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import { AngularIcon, @@ -27,21 +27,25 @@ export function MonorepoAiSupport(): ReactElement {
- AI-powered coding assistants can edit files, but they’re blind to the + AI-powered coding assistants can edit files, but they're blind to the bigger picture –{' '} - they don’t understand how your entire codebase fits together + they don't understand how your entire codebase fits together . Nx changes that. With full visibility into your{' '} - monorepo’s project relationships, dependencies, and ownership + monorepo's project relationships, dependencies, and ownership - , Nx enables your LLM to move beyond local file changes to make{' '} - informed architectural decisions. Future-proof your - development with system-wide intelligence, not just AI-friendly tools. + ,{' '} + + Nx enables your LLM to move beyond local file changes + {' '} + to make informed architectural decisions. + Future-proof your development with system-wide intelligence, not just + AI-friendly tools.