Skip to content

Commit

Permalink
docs(nx-dev): add monorepo ai support section to homepage (#29934)
Browse files Browse the repository at this point in the history
Introduced the Monorepo AI Support component and its corresponding
illustration to the homepage layout. Also updated the necessary exports
for proper integration.
  • Loading branch information
bcabanes authored Feb 7, 2025
1 parent 4c66403 commit c0fd00d
Show file tree
Hide file tree
Showing 11 changed files with 6,901 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nx-dev/nx-dev/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
CiForMonorepos,
Hero,
HetznerCloudTestimonial,
MonorepoAiSupport,
SmarterToolsForMonorepos,
Statistics,
TeamAndCommunity,
Expand Down Expand Up @@ -46,6 +47,9 @@ export default function Index(): JSX.Element {
<div className="mt-32 lg:mt-56">
<HetznerCloudTestimonial />
</div>
<div className="mt-32 lg:mt-56">
<MonorepoAiSupport />
</div>
<div className="mt-32 lg:mt-56">
<CiForMonorepos />
</div>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added nx-dev/nx-dev/public/images/home/nx-ai.avif
Binary file not shown.
1 change: 1 addition & 0 deletions nx-dev/ui-home/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './lib/ci-for-monorepos';
export * from './lib/monorepo-ai-support';
export * from './lib/hero';
export * from './lib/hetzner-cloud-testimonial';
export * from './lib/smarter-tools-for-monorepos';
Expand Down
Loading

0 comments on commit c0fd00d

Please sign in to comment.