docs(nx-dev): add star github button on intro (#28758)

This commit is contained in:
Benjamin Cabanes 2024-11-01 17:42:44 -04:00 committed by GitHub
parent b9c1f0b58e
commit a89e34cfca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Nx is a powerful open-source build system that provides tools and techniques for enhancing developer productivity, optimizing CI performance, and maintaining code quality. [Check out our video](/getting-started/why-nx) to learn more about what Nx is about.
{% github-repository title="Star Nx on GitHub" url="https://github.com/nrwl/nx" /%}
## Core Features
- **Run Tasks Efficiently**: Nx [runs tasks in parallel](/features/run-tasks) and orders the tasks based on the dependencies between them.

View File

@ -59,7 +59,7 @@ export function Hero(): JSX.Element {
</SectionHeading>
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
<ButtonLink
href="/getting-started/intro?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_hero_get_started#try-nx-yourself"
href="/getting-started/intro?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_hero_get_started"
title="Get started"
variant="primary"
size="default"