110 Commits

Author SHA1 Message Date
Jordan
338dc289a7
docs(testing): update migration guide from protractor to cypress (#7513) 2021-10-25 15:07:39 -05:00
Craigory Coppola
a300b2c0f2
docs(core): updates to configuration docs to reflect #6642 (#7413) 2021-10-19 10:27:03 -05:00
Colum Ferry
0f85b49065
docs(angular): fix command in karma to jest (#7417) 2021-10-19 15:08:31 +01:00
Jason Neal
a4b0c80785
docs(angular): fix a typo
Co-authored-by: Jason Neal <jasonneal@rocketmortgage.com>
2021-10-15 10:51:40 -04:00
Colum Ferry
65b65bf4c5
docs(angular): provide reason for imported remote entry module (#7377) 2021-10-15 11:38:44 +01: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
88fa507f1b
docs(nxdev): sync content (#7138) 2021-09-25 15:23:45 +00:00
Elderov Ali
3e3ec2e981
docs(angular): fix embedded link in talk section (#7037) 2021-09-25 11:09:38 -04:00
Victor Savkin
3e8427f783 docs(misc): clarify a few things regarding incremental builds 2021-09-18 21:13:53 -04:00
Stephen Wade
c71d286ef5
docs(angular): Fix code snippets incorrectly marked as bash (#7033)
* docs(angular): Fix code snippets incorrectly marked as `bash`

* docs(angular): slight fixes

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-09-16 16:51:51 -06:00
Tony
d0e217666a
docs(angular): update setup for micro frontend (#6863) 2021-08-26 20:48:29 +00:00
Colum Ferry
9b3f920a3b
docs(angular): add mfe guide (#6829)
* docs(angular): add mfe guide

Add guide "How to setup a Micro Frontend with Angular and Nx" to docs

* docs(angular): fix some issues with mfe guide

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-08-24 11:23:20 -04:00
Jason Jean
fa3dcabe8a
docs(core): add cli overview page and a section documenting how to keep configuration in sync (#6832)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-08-24 02:13:25 +00:00
Juri
4156434389 docs(storybook): improve Storybook docs and add info about Nrwl React Storybook preset 2021-08-06 18:11:47 +02:00
jaybell
74034b272f feat(core): add an option to selectively hash tsconfig 2021-08-05 16:17:17 -04:00
Juri Strumpflohner
a6a2b87f6c
docs(storybook): re-arrange content for a more concise Storybook overview guide (#6555)
* docs(storybook): re-arrange content for a more concise Storybook overview guide

* docs(storybook): re-arrange content to have a more concise Storybook guide
2021-08-02 11:48:15 +03:00
Colum Ferry
526f783130
docs(angular): fix quote mark in karma docs (#6294) 2021-07-08 11:52:42 +01:00
Brandon
603d62d911
docs(core): configuration guide updates (#6193) 2021-06-30 10:05:20 -05:00
Craigory V Coppola
1914da758b
cleanup(core): helpful project json messaging (#6158) 2021-06-28 15:51:51 -04:00
Brandon
6d32604a05
docs(core): update nx migrate guide (#6155) 2021-06-28 09:37:46 -05:00
Craigory V Coppola
7c7191a2f9
docs(core): docs for project.json files + associated generator (#6107)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-06-28 10:20:11 -04:00
Katerina Skroumpelou
e13b423ddb
feat(storybook): from addon-knobs to controls (#6068) 2021-06-25 18:17:48 +03:00
Leosvel Pérez Espinosa
c50e2c2fae
docs(angular): improve incremental build docs (#6106) 2021-06-23 16:02:34 +02: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
a0a7d28837
docs(core): update and combine nx plugins and devkit overview (#6007) 2021-06-14 12:28:17 -04:00
Brandon Roberts
d9513d63a0 docs(misc): update consistency for root files, generators, and executors 2021-05-27 13:29:04 -04:00
Isaac Mann
cef3dce3a5
docs(angular): devkit code sample (#5717)
* docs(angular): docs(core): move child-process section to the end

* docs(angular): apply docs changes

* docs(angular): copy paste error

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-05-22 17:10:02 +00: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
Juri Strumpflohner
106ff9f64b
docs(core): make install step during migrate more evident (#5397)
ISSUES CLOSED: #5318
2021-04-20 09:58:08 -04:00
John Ockenden
71b2f16bc9
docs(angular): docs(angular): specify generator collection when migrating from karma to jest (#5291)
Unless the user set their default collection to be `@nrwl/jest`, the example commands given in the
documentation won't work
Change the documentation to explicitly specify the collection. This should
make a copy/pasted command work

ISSUES CLOSED: #5286
2021-04-13 15:42:18 -04:00
Leosvel Pérez Espinosa
ad5628557c fix(angular): prevent running ngcc with incremental builds 2021-04-05 13:25:31 -04:00
Michael Mazzone
b676e158ba docs(angular): mention in the docs that @nrwl/angular:webpack-browser requires nx 10.4 or later
mention in the docs that @nrwl/angular:webpack-browser requires nx 10.4 or later

ISSUES CLOSED: #5074
2021-04-04 12:53:05 -04:00
vsavkin
b78584325e Revert "fix(angular): prevent running ngcc with incremental builds (#5107)"
This reverts commit 6ad7c6037cc389ac64a540ac7a96c69d25e6adad.
2021-04-03 21:19:01 -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
Leosvel Pérez Espinosa
6ad7c6037c
fix(angular): prevent running ngcc with incremental builds (#5107) 2021-04-01 18:33:45 +02: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
vsavkin
7457b16811 cleanup(misc): misc docs update and small cleanups 2021-03-11 15:45:54 -05:00
Jason Jean
d50beb00bb
docs(devkit): clean up devkit docs (#4913) 2021-03-05 11:13:15 -05:00
Zachary DeRose
ed22ae64ac
fix(repo): fixing broken internal links (#4790) 2021-02-25 12:48:36 -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
a97c242649 docs(core): update the nx devkit guide 2021-01-30 10:30:50 -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
Victor Savkin
c40ce8a539 feat(testing): update cypress use nx devkit 2021-01-18 21:46:17 -05:00
Victor Savkin
37e115589b docs(angular): update code sample in the incremental builds guide 2020-12-23 10:42:31 -05:00