18 Commits

Author SHA1 Message Date
Jack Hsu
c7878533ed
docs(misc): disable prefetch on page load for links (#26837)
This PR changes `<Link>` to use `prefetch={false}` in the following
components:

1. Header
2. Sidebar
3. Docs header
4. Markdown content

This means that prefetch happens on hover of the link rather than page
load, and will reduce the amount of edge requests made from the app.

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
2024-07-05 09:29:08 -04:00
Jason Jean
a7dc8f6d7f
chore(repo): fix file formatting (#26463)
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

Files are unformatted.

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

Files are formatted.

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
2024-06-07 16:10:22 -04:00
Rares Matei
55a933855c
docs(nx-cloud): update release notes (#22915) 2024-04-22 17:12:36 +01:00
Nicholas Cunningham
73a8091b93
docs(nx-dev): Update internal links to use Link tag (#22287) 2024-03-13 10:34:55 +01:00
Miroslav Jonaš
1df9088e72
fix(nx-dev): do not open official plugins in new tab (#21179) 2024-01-17 09:34:30 -05:00
Isaac Mann
b5ac50a773
docs(core): change npm download icon (#19230) 2023-09-19 09:19:39 -04:00
Isaac Mann
7b6b40390e
fix(nx-dev): fix horizontal scrollbar (#18469) 2023-08-03 21:02:31 +02:00
Isaac Mann
f1a90bfd1c
feat(nx-dev): plugin quality indicators (#18426) 2023-08-03 17:15:05 +02:00
Miroslav Jonaš
cd3472da22
fix(nx-dev): fix official plugin badge background (#18274) 2023-07-24 08:17:09 -07:00
Benjamin Cabanes
88abbd0fdd
docs(nxdev): remove unused custom tailwindcss theme colours (#12926) 2022-11-01 13:30:39 -04:00
Benjamin Cabanes
26e710180b
docs(nxdev): refresh ui (#12370) 2022-10-03 16:11:01 +00:00
MaxKless
05e2f62ee3
cleanup(nxdev): remove duplicate descriptions in community.tsx (#12016) 2022-09-19 11:55:52 -04:00
Benjamin Cabanes
f2167d99ad
docs(nxdev): add type & simplify default notation (#11317) 2022-07-27 14:27:01 -04:00
Benjamin Cabanes
989e97971d
docs(nxdev): showing official nx plugins (#9015) 2022-02-17 16:04:51 -05:00
Benjamin Cabanes
e5804afbc1
docs(nxdev): reskin community page (#8927) 2022-02-11 10:07:54 -05:00
Benjamin Cabanes
045c8dc9eb
chore(core): use prettier tailwindcss plugin (#8856) 2022-02-04 15:38:06 -05:00
Benjamin Cabanes
c5bccbe787
docs(nxdev): simpler plugin cards (#8653) 2022-01-21 22:06:40 +00:00
Benjamin Cabanes
1560a43acd
docs(nxdev): flatten ui libs (#8006) 2021-12-04 02:14:13 +00:00