Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(nx-dev): update "ebook" references to "guide" in button texts #29655

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function WhitePaperFastCI(): ReactElement {
</SectionHeading>
<ButtonLink
href="/assets/enterprise/Fast-CI-Whitepaper.pdf"
title="Download the ebook"
title="Download the guide"
target="_blank"
variant="secondary"
size="small"
Expand All @@ -100,7 +100,7 @@ export function WhitePaperFastCI(): ReactElement {
aria-hidden="true"
className="size-5 shrink-0"
/>
<span>Download the ebook</span>
<span>Download the guide</span>
</ButtonLink>
</div>

Expand Down
4 changes: 2 additions & 2 deletions nx-dev/ui-enterprise/src/lib/trial-nx-enterprise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function TrialNxEnterprise(): ReactElement {
</SectionHeading>
<ButtonLink
href="/assets/enterprise/Nx-Enterprise-POV.pdf"
title="Download the ebook"
title="Download the guide"
target="_blank"
variant="secondary"
size="small"
Expand All @@ -55,7 +55,7 @@ export function TrialNxEnterprise(): ReactElement {
aria-hidden="true"
className="size-5 shrink-0"
/>
<span>Download the ebook</span>
<span>Download the guide</span>
</ButtonLink>
</div>
<figure className="mt-16 rounded-lg bg-slate-100 p-4 pl-8 dark:bg-slate-800">
Expand Down
4 changes: 2 additions & 2 deletions nx-dev/ui-enterprise/src/lib/vmware-testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ export function VmwareTestimonial(): ReactElement {
</SectionHeading>
<ButtonLink
href="https://go.nx.dev/ci-ebook"
title="Download the ebook"
title="Download the guide"
variant="secondary"
size="small"
>
<ArrowDownTrayIcon
aria-hidden="true"
className="size-5 shrink-0"
/>
<span>Download the ebook</span>
<span>Download the guide</span>
</ButtonLink>
</div>
</footer>
Expand Down
Loading