feat(nxdev): make headline features more readable (#7891)
This commit is contained in:
parent
8c323c35a2
commit
f8633d3b70
@ -90,13 +90,32 @@ export function Index() {
|
|||||||
Build Framework
|
Build Framework
|
||||||
</h1>
|
</h1>
|
||||||
<h2 className="text-2xl font-medium mb-1">
|
<h2 className="text-2xl font-medium mb-1">
|
||||||
Nx helps architect, test, and build at any scale:
|
Nx helps <b>architect</b>, <b>test</b>, and <b>build</b> at
|
||||||
|
any scale:
|
||||||
</h2>
|
</h2>
|
||||||
<p className="max-w-screen-lg text-lg font-medium mb-10 sm:mb-11">
|
<p className="max-w-screen-lg text-lg font-medium mb-10 sm:mb-11 flex flex-wrap">
|
||||||
integrations with modern frameworks, distributed task
|
<span className="rounded px-1 mr-1 mb-1 text-white bg-blue-nx-base">
|
||||||
execution, computation caching, smart rebuilds of affected
|
integrations with modern frameworks
|
||||||
projects, powerful code generators, editor support, GitHub
|
</span>
|
||||||
apps, and more.
|
<span className="rounded px-1 mr-1 mb-1 text-white bg-blue-nx-base">
|
||||||
|
computation caching
|
||||||
|
</span>
|
||||||
|
<span className="rounded px-1 mr-1 mb-1 text-white bg-blue-nx-base">
|
||||||
|
smart rebuilds of affected projects
|
||||||
|
</span>
|
||||||
|
<span className="rounded px-1 mr-1 mb-1 text-white bg-blue-nx-base">
|
||||||
|
distributed task execution
|
||||||
|
</span>
|
||||||
|
<span className="rounded px-1 mr-1 mb-1 text-white bg-blue-nx-base">
|
||||||
|
powerful code generators
|
||||||
|
</span>
|
||||||
|
<span className="rounded px-1 mr-1 mb-1 text-white bg-blue-nx-base">
|
||||||
|
editor support
|
||||||
|
</span>
|
||||||
|
<span className="rounded px-1 mr-1 mb-1 text-white bg-blue-nx-base">
|
||||||
|
GitHub apps
|
||||||
|
</span>
|
||||||
|
and more.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="flex flex-wrap space-y-4 sm:space-y-0 sm:space-x-4 text-center">
|
<div className="flex flex-wrap space-y-4 sm:space-y-0 sm:space-x-4 text-center">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user