Jack Hsu
04bb1f7cd9
docs(core): add troubelshooting guide for convert-to-inferred migrations ( #26630 )
...
<!-- 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` -->
<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->
## 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-06-26 14:15:09 -04:00
Nicolas Belliard
58f36170f7
docs(core): adding warning following the breaking change in the environment variable documentation ( #26357 )
...
Following the breaking change with the process environment variable are
no available.
I see that this [issue](https://github.com/nrwl/nx/issues/26023 ) has
been created.
Therefore, I think a warning in the documentation is needed to inform
that this variables are not accessible for Nx version greater or equal
to 19.
## Current Behavior
On the current Nx documentation, there is no information regarding this
breaking change:

Doc link:
https://nx.dev/reference/environment-variables#environment-variables
## Expected Behavior
Adding a warning to inform about this breaking change:

## Related Issue(s)
[<!-- Please link the issue being fixed so it gets closed when this is
merged. -->](https://github.com/nrwl/nx/issues/26023 )
Let me know if it is ok for you and if you want to rephrase the
following warning.
Nicolas Belliard
2024-06-05 11:16:39 -04:00
Stefan Schweiger
215bc42c11
feat(core): additional .local patterns for .env files ( #19163 )
...
## Current Behavior
Loading order of .env files
1. `apps/my-app/.env.[target-name].[target-configuration-name]`
2. `apps/my-app/.env.[target-name]`
3. `apps/my-app/.[target-name].[target-configuration-name].env`
4. `apps/my-app/.[target-name].env`
5. `apps/my-app/.env.local`
6. `apps/my-app/.local.env`
7. `apps/my-app/.env`
8. `.env.[target-name].[target-configuration-name]`
9. `.env.[target-name]`
10. `.[target-name].[target-configuration-name].env`
11. `.[target-name].env`
12. `.env.local`
13. `.local.env`
14. `.env`
## Expected Behavior
1. `apps/my-app/.env.[target-name].[target-configuration-name].local`
2. `apps/my-app/.env.[target-name].[target-configuration-name]`
3. `apps/my-app/.env.[target-name].local`
4. `apps/my-app/.env.[target-name]`
5. `apps/my-app/.[target-name].[target-configuration-name].local.env`
6. `apps/my-app/.[target-name].[target-configuration-name].env`
7. `apps/my-app/.[target-name].local.env`
8. `apps/my-app/.[target-name].env`
9. `apps/my-app/.env.local`
10. `apps/my-app/.local.env`
11. `apps/my-app/.env`
12. `.env.[target-name].[target-configuration-name].local`
13. `.env.[target-name].[target-configuration-name]`
14. `.env.[target-name].local`
15. `.env.[target-name]`
16. `.[target-name].[target-configuration-name].local.env`
17. `.[target-name].[target-configuration-name].env`
18. `.[target-name].local.env`
19. `.[target-name].env`
20. `.env.local`
21. `.local.env`
22. `.env`
## Related Issue(s)
#19161
2024-06-04 16:06:03 -04:00
Leosvel Pérez Espinosa
881adfb185
docs(misc): replace angular.io links with angular.dev ( #25831 )
...
[Angular.dev](https://angular.dev/ ) is now the new home for Angular
developers as mentioned in the [Angular 18 release blog
post](https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe ).
<!-- 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 NXP-759 -->
Fixes #
2024-05-23 15:58:53 +02:00
Colum Ferry
b164569e9d
docs(angular): bring incremental build docs up to date ( #23424 )
...
<!-- 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 -->
The incremental build docs for angular are currently outdated
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Bring the incremental build docs up to date
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-16 11:24:07 +01:00
Barry Michael Doyle
38a947f7f8
docs(nx-dev): update define-environment-variables.md changed NX_ to… ( #23397 )
...
## Current Behavior
Incorrect environment variable prefix `NX_` in docs.
## Expected Behavior
Correct environment variable prefix `NX_PUBLIC_` in docs.
## Related Issue(s)
https://github.com/nrwl/nx/issues/23362
2024-05-15 12:32:16 +02:00
Isaac Mann
6c0ba0ee3a
docs(core): local links should not use nx.dev ( #23380 )
...
Ensure that local links start with `/` instead of `https://nx.dev/ `
2024-05-14 14:19:49 -04:00
Isaac Mann
186a420a74
docs(core): decisions section ( #23038 )
...
Create an "Organizational Decisions" section under Concepts for
recommendations and discussions about how to set up Nx that aren't firm
requirements.
2024-05-10 15:42:46 -04:00
mot
3e63bc0754
docs(core): update define-environment-variables.md ( #21727 )
...
add `dotenvx` example.
## Current Behavior
* env-cmd only
## Expected Behavior
* include dotenvx example
## Related Issue(s)
N/A
Fixes #
N/A
2024-05-08 15:22:27 -04:00
Isaac Mann
53693fdd1c
docs(core): remove nx connect flow from docs ( #23204 )
...
Recommend people log in to `nx.app` and connect their repository instead
of running `nx connect` from the command line
2024-05-07 11:37:29 -04:00
Isaac Mann
33008f25b5
docs(core): clean up more concepts section ( #22957 )
2024-04-24 10:28:53 +02:00
Leosvel Pérez Espinosa
7ebd27af02
docs(angular): call out @nx/angular plugin as required to run angular devkit schematics and builders ( #22872 )
2024-04-18 15:53:35 +02:00
Leosvel Pérez Espinosa
45d89d21d4
docs(angular): improve recipe about environment variables and add information for esbuild ( #22841 )
...
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-04-17 15:21:21 +02:00
Jaypee Ignacio
a627ce84b1
docs(expo): fix the instructions for rejecting local cache ( #22792 )
2024-04-12 09:28:54 +02:00
Leosvel Pérez Espinosa
fb57667088
docs(misc): reorder sidebar menu items ( #22746 )
2024-04-11 11:40:23 +02:00
Jack Hsu
22735a011e
docs(core): remove React 18 migration ( #22750 )
2024-04-09 15:52:20 -04:00
Leosvel Pérez Espinosa
27094c5f4b
docs(angular): remove manual migration guide ( #22723 )
2024-04-09 17:40:35 +02:00
Leosvel Pérez Espinosa
c6f93019cc
docs(angular): refresh dynamic module federation guide ( #22728 )
2024-04-09 17:03:11 +02:00
Isaac Mann
d75318bef4
docs(core): remove old version warnings ( #22704 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2024-04-09 09:40:50 -04:00
Isaac Mann
5f255c5a43
docs(core): editor setup in getting started ( #22416 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2024-04-02 11:56:42 -04:00
Leosvel Pérez Espinosa
afc324d3f9
docs(angular): update ng add section in angular cli comparison ( #22542 )
2024-04-02 17:07:58 +02:00
Leosvel Pérez Espinosa
2678bdf72b
docs(react-native): update plugin overview page and recipe ( #22414 )
2024-03-21 10:29:24 +01:00
Leosvel Pérez Espinosa
2a4c57dc3a
docs(react): improve docs about using env vars in react ( #22417 )
2024-03-20 18:57:08 +01:00
Thomas Kaul
18a53ebc15
docs(core): improve wording ( #22412 )
2024-03-20 14:02:19 +00:00
Ruslan
3c72acdb75
docs(remix): replace serve target with dev ( #22357 )
2024-03-18 09:55:56 -04:00
Leosvel Pérez Espinosa
6576325f7b
docs(misc): fix misc issues ( #22039 )
...
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-02-28 10:02:27 -05:00
Isaac Mann
e732e7116f
docs(core): default cache directory update ( #22023 )
2024-02-27 11:40:33 -05:00
Miroslav Jonaš
ecf70adbce
fix(core): align terminal output padding and remove leading arrow ( #21809 )
2024-02-20 17:43:46 +01:00
Zachary DeRose
fdcd4d0451
fix(vue): fixing vue and nuxt welcome templates ( #21792 )
2024-02-16 11:15:58 -05:00
James Henry
30d10d72f7
Revert "feat(core): remove leading arrow from output headlines" ( #21800 )
2024-02-13 09:40:24 -05:00
Miroslav Jonaš
c2a09c5043
feat(core): remove leading arrow from output headlines ( #21359 )
2024-02-13 09:11:39 -05:00
Miroslav Jonaš
3ead01987b
fix(nx-dev): remove fence from new packages and "nx add" commands ( #21705 )
2024-02-08 14:43:50 +01:00
Isaac Mann
61436a64ef
docs(core): inferred targets ( #21167 )
...
Co-authored-by: Katerina Skroumpelou <mandarini@users.noreply.github.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-02-03 00:14:05 -05:00
Adam Hunter
77a5c9eaa8
fix(nx-dev): remove unmatched bracket. updates warning description ( #19481 )
2024-01-30 19:34:22 +02:00
Aditya Mathur
dd5f3c8d17
docs(misc): standardize all the install commands with different pm ( #21226 )
2024-01-19 15:21:42 +01:00
Miroslav Jonaš
d45a13e4fa
feat(core): extend nxCloud prompt to include basic CI workflow options ( #21094 )
2024-01-18 14:12:31 -05:00
Isaac Mann
595a7743b6
docs(core): rename distributed cache to remote cache ( #21061 )
2024-01-11 18:14:44 +00:00
Isaac Mann
b57adf8430
docs(core): nx replay rename ( #21060 )
2024-01-09 09:29:34 -05:00
Katerina Skroumpelou
e0579f2a4a
docs(nuxt): deploy to vercel guide ( #20851 )
2023-12-19 12:28:04 -05:00
Colum Ferry
6b34847bea
docs(module-federation): update existing documentation ( #20822 )
2023-12-18 15:23:09 +00:00
Katerina Skroumpelou
6199c20113
docs(vite): explain how to set env vars ( #20790 )
2023-12-15 10:28:26 -05:00
Colum Ferry
3b5bf6d1d1
feat(remix): add remix ( #20641 )
2023-12-13 11:07:08 -05:00
Roni Vegh
8caebc5280
docs(angular): typo in dynamic-module-federation-with-angular ( #19413 )
2023-12-12 10:31:24 -05:00
Nikita Barsukov
332b0120df
docs(angular): use @nx/angular:dev-server instead of legacy @nx/angular:webpack-dev-server ( #20637 )
2023-12-12 09:55:06 -05:00
Isaac Mann
cf976ce596
feat(nx-dev): allow custom media images ( #20561 )
2023-12-07 07:37:01 -08:00
Isaac Mann
e8361e6771
docs(core): parallelization and distribution guide ( #20435 )
2023-12-03 23:17:49 -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
94d8514ed3
docs(core): nx-cloud concepts section ( #20250 )
2023-11-17 13:28:11 -05:00
Colum Ferry
a98ccdedf2
docs(angular): update docs for angular v17 ( #20154 )
2023-11-09 14:04:34 -05:00
Isaac Mann
457bbcbe57
docs(core): nx cloud features section ( #20043 )
2023-11-07 08:40:29 -05:00