124 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
Nicholas Cunningham
377667eb13
fix(nx-dev): Remove ToC from CI releases page (#26040)
Remove the ToC section from CI releases.

Ref:
https://nx-dev-git-fix-nx-dev-release-page-scroll-nrwl.vercel.app/ci/reference/release-notes
2024-05-27 15:44:32 +00:00
Isaac Mann
0bfd75f8b3
fix(nx-dev): move table of contents down (#23350)
Move the top of the table of contents down
2024-05-13 14:02:48 -04:00
Jack Hsu
bc43243498
chore(repo): add eslint and jest plugins to use inferred targets (#22946) 2024-04-23 21:52:13 -04:00
Rares Matei
55a933855c
docs(nx-cloud): update release notes (#22915) 2024-04-22 17:12:36 +01:00
Nicholas Cunningham
b0b424ce32
docs(nx-dev): Add feedback CTA (#22455) 2024-04-03 15:45:26 -04:00
Nicholas Cunningham
73a8091b93
docs(nx-dev): Update internal links to use Link tag (#22287) 2024-03-13 10:34:55 +01:00
Isaac Mann
11445ab36d
fix(nx-dev): table of contents with code (#21173) 2024-01-24 15:56:51 -05:00
Juri Strumpflohner
4aea1fa737
feat(nx-dev): adjust related section title padding (#20803) 2023-12-15 13:28:12 -08:00
Juri Strumpflohner
3099547de6
feat(nx-dev): improve related docs section (#20796) 2023-12-15 15:49:11 -05:00
Benjamin Cabanes
5a305d41de
feat(nx-dev): add homepage updates (#20592)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2023-12-08 14:40:42 -05:00
Isaac Mann
cf976ce596
feat(nx-dev): allow custom media images (#20561) 2023-12-07 07:37:01 -08:00
Isaac Mann
d1e842f827
feat(nx-dev): rename nx-cloud tab to CI (#20476) 2023-11-30 08:24:24 -05:00
Isaac Mann
de606782eb
docs(core): ci with Nx intro and restructure (#19564) 2023-10-25 08:41:22 -04:00
Isaac Mann
d1fe398ea0
docs(core): packages to api (#19281) 2023-09-22 14:24:35 -04:00
Juri
bdcec6de55 feat(nx-dev): github star widget 2023-07-25 23:32:07 +02:00
Miroslav Jonaš
7aee21afd1
feat(nx-dev): increase contrast of borders on light theme (#18294) 2023-07-25 01:34:51 -07:00
Miroslav Jonaš
ee7880c32e
feat(nx-dev): rename plugins to extending nx (#18273) 2023-07-24 12:26:05 -07:00
Benjamin Cabanes
d0eb029819
fix(nx-dev): hide toc on reference pages (#18136) 2023-07-18 14:05:56 -07:00
Katerina Skroumpelou
3fe126944e
docs(misc): fix link to edit page (#17569) 2023-06-13 17:35:15 +03:00
Juri Strumpflohner
a6936d2d2f
docs(nx-plugin): remove TOC from plugins overview page (#17543) 2023-06-11 10:14:13 -04:00
Isaac Mann
ae48f04311
fix(nx-dev): toc width (#16592) 2023-04-26 17:44:34 -04:00
Jason Jean
8fa1712ab4
chore(repo): rescope nx-dev and graph libraries (#16551) 2023-04-26 16:47:47 -04:00
Jason Jean
88b9687451
fix(linter): fix legacy linter migrations (#16462) 2023-04-21 13:29:09 -04:00
Jason Jean
ff8074bf75
chore(repo): update to nx 16.0.0-beta.5 (#16347) 2023-04-21 10:17:56 -04:00
Benjamin Cabanes
b9c901b58e
feat(nx-dev): display toc for smaller viewport sizes (#16061) 2023-04-03 12:15:30 -04:00
Benjamin Cabanes
d9c55aa17c
feat(nx-dev): add table of content for documents (#15910) 2023-03-31 12:24:45 -04:00
Jack Hsu
d7a008ff5e
docs(bundling): add rspack to docs (#15545) 2023-03-09 18:00:17 -05:00
Benjamin Cabanes
8d517752d3
chore(core): use right GitHub syntax (#14624) 2023-01-25 18:56:06 +00:00
Benjamin Cabanes
78ca7395a9
feat(nxdev): add ui-primitives (#14481) 2023-01-19 13:01:19 -05:00
Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets (#14080) 2023-01-04 11:34:50 -05:00
Benjamin Cabanes
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption (#13834) 2022-12-19 18:59:50 +00:00
Benjamin Cabanes
c0bae20e83
docs(nxdev): set document-data type on doc pages (#13506) 2022-11-30 14:47:13 +00:00
Benjamin Cabanes
a064252bcf
docs(nxdev): externalize related documentation links into its own section (#13485) 2022-11-29 17:14:29 -05:00
Benjamin Cabanes
4a5059bdae
docs(nxdev): change -gray- usage for -slate- (#13420) 2022-11-25 20:59:33 +00:00
Benjamin Cabanes
9927d06ff1
docs(nxdev): update favicons images (#13386) 2022-11-24 15:32:40 -05:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json (#13040) 2022-11-08 13:12:31 -05:00
Benjamin Cabanes
88abbd0fdd
docs(nxdev): remove unused custom tailwindcss theme colours (#12926) 2022-11-01 13:30:39 -04:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 (#12586) 2022-10-13 18:34:24 -04:00
Benjamin Cabanes
e89bc6bb12
docs(nxdev): optimize doc template (#12530) 2022-10-11 16:37:34 -04:00
Benjamin Cabanes
26e710180b
docs(nxdev): refresh ui (#12370) 2022-10-03 16:11:01 +00:00
Victor Savkin
f8da1ad42b
chore(repo): update nx to 14.6.0-beta.3 2022-08-12 16:10:56 -04:00
Benjamin Cabanes
133536cc3c
docs(nxdev): doc-viewer export type (#11377) 2022-07-30 16:25:37 -04:00
Benjamin Cabanes
61e1931ded
docs(nxdev): remove gray-matter dependency (#11150) 2022-07-14 21:57:22 +00:00
Benjamin Cabanes
778f13fdaf
docs(nxdev): improve markdown capabilities (#10965) 2022-06-30 15:30:38 -04:00
Isaac Mann
9721844b05
Nx Cloud docs (#10690)
* docs(nxdev): consume nx cloud documentation & dedicated menu

* docs(nxdev): nx-cloud docs

visually indicated nx-cloud docs in nx.dev

* docs(nxdev): formatting

visually indicated nx-cloud docs in nx.dev

* docs(nxdev): fix config

* docs(nxdev): fix header link

* docs(nxdev): consolidate dte set up guides

Co-authored-by: ben <3447705+bcabanes@users.noreply.github.com>
2022-06-11 02:22:49 +00:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1 2022-05-30 20:10:02 -04:00
Benjamin Cabanes
abdb5df507
docs(nxdev): harmonize jest config between libs (#10381) 2022-05-18 20:32:54 +00:00
Benjamin Cabanes
8a37e75591
docs(nxdev): do some cleanup on the feature-doc-viewer lib (#10379) 2022-05-18 18:26:30 +00:00
Victor Savkin
6351413b98 fix(core): preserve dash casing when passing args to executors 2022-05-17 14:48:53 -04:00