parent
ee7dbf9c3a
commit
733122bc9d
@ -21,7 +21,7 @@
|
||||
|
||||
# Smart Repos · Fast Builds
|
||||
|
||||
Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
Create a new Nx workspace with
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@ As long as your server adheres to the OpenAPI spec, you can implement it in any
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"title": "Nx custom remote cache specification.",
|
||||
"description": "Nx is a build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.",
|
||||
"description": "Nx is an AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"paths": {
|
||||
|
||||
@ -72,14 +72,14 @@ export function DocViewer({
|
||||
title={vm.title + ' | Nx'}
|
||||
description={
|
||||
vm.description ??
|
||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.'
|
||||
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.'
|
||||
}
|
||||
openGraph={{
|
||||
url: 'https://nx.dev' + router.asPath,
|
||||
title: vm.title,
|
||||
description:
|
||||
vm.description ??
|
||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
||||
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||
images: [
|
||||
{
|
||||
url: `https://nx.dev/images/open-graph/${router.asPath
|
||||
|
||||
@ -26,7 +26,7 @@ export function PackageSchemaViewer({
|
||||
seo: {
|
||||
title: `${pkg.packageName}:${schema.name} | Nx`,
|
||||
description:
|
||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
||||
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
|
||||
.replace('/', '')
|
||||
.replace(/\//gi, '-')}.jpg`,
|
||||
|
||||
@ -30,12 +30,12 @@ export default function CustomApp({
|
||||
<FrontendObservability />
|
||||
<DefaultSeo
|
||||
title="Nx: Smart Repos · Fast Builds"
|
||||
description="Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities."
|
||||
description="An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things."
|
||||
openGraph={{
|
||||
url: 'https://nx.dev' + router.asPath,
|
||||
title: 'Nx: Smart Repos · Fast Builds',
|
||||
description:
|
||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
||||
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||
images: [
|
||||
{
|
||||
url: 'https://nx.dev/images/nx-media.jpg',
|
||||
|
||||
@ -24,7 +24,7 @@ export default function Index(): JSX.Element {
|
||||
url: 'https://nx.dev',
|
||||
title: 'Nx: Smart Repos · Fast Builds',
|
||||
description:
|
||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
||||
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||
images: [
|
||||
{
|
||||
url: 'https://nx.dev/socials/nx-media.png',
|
||||
|
||||
@ -31,10 +31,16 @@ export function Hero(): ReactElement {
|
||||
variant="subtitle"
|
||||
className="mx-auto mt-6 max-w-3xl"
|
||||
>
|
||||
<Strong>Build system</Strong>, optimized for monorepos, with{' '}
|
||||
<Strong>AI-powered</Strong> <br className="hidden md:block" />
|
||||
architectural awareness and <Strong>advanced CI</Strong>{' '}
|
||||
capabilities.
|
||||
An{' '}
|
||||
<strong className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent">
|
||||
AI-first
|
||||
</strong>{' '}
|
||||
build platform that connects everything{' '}
|
||||
<strong className="rounded-lg bg-gradient-to-r from-cyan-500 to-blue-500 bg-clip-text text-transparent">
|
||||
from your editor to CI
|
||||
</strong>
|
||||
. <br className="hidden md:block" />
|
||||
Helping you deliver fast, without breaking things.
|
||||
</SectionHeading>
|
||||
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
|
||||
<ButtonLink
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# `> npx create-nx-plugin`
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
## What is It?
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# `> npx create-nx-workspace`
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
## What is It?
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package contains a set of utilities for creating Nx plugins.
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is an ESLint plugin for Nx.
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
{{content}}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Expo plugin for Nx](https://nx.dev/expo/overview).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is an [Express plugin for Nx](https://nx.dev/express/overview).
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Jest plugin for Nx](https://nx.dev/jest/overview).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Module Federation plugin for Nx](https://nx.dev/nx-api/module-federation).
|
||||
Module Federation allows developers to share code between deployed applications easier and makes team collaboration more efficient.
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
{{content}}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt).
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
{{content}}
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
{{content}}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
## What is It?
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [React plugin for Nx](https://nx.dev/nx-api/react).
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Rsbuild plugin for Nx](https://nx.dev/nx-api/rsbuild).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Rspack plugin for Nx](https://nx.dev/nx-api/rspack).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Web plugin for Nx](https://nx.dev/nx-api/web).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack).
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
|
||||
# Nx: Smart Repos · Fast Builds
|
||||
|
||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
||||
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||
|
||||
{{content}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user