56 Commits

Author SHA1 Message Date
Brandon Roberts
d81837c880 docs(core): add mental model overview guide 2021-06-22 11:17:19 -04:00
Kirils L
0f4c18218e
docs(nextjs): use custom build path rather than output path (#6069) 2021-06-18 14:43:33 -04:00
vsavkin
8a7b6c8405 feat(core): replace strictlyOrderedTargets with targetDependencies 2021-06-18 06:54:33 -04:00
Benjamin Cabanes
03e3f60338
docs(core): documentation format fix (#6058) 2021-06-17 13:55:49 -04:00
vsavkin
d88907a683 docs(core): document dependsOn and targetDependencies 2021-06-17 10:28:21 -04:00
Brandon Roberts
d9513d63a0 docs(misc): update consistency for root files, generators, and executors 2021-05-27 13:29:04 -04:00
Kirils L
92d08f6913
docs(nextjs): suggest installing package as a prod dependency (#5740) 2021-05-21 20:05:13 +03:00
vsavkin
f31b8cb023 docs(misc): replace memoization with caching 2021-05-18 13:43:50 -04:00
Naoyoshi Aikawa
c9e79ab84e
feat(core): support .env.local (#5491)
* feat(core): support .env.local

* fix(core): fix e2e tests for env variables

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-04 16:30:03 -04:00
Juri Strumpflohner
111a7cfeaf
docs(core): change tsconfig.json to tsconfig.base.json in core concepts docs (#5514) 2021-04-30 20:42:11 -04:00
Isaac Mann
de1401965a
docs(nxdev): rewrite getting started section (#5139)
* docs(nxdev): rewrite getting started section

* docs(nxdev): revisions

* docs(nxdev): update features section

* docs(nxdev): updates

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-04-01 15:12:52 -04:00
Vivek More
af27f975a4 docs(misc): improve grammar and fix typos 2021-03-15 10:27:35 -04:00
vsavkin
77d1cc3a02 fix(misc): fix treeview code samples 2021-03-11 20:36:18 -05:00
Isaac Mann
e55234f2eb docs(nxdev): flatten the docs 2021-02-05 20:33:28 -05:00
katerina
0fc65d8763 feat(storybook): Storybook v6 migration generator for default configurations
Co-authored-by: Philip Fulcher <philip@nrwl.io>
2021-02-01 09:17:49 -05:00
Victor Savkin
14503c27c9 Revert "feat(storybook): storybook v6 migration generator for default configuration"
This reverts commit e3c46f3fefd39c3095651d6074a04c0590433ecb.
2021-01-28 16:26:19 -05:00
Katerina Skroumpelou
e3c46f3fef
feat(storybook): storybook v6 migration generator for default configuration
Co-authored-by: Philip Fulcher <philip@nrwl.io>
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2021-01-28 21:45:32 +01:00
Benjamin Cabanes
28aa63fcec
docs(core): code syntax typescript & image dimension (#4569) 2021-01-19 18:55:39 -05:00
James Henry
2c72a6ede2 docs(nextjs): make it clear 11.1.0 of Nx is required 2021-01-12 11:59:53 -05:00
James Henry
3c96286e39 docs(nextjs): make it clear 11.1.0 of Nx is required 2021-01-12 11:59:53 -05:00
James Henry
625de37163 docs(nextjs): add section on Vercel deployment configuration 2021-01-12 11:59:53 -05:00
Victor Savkin
2f2efb8b4d docs(misc): introduce the core concepts docs section 2020-12-22 15:54:55 -05:00
Isaac Mann
58e6e84d2f docs(misc): rename schematics to generators 2020-12-10 13:49:58 -05:00
Isaac Mann
35015dd891 cleanup(docs): update terminology for docs related to nx/devkit 2020-12-06 13:52:08 -05:00
Zachary DeRose
5a3ac6b66c
docs(docs): nx cloud e2e encryption configuration documentation added (#3916) 2020-11-03 09:09:36 -05:00
Philip Fulcher
7a175481a1
docs(storybook): fix storybook logo on guide pages (#3873) 2020-10-06 14:04:38 +03:00
James Henry
e339ece224
feat(linter): add explicit file extension to config files (#3847)
* feat(linter): add explicit file extension to config files

* feat(linter): update references to .eslintrc for new projects

* fix(linter): fix quotes in global eslint config
2020-10-01 18:59:45 -04:00
Katerina Skroumpelou
5da9e668fd
feat(storybook): add support for Storybook v6
Co-authored-by: Katerina Skroumpelou <katerina@fileas.local>
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2020-09-28 15:57:10 +02:00
Tasos Bekos
a4b37a341f feat(core): support globs for JSON paths in implicitDependencies
ISSUES CLOSED: #2483
2020-09-01 11:47:16 -04:00
Tasos Bekos
46011bbf98
docs(docs): document glob support for implicitDependencies (#3570) 2020-08-21 10:52:09 -04:00
Isaac Mann
6196c380e5
docs(docs): fix react configuration ToC formatting (#3444)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-07-31 10:36:43 -04:00
Isaac Mann
50a4453129 docs(docs): update react configuration docs too 2020-07-29 17:09:48 -04:00
Victor Savkin
3cd9f4fe6c feat(misc): add nx package to make installing global cli easier 2020-07-29 12:16:12 -04:00
Brandon
24b87d115b
feat(core): adds configurable base branch and HEAD in nx.json (#3217)
* feat(core): adds configurable base branch in nx.json

new field in nx.json - defaultBranch

ISSUES CLOSED: #1791

* feat(core): split affected into config options for base and head in nx.json

Co-authored-by: agriggs <alex.griggs@gmail.com>
2020-06-25 10:24:37 -04:00
Rares Matei
6384bde734
feat(core): load root .env in all nx processes (#3081)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-06-05 14:49:10 -04:00
Isaac Mann
680541b89f
Global config files docs (#2974)
* docs(misc): add docs on global config files

* docs(docs): move configuration under workspace

Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-08 15:32:08 -04:00
Victor Savkin
6e9fb0efa0 docs(core): clean up generated docs 2020-03-30 13:08:41 -04:00
Victor Savkin
295225a8a7 docs(core): clarify cli docs 2020-03-29 14:52:15 -04:00
Isaac Mann
5f0886add9
docs(docs): storybook plugin overview (#2746)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 16:56:40 -04:00
Michael Lancaster
e08888ae55 docs(core): add env vars documentation 2020-03-23 16:26:11 +00:00
Wes Grimes
bb12d7c6d6 feat(core): nx list enhancements and cleanup 2020-03-18 17:51:39 -04:00
Rui Lima
c5082418a9 docs(docs): fix fixutres typo on react and angular docs
The typo `fixutres` was present in some files.
Couldn't live with it.
2020-02-22 17:39:25 -05:00
Isaac Mann
ebe0e75b6f
docs(storybook): add instructions to install @nrwl/storybook plugin (#2526)
* docs(storybook): add instructions to install @nrwl/storybook plugin

ISSUES CLOSED: #2293

* Update modernize-storybook.md

* Update modernize-storybook.md
2020-02-21 14:16:42 -05:00
Jack Hsu
df7ff8cbae
feat(react): add better support for file and image imports (#2245) 2019-12-30 13:36:44 -05:00
Isaac Mann
50123e28dc docs(nx): add storybook guides for react and angular (#2078) 2019-11-27 11:10:48 -05:00
Jo Hanna Pearce
607bcfdeb2 feat(nx): refactor nx list to also show plugins with builders and uninstalled approved plugins 2019-11-11 13:09:18 -05:00
Brandon Roberts
eebe9fae38 docs(nx): fix affected help comand 2019-10-15 15:34:34 -04:00
Brandon Roberts
885dfd755f docs(nx): update Nx CLI guide for web components
There doesn't currently exist a component schematic, so there isn't a good
example of setting defaults, or customizing yet
2019-10-15 15:34:34 -04:00
Brandon Roberts
410b490953 docs(nx): fix typo in react guide for Nx CLI 2019-10-15 15:34:34 -04:00
Brandon Roberts
477825db5f docs(nx): add info about default collections, help, and affected long form 2019-10-15 15:34:34 -04:00