alxizr
a08b10cb6f
docs(misc): fix typo in faster-builds.md ( #11902 )
...
remove extra character
2022-09-22 18:31:25 -04:00
Miguel Leite
4e21ca7f82
docs(storybook): update storybook host library config step ( #12181 )
...
Using the command previously specified throws a warning: `Cannot find configuration for '–-name:storybook-host' in /workspace.json.`.
2022-09-22 17:55:47 -04:00
Chris Griffing
d1ab43603f
docs(nxdev): fix spelling mistake in enforce-project-boundaries.md ( #12198 )
2022-09-22 17:54:25 -04:00
Juri Strumpflohner
98c6047068
docs(core): updates to the Nx vs Turbo comparison ( #12164 )
2022-09-22 09:29:38 -04:00
Peter Colapietro
29e777fe39
chore(typo): workspacRoot => workspaceRoot
2022-09-21 21:07:24 -04:00
Katerina Skroumpelou
742686a051
docs(storybook): best practices guide and recipe ( #12071 )
...
* docs(storybook): best practices guide and recipe
* docs(storybook): rearrange structure
2022-09-21 13:53:50 -04:00
Benjamin Cabanes
da0cc4792f
docs(nxdev): update internal reference links ( #12083 )
2022-09-19 19:15:19 +00:00
MaxKless
249f54834f
docs(nx-plugin): add references to zack's plugin video ( #12090 )
2022-09-19 15:01:22 -04:00
Benjamin Cabanes
12b09003ac
docs(core): update internal link path reference ( #12080 )
2022-09-19 16:30:32 +00:00
Isaac Mann
807430d16f
docs(nxdev): executor examples ( #12049 )
2022-09-19 09:49:07 -04:00
Isaac Mann
5cab39b9aa
docs(nxdev): deprecated section ( #12054 )
2022-09-16 16:54:59 -04:00
Caleb Ukle
d90bdaec5f
docs(testing): clean up cypress usage in docs ( #12047 )
...
* docs(testing): update tutorials to account for new cypress UI
fixes : #11886
* docs(testing): update --prod usage for cypress overview
fixes : #11878
2022-09-16 10:12:04 -05:00
Isaac Mann
1c0bebf194
docs(nxdev): automatic related docs ( #11994 )
...
* feat(nxdev): automatic related docs
* docs(nxdev): use auto related docs
2022-09-15 19:56:15 +00:00
Katerina Skroumpelou
23421a164e
docs(storybook): cleanup Storybook documentation ( #11993 )
2022-09-13 13:06:30 +00:00
Miroslav Jonaš
ace2325f24
feat(core): update nrwl/ci version to 0.7 ( #11925 )
2022-09-13 08:53:05 +00:00
Juri
b9cb135149
docs(core): add link to how the daemon determines whether the process is running on CI
2022-09-12 23:26:17 +02:00
Juri
7143b08852
docs(angular): add migration note to Angular docs entry page
2022-09-12 16:01:38 +02:00
Isaac Mann
828632c8e4
docs(nxdev): cleanup define env vars ( #11978 )
2022-09-12 13:26:12 +00:00
Isaac Mann
bdfd7bef84
docs(nxdev): target env files ( #11960 )
2022-09-09 13:50:15 -04:00
Isaac Mann
ecec02218c
docs(nxdev): integrated vs package-based ( #11957 )
2022-09-09 12:44:29 -04:00
Isaac Mann
072296fc70
docs(nxdev): graph links from package.json ( #11944 )
...
* docs(nxdev): graph links from package.json
* docs(nxdev): analyze source files recipe
2022-09-09 14:19:45 +00:00
Katerina Skroumpelou
a428d240cf
docs(storybook): add more details on the Storybook overview ( #11945 )
2022-09-09 08:23:57 +00:00
Katerina Skroumpelou
ae58c1d54d
feat(storybook): generate storybook with more framework options ( #11914 )
2022-09-08 16:38:16 +00:00
Miroslav Jonaš
583bf684f8
docs(nxdev): update the version of nx-set-shas to v3 ( #11924 )
2022-09-08 05:04:57 -06:00
Jason Jean
292f0c14b1
feat(core): generate inputs configuration for new workspaces ( #11856 )
2022-09-07 22:32:59 -04:00
Victor Savkin
c334277a93
docs(nx-cloud): rewrite dte docs
2022-09-07 20:34:38 -04:00
Jonathan Cammisuli
c2079589b5
docs(misc): readd neovim plugin information ( #11921 )
2022-09-07 21:53:17 +00:00
Jack Hsu
0a0ccd1305
docs(misc): link to customize webpack recipe from the migration guide ( #11916 )
2022-09-07 16:37:42 +00:00
Jack Hsu
44a4f3ccac
docs(misc): update customize webpack guide for next.js apps ( #11917 )
2022-09-07 12:25:32 -04:00
Caleb Ukle
a0904a601b
feat(testing): support angular cypress component testing ( #11790 )
...
* feat(testing): ng cypress component testing
closes : #11602
* chore(testing): move story utils into common util area
* feat(testing): add options for ng component testing
* docs(testing): add more info for component testing
* chore(testing): address PR feedback
* chore(testing): remove logs
2022-09-07 13:32:19 +00:00
Jack Hsu
2c407791be
docs(misc): fix typo in project config doc ( #11912 )
2022-09-07 08:43:22 -04:00
Colum Ferry
2910d4b55a
docs(angular): add 14.2.0 to matrix ( #11907 )
2022-09-07 10:51:50 +01:00
Juri
94ed7ce9b2
docs(angular): add videos for Angular migration scenarios
2022-09-06 21:17:36 +02:00
MaxKless
0a3207bef6
docs(nxdev): fix image links in console-project-pane.md ( #11897 )
2022-09-06 11:36:18 -04:00
Benjamin Cabanes
563d5c965e
docs(core): add free course playlist on youtube ( #11851 )
2022-09-02 18:19:31 +00:00
Caleb Ukle
b63893d1cd
docs(core): fix mistakes in @nrwl/workspace usage ( #11776 )
...
* docs(core): fix mistakes in @nrwl/workspace usage
@nrwl/workspace docs included a command for generators in the 'nx' package that doesn't contain
generators
update the usage of the 'move' generator to have the usage for the --destination arg
* docs(angular): update examples and add $default for project name
2022-08-30 16:19:33 +00:00
Katerina Skroumpelou
9999215211
docs(storybook): added an example to the main storybook docs ( #11774 )
...
ISSUES CLOSED : #11447
2022-08-30 12:23:54 +00:00
Isaac Mann
e717660102
docs(nx-dev): diataxis restructure ( #11649 )
...
* docs(nxdev): restructure docs to diataxis style
* docs(nxdev): cleanup
* docs(nxdev): fix links
* chore(nxdev): format
* docs(nxdev): fix broken images
* docs(nxdev): fix links
* docs(nxdev): fix links
* docs(nxdev): fix links
* docs(nxdev): tweaks
* docs(nxdev): redirect rules
* docs(nxdev): fixes
2022-08-29 08:36:55 -04:00
Mark Goho
27f9cc7e04
fix(docs): fix typo in github actions setup ( #10989 )
2022-08-24 11:25:06 +00:00
Mingyu Kim
a4dfbfcb63
docs(core): fix npm install command for Eleventy ( #11573 )
...
Co-authored-by: mechanic0688 <mechanic0688@MAC-MECHANIC0688.local>
2022-08-19 19:32:57 -04:00
Benjamin Cabanes
7b5b0ba825
docs(nxdev): add transformer for code fence ( #11651 )
2022-08-19 21:45:05 +00:00
Asim Kattum Thazha
04976ca81a
docs(react): change wrong title of craco note ( #11310 )
2022-08-18 22:15:27 +00:00
Troy Kirinhakone
ecab590e52
docs(misc): fix typo in workspace guide ( #11464 )
2022-08-18 22:10:00 +00:00
Hamza Shahid
d44abe64be
docs(react-native): fix issues in react-native.md ( #11525 )
2022-08-17 15:25:16 +00:00
Equilibris
03c0109080
docs(misc): Add details for Neovim plugin ( #11491 )
2022-08-17 07:34:58 -04:00
Benjamin Cabanes
dc092b531f
docs(nx-cloud): add agent definitions for DTE with Jenkins ( #11597 )
2022-08-15 20:17:01 +00:00
Caleb Ukle
3101b4d072
chore(testing): add e2e tests for cypress environment variables ( #11569 )
2022-08-15 15:55:12 -04:00
Colum Ferry
6b9f44f10e
docs(angular): fix dynamic mf example #11516 ( #11587 )
2022-08-15 12:29:10 +01:00
Amir H. Khanjani
6f1aedb070
docs(core): remove --all from examples ( #11579 )
...
This flag is marked as deprecated [here](https://nx.dev/nx/run-many#all ).
2022-08-13 23:02:30 -04:00
Joe Prisk
9bea8490ca
docs(misc): updates Step 11 to use print-affected rather than affected ( #11554 )
2022-08-12 08:44:01 -04:00