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

Revised all button texts and titles to consistently use "guide" instead of "ebook" across multiple components.
This commit is contained in:
Benjamin Cabanes 2025-01-16 15:03:14 -05:00 committed by GitHub
parent dd9db3603c
commit 4d0ebe04c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ export function WhitePaperFastCI(): ReactElement {
</SectionHeading> </SectionHeading>
<ButtonLink <ButtonLink
href="/assets/enterprise/Fast-CI-Whitepaper.pdf" href="/assets/enterprise/Fast-CI-Whitepaper.pdf"
title="Download the ebook" title="Download the guide"
target="_blank" target="_blank"
variant="secondary" variant="secondary"
size="small" size="small"
@ -100,7 +100,7 @@ export function WhitePaperFastCI(): ReactElement {
aria-hidden="true" aria-hidden="true"
className="size-5 shrink-0" className="size-5 shrink-0"
/> />
<span>Download the ebook</span> <span>Download the guide</span>
</ButtonLink> </ButtonLink>
</div> </div>

View File

@ -38,7 +38,7 @@ export function TrialNxEnterprise(): ReactElement {
</SectionHeading> </SectionHeading>
<ButtonLink <ButtonLink
href="/assets/enterprise/Nx-Enterprise-POV.pdf" href="/assets/enterprise/Nx-Enterprise-POV.pdf"
title="Download the ebook" title="Download the guide"
target="_blank" target="_blank"
variant="secondary" variant="secondary"
size="small" size="small"
@ -55,7 +55,7 @@ export function TrialNxEnterprise(): ReactElement {
aria-hidden="true" aria-hidden="true"
className="size-5 shrink-0" className="size-5 shrink-0"
/> />
<span>Download the ebook</span> <span>Download the guide</span>
</ButtonLink> </ButtonLink>
</div> </div>
<figure className="mt-16 rounded-lg bg-slate-100 p-4 pl-8 dark:bg-slate-800"> <figure className="mt-16 rounded-lg bg-slate-100 p-4 pl-8 dark:bg-slate-800">

View File

@ -29,7 +29,7 @@ export function VmwareTestimonial(): ReactElement {
</SectionHeading> </SectionHeading>
<ButtonLink <ButtonLink
href="https://go.nx.dev/ci-ebook" href="https://go.nx.dev/ci-ebook"
title="Download the ebook" title="Download the guide"
variant="secondary" variant="secondary"
size="small" size="small"
> >
@ -37,7 +37,7 @@ export function VmwareTestimonial(): ReactElement {
aria-hidden="true" aria-hidden="true"
className="size-5 shrink-0" className="size-5 shrink-0"
/> />
<span>Download the ebook</span> <span>Download the guide</span>
</ButtonLink> </ButtonLink>
</div> </div>
</footer> </footer>