Skip to content

Commit

Permalink
docs(nx-dev): link AI docs page from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Feb 17, 2025
1 parent 5887baf commit 3d63da2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions nx-dev/ui-home/src/lib/monorepo-ai-support.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -27,21 +27,25 @@ export function MonorepoAiSupport(): ReactElement {
</SectionHeading>
<div className="max-w-5xl">
<SectionHeading as="p" variant="subtitle" className="mt-6">
AI-powered coding assistants can edit files, but theyre blind to the
AI-powered coding assistants can edit files, but they're blind to the
bigger picture –{' '}
<Strong>
they dont understand how your entire codebase fits together
they don't understand how your entire codebase fits together
</Strong>
. Nx changes that.
</SectionHeading>
<SectionHeading as="p" variant="subtitle" className="mt-6">
With full visibility into your{' '}
<Strong>
monorepos project relationships, dependencies, and ownership
monorepo's project relationships, dependencies, and ownership
</Strong>
, Nx enables your LLM to move beyond local file changes to make{' '}
<Strong>informed architectural decisions</Strong>. Future-proof your
development with system-wide intelligence, not just AI-friendly tools.
,{' '}
<TextLink href="/features/enhance-AI?utm_source=homepage&utm_medium=website&utm_campaign=homepage_links&utm_content=cta_enhance_ai">
Nx enables your LLM to move beyond local file changes
</TextLink>{' '}
to make <Strong>informed architectural decisions</Strong>.
Future-proof your development with system-wide intelligence, not just
AI-friendly tools.
</SectionHeading>
</div>

Expand Down

0 comments on commit 3d63da2

Please sign in to comment.