71 Commits

Author SHA1 Message Date
Isaac Mann
08536905a2
docs(core): update Nx tag line (#27481)
Update tag line everywhere
2024-08-19 21:14:34 -04:00
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
Leosvel Pérez Espinosa
2b820a274e
docs(misc): update /packages/ links to /nx-api/ (#26128)
- Update `/packages/` links to `/nx-api/`
- Convert some unneeded absolute links to relative
- Remove leftover examples doc for the already removed `cypress-project`
generator

<!-- 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 -->

## 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 #26126
2024-05-28 09:44:48 -04:00
Nicholas Cunningham
92a2cc775d
fix(nx-dev): Update urls that are 404 (#22653) 2024-04-03 15:35:10 -06:00
Nicholas Cunningham
73a8091b93
docs(nx-dev): Update internal links to use Link tag (#22287) 2024-03-13 10:34:55 +01:00
Jack Hsu
80a987ee7d
docs(core): show default values for boolean options in executor schema explorer (#20765) 2023-12-14 09:01:19 -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
d551351c51
feat(nx-dev): mark internal properties (#19659) 2023-10-18 13:52:40 -07:00
MaxKless
c727a22530
feat(graph): display expanded task inputs (#19597) 2023-10-16 16:01:34 -04:00
Miroslav Jonaš
7aee21afd1
feat(nx-dev): increase contrast of borders on light theme (#18294) 2023-07-25 01:34:51 -07:00
Isaac Mann
afa5eb59fa
docs(core): document the @nrwl => @nx rescope (#16403)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00
Jason Jean
8fa1712ab4
chore(repo): rescope nx-dev and graph libraries (#16551) 2023-04-26 16:47:47 -04:00
Benjamin Cabanes
2f09cf4e3e
chore(nx-dev): split markdown rendering & upgrade markdoc (#15232) 2023-02-24 14:49:00 -05:00
Benjamin Cabanes
b57f0b8b20
chore(nx-dev): show type in title for package schema (#14711) 2023-01-30 19:19:57 -05:00
Benjamin Cabanes
5c95dc16fc
chore(nx-dev): remove site name deprecated property (#14710) 2023-01-30 18:25:03 -05:00
Benjamin Cabanes
feb3dca617
chore(nx-dev): show type in page title for package schema (#14709) 2023-01-30 18:23:50 -05:00
Benjamin Cabanes
5bd087f553
chore(nx-dev): use structuredClone for cloning objects (#14698) 2023-01-30 14:03:32 -05:00
Benjamin Cabanes
e002bd3479
fix(nx-dev): test additional property for boolean and object (#14646)
closes https://github.com/nrwl/nx/issues/12773
2023-01-26 15:44:57 +00:00
Benjamin Cabanes
8d517752d3
chore(core): use right GitHub syntax (#14624) 2023-01-25 18:56:06 +00:00
Benjamin Cabanes
9d1969e91f
fix(nx-dev): resolve type interface conflicts (#14611) 2023-01-25 09:38:33 -06:00
Jason Jean
d6517506df
docs(misc): refine schemas for @nrwl/workspace (#14522) 2023-01-20 15:16:45 -05:00
Benjamin Cabanes
059eff8f28
chore(nx-dev): add space between parameter metadata (#14521) 2023-01-20 18:07:05 +00:00
Benjamin Cabanes
a1272e1866
feat(nx-dev): display internal & deprecated options last (#14519) 2023-01-20 18:46:20 +01:00
Benjamin Cabanes
7193b85d2d
feat(nx-dev): display deprecated schema options last (#14518) 2023-01-20 09:47:06 -06:00
Benjamin Cabanes
07f07374fd
docs(nxdev): support x-priority schema options (#14405) 2023-01-17 12:54:48 -05:00
Benjamin Cabanes
9193d1aebc
docs(nxdev): check type of x-deprecated value (#14135) 2023-01-04 15:02:51 +00:00
Benjamin Cabanes
0fbf50eb77
docs(nxdev): parameter view takes full available width (#14118) 2023-01-03 19:12:14 +00:00
Benjamin Cabanes
6718bf2a84
docs(nxdev): extract schema list components (#13917) 2022-12-19 17:41:03 -06:00
Benjamin Cabanes
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption (#13834) 2022-12-19 18:59:50 +00:00
Isaac Mann
37135ae96a
fix(nxdev): lower case property alias (#13823) 2022-12-14 11:49:19 -05:00
Benjamin Cabanes
b9b4b2b1b6
docs(nxdev): set document-data type on doc pages (#13508) 2022-11-30 15:05:33 +00:00
Benjamin Cabanes
c0bae20e83
docs(nxdev): set document-data type on doc pages (#13506) 2022-11-30 14:47:13 +00:00
Jack Hsu
a767e6c12d
docs(misc): fix formatting (#13505) 2022-11-30 09:12:44 -05:00
Benjamin Cabanes
a064252bcf
docs(nxdev): externalize related documentation links into its own section (#13485) 2022-11-29 17:14:29 -05:00
Jack Hsu
de8871d103
docs(misc): fix whitespaces for EmptyList component (#12974) 2022-11-03 18:00:26 +00:00
Jason Jean
87b91a391a
chore(repo): update nx to 15.0.7-rc.0 (#12952) 2022-11-02 17:28:20 -04:00
Benjamin Cabanes
88abbd0fdd
docs(nxdev): remove unused custom tailwindcss theme colours (#12926) 2022-11-01 13:30:39 -04:00
Benjamin Cabanes
7d2370d56d
docs(nxdev): display callout on hidden schemas (#12796) 2022-10-24 16:51:45 -04:00
Benjamin Cabanes
03fbf8e98f
docs(nxdev): optimize view model for package view (#12795) 2022-10-24 20:49:37 +00:00
Benjamin Cabanes
e00c23324d
docs(nxdev): add internal schema label (#12792) 2022-10-24 16:24:41 -04:00
Benjamin Cabanes
e89bc6bb12
docs(nxdev): optimize doc template (#12530) 2022-10-11 16:37:34 -04:00
Benjamin Cabanes
e0d336f4ef
docs(nxdev): use current theme for monaco editor (#12422)
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2022-10-05 14:43:45 +00:00
Benjamin Cabanes
d861f57571
docs(nxdev): optimize imports (#12377) 2022-10-03 19:13:41 +00:00
Benjamin Cabanes
26e710180b
docs(nxdev): refresh ui (#12370) 2022-10-03 16:11:01 +00:00
Caleb Ukle
ea335bf2c1
docs(nxdev): remove duplicated example data on generator page (#12211) 2022-09-23 17:29:39 +00:00
Benjamin Cabanes
da0cc4792f
docs(nxdev): update internal reference links (#12083) 2022-09-19 19:15:19 +00:00
Benjamin Cabanes
32f6d3a056
docs(nxdev): show package description as fallback (#12081) 2022-09-19 17:50:05 +00:00
Katerina Skroumpelou
5bc9a6f5eb
docs(nxdev): added unique key in list item (#11997) 2022-09-13 13:41:13 +00:00
Benjamin Cabanes
dd9554987a
docs(nxdev): cleanup imports (#11561) 2022-08-12 10:03:18 -04:00