Victor Savkin
3965ce42e7
docs(core): update config guides
2021-12-19 15:53:18 -05:00
Victor Savkin
88751a3685
chore(repo): clean up the language to match the new tag line
2021-12-17 16:08:38 -05:00
Victor Savkin
9c77096b15
chore(repo): small changes in the turbo guide
2021-12-16 15:53:44 -05:00
Victor Savkin
45987c40d1
chore(repo): minor tweaks in the turbo guide
2021-12-16 12:14:05 -05:00
Petar Vujović
1172fb6083
docs(core): fix grammar in DTE section ( #8181 )
...
* docs(core): fix grammar in DTE section
run tasks on many agents instead of run tasks on a many agents
* docs(core): fix grammar on DTE section
Fix further grammar errors in DTE section of mental model
2021-12-15 20:42:48 -05:00
Victor Savkin
2867c596f6
chore(repo): add perf numbers to the turbo guide
2021-12-15 12:10:18 -05:00
pan93412
dfb6986b93
docs(core): extend the description of generator schema options ( #7927 )
...
* docs(core): describe every properties available in schema.json
The current Generator documentation is not completed. Thus,
I managed to describe every undocumented part of generator currently.
This document is referenced from a lot of current `schema.json`
and code of it. Thanks a lot! :D
- Overview
- Description
- Examples
* docs(misc): add the instruction when out of memory
Added a new section: "When occurred `JavaScript heap out of memory`"
Also fixed some lint issues indicated by `markdownlint`.
* fix(misc): grammars
Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
* docs(core): more complete Generator
- correct grammars errors
- complete most the WIP part
- remove `items` since I didn't find any example of it
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-Authored-By: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>
* docs(core): correct the format
Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
Co-authored-by: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>
2021-12-14 10:33:51 -05:00
Juri
b81395c11d
docs(core): adjust header ordering in the Nx and Turborepo guide
2021-12-14 15:53:54 +01:00
Juri
ce1d6869dc
docs(core): nx and Turborepo guide improvements
2021-12-14 08:48:48 -05:00
Victor Savkin
77f7a5036f
chore(repo): update the turbo guide
2021-12-13 15:23:17 -05:00
Victor Savkin
02a79bc80b
chore(misc): add a comparison guide
2021-12-13 14:08:37 -05:00
Benjamin Cabanes
ea0d65b019
docs(nxdev): better api generator templates ( #8109 )
2021-12-10 12:18:46 -05:00
Miroslav Jonaš
30e080bcd3
docs(linter): fix wrong rule format in tags guide ( #8101 )
2021-12-10 13:35:54 +01:00
AgentEnder
7b9975bfd7
docs(core): fix docs changes for config page
2021-12-09 15:54:40 -05:00
AgentEnder
900c60365c
docs(core): update global configuration docs
2021-12-08 21:09:39 -05:00
Isaac Mann
99164baaa0
docs(devkit): example of jscodeshift codemod ( #7976 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-02 14:25:50 -05:00
Markus Heinemann
a8d5ac11b0
docs(core): add gitlab ci guide ( #7878 )
...
Closes : #7876
2021-12-02 09:52:30 -06:00
Jack Hsu
157c6e0fb0
feat(web): rename @nrwl/web:build to @nrwl/web:webpack ( #7952 )
2021-11-30 14:22:34 -05:00
Rares Matei
c07f54d555
docs(core): fix daemon process enablement option
2021-11-23 13:32:05 -05:00
Fernando Montoya
204bbbf748
fix(react): Fix typo ( #7748 )
2021-11-16 18:00:23 -05:00
Benjamin Cabanes
3cc17d7566
docs(nxdev): home updates ( #7567 )
2021-11-12 11:59:45 -05:00
Victor Savkin
af664f60a1
feat(core): add an option to nx.json to enable project graph creation in the background ( #7682 )
2021-11-10 10:12:31 +00:00
Victor Savkin
3d1899eec8
feat(core): deprecate --max-parallel and use --paralle=N instead
2021-11-09 20:03:24 -05:00
Robert Smith
0ca28e7581
docs(misc): Update azure devops condition script ( #7637 )
2021-11-09 11:21:30 -06:00
Brandon
62d5d43dd8
docs(testing): document adding Cypress E2E app for an existing project ( #7669 )
2021-11-09 11:15:34 -06:00
Imdadul Huq
9e61e8cdc6
docs(nxdev): updated generator doc ( #7649 )
2021-11-08 11:04:21 -05:00
Miroslav Jonaš
f23a4cf7f1
feat(linter): allow wildcards for banning external imports ( #7623 )
2021-11-05 15:25:05 +01:00
Miroslav Jonaš
878b44d997
docs(testing): add clarification for baseUrl when devServerTarget is set ( #7622 )
2021-11-05 15:24:36 +01:00
Philip Fulcher
ed28e7d53a
docs(linter): add doc for bannedExternalImports ( #7605 )
2021-11-04 10:28:01 -06:00
Miroslav Jonaš
1afeeb6be1
docs(core): move misleading migration overview page ( #7608 )
2021-11-04 14:39:38 +01:00
Victor Savkin
5b9992c62a
docs(react): rework the core section to highlight nx core
2021-10-28 19:48:13 -04:00
Victor Savkin
282bd0a79d
docs(misc): ci guides minor fixes
2021-10-20 20:54:56 -04:00
Brandon
8705e4bb09
docs(core): reorganize CI guides ( #7453 )
2021-10-20 11:51:18 -04:00
Brandon
a43b6896bc
docs(core): add CI overview guide and updated guides ( #7447 )
2021-10-20 09:09:15 -05:00
Miroslav Jonaš
ce36881000
docs(nxdev): update tags guide to new project configuration ( #7426 )
...
* docs(nxdev): update tags guide to new project configuration
* docs(nxdev): include review feedback
2021-10-19 19:54:18 -04:00
Victor Savkin
a20f326ac4
docs(core): add a plugin about using nx without plugins
2021-10-19 15:49:52 -04:00
James Henry
09fe7ab55c
docs(core): add daemon guide
2021-10-19 13:20:36 -04:00
Jack Hsu
7b1860878f
docs(core): update webpack 5 guide ( #7408 )
2021-10-18 11:20:39 -04:00
Miroslav Jonaš
1f34e1b778
docs(linter): add more information to multiple tag dimensions ( #7324 )
2021-10-18 15:24:35 +02:00
Morten Bjerg Gregersen
53b3b53696
docs(misc): fix a typo
2021-10-15 10:52:56 -04:00
Antoine Leblanc
a965f89d89
Update GitHub brand name usage ( #7291 )
...
* docs(misc): update github brand name usage
Relates to https://github.com/logos
* docs(nxdev): update github brand name usage
Relates to https://github.com/logos
* fix(misc): update github brand name usage
Relates to https://github.com/logos
2021-10-12 15:09:03 -04:00
Craigory Coppola
8435bdfb6f
feat(core): shift from 'master' to 'main' as default branch and base ( #7111 )
...
* chore(core): fix some broken tests
* docs(core): update docs to represent master -> main
* chore(core): review changes
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
* chore(core): add migration script for backwards-compat w/ main default.
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-10-08 16:48:02 -04:00
Benjamin Cabanes
06433ead15
docs(core): computation caching checksum long vars ( #7079 )
2021-09-21 14:53:06 -04:00
Victor Savkin
3e8427f783
docs(misc): clarify a few things regarding incremental builds
2021-09-18 21:13:53 -04:00
Jack Hsu
f4bc240064
docs(core): update broken link; wrap nx-dev serve command with npx so ts-node does not need to be available globally ( #7030 )
2021-09-16 17:36:58 +00:00
khalilou88
ff023bbf57
docs(misc): fix executor example
2021-09-15 12:06:03 -04:00
samdanae
5266a4cd1a
fix(docs): update to correct anchor link ( #6986 )
...
Co-authored-by: Samdanae Imran <samdanae.imranuzzaman@serko.com>
2021-09-15 11:59:53 -04:00
Benjamin Cabanes
3fc074cf75
docs(nxdev): fix code format bash ( #6962 )
2021-09-08 15:02:37 -04:00
Jason Jean
c96c68f213
chore(nxdev): update latest version documentation to v12.9.0 ( #6950 )
2021-09-07 15:40:16 +00:00
Jason Jean
e412ff0ae2
chore(repo): update lerna doc in the repo ( #6846 )
2021-08-25 15:25:07 +00:00