Isaac Mann
c28148b70b
docs(core): fix installation tutorial link ( #27479 )
...
Fix a link on the installation page
2024-08-16 10:40:06 -04:00
satanluimm
44068b58c0
docs(misc): fix react monorepo tutorial link in installation page ( #27388 )
...
docs(react): fix link to react monorepo tutorial
2024-08-16 14:38:16 +02:00
Isaac Mann
ba47c72981
docs(core): add organization plugin tutorial ( #27279 )
...
Updates the Extending Nx section.
- New intro content
- Enforce Organizational Best Practices tutorial
- Tooling Plugin tutorial
- Flexible base generators
- Inferred tasks
- Executors
- Migration generators
- Publishing and listing the plugin
- E2E testing with Verdaccio
In a separate PR:
- Repository Structure Plugin tutorial
- Presets
- Create-* script
- Migration generators
2024-08-15 10:22:07 -04:00
Juri Strumpflohner
2d84fb4666
docs(core): remove leftover tab that caused layout issues ( #27352 )
...
<!-- 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-08-09 08:00:19 -04:00
Benjamin Cabanes
85d310a8c2
feat(nx-dev): update home page ( #26893 )
...
Add new sections and update information about Nx.
---------
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2024-07-16 15:43:41 -04:00
Jordan Hall
4cbb0f0988
fix(core): add missing bun PM support ( #26084 )
...
This fix add support for bun PM in daemon and affected changes.
Helps towards #26053 fix
2024-05-27 10:00:35 -04: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
8363ba4a5e
docs(core): intro updates ( #23247 )
...
Update the Editor setup page
Add more features to the intro page
2024-05-08 12:34:52 -04:00
Isaac Mann
1fe262ad7d
docs(core): gradle tutorial ( #22942 )
...
Create a Gradle tutorial
https://nx-dev-git-fork-isaacplmann-docs-gradle-tutorial-nrwl.vercel.app/getting-started/tutorials/gradle-tutorial
---------
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2024-05-06 14:18:07 -04:00
Leosvel Pérez Espinosa
714ea48185
docs(misc): add more visibility to migrating one major version at a time recommendation ( #22818 )
2024-04-16 17:42:51 +02:00
Isaac Mann
81c6c72121
docs(core): remove CRA migration guide ( #22696 )
2024-04-05 15:37:34 -04:00
Isaac Mann
81235494a1
docs(core): remove integrated tutorial ( #22666 )
2024-04-04 14:44:17 -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
Isaac Mann
da12d87b18
docs(core): rename test atomizer ( #22464 )
2024-03-22 15:19:19 -04:00
Isaac Mann
a837f7f877
docs(core): update installation page ( #22422 )
2024-03-21 10:24:44 -04:00
Isaac Mann
10460ffeaa
docs(core): rearrange intro page ( #22424 )
2024-03-21 10:24:08 -04:00
Isaac Mann
650dcf31af
docs(core): npm workspace tutorial ( #22018 )
2024-03-08 15:01:49 -05:00
Isaac Mann
46592d7912
docs(core): ci section in why nx ( #22217 )
2024-03-07 10:50:57 -08:00
Isaac Mann
bf1dcdc986
docs(core): nx cloud video ( #22103 )
2024-03-05 20:25:07 +01: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
Miroslav Jonaš
ecf70adbce
fix(core): align terminal output padding and remove leading arrow ( #21809 )
2024-02-20 17:43:46 +01: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
Jordan Hall
7eb83940de
docs(core): remove reference to deno ( #21631 )
...
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2024-02-12 15:57:10 -05:00
Isaac Mann
c8866acb4a
docs(core): remove illustrated dte guide ( #21781 )
2024-02-12 17:03:36 +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
Aditya Mathur
dd5f3c8d17
docs(misc): standardize all the install commands with different pm ( #21226 )
2024-01-19 15:21:42 +01:00
Katerina Skroumpelou
db1dfbd473
docs(vue): remove showcase for vue and nuxt ( #21145 )
2024-01-16 17:08:43 +02:00
Isaac Mann
ba35bf19c3
fix(nx-dev): dynamic classes not allowed ( #20800 )
2023-12-15 15:07:43 -05:00
Colum Ferry
3b5bf6d1d1
feat(remix): add remix ( #20641 )
2023-12-13 11:07:08 -05:00
Isaac Mann
d1e842f827
feat(nx-dev): rename nx-cloud tab to CI ( #20476 )
2023-11-30 08:24:24 -05:00
Isaac Mann
457bbcbe57
docs(core): nx cloud features section ( #20043 )
2023-11-07 08:40:29 -05:00
Isaac Mann
342546ca41
docs(core): installation recipes
2023-10-25 15:07:42 +02:00
Isaac Mann
2d069796b3
docs(core): link to vue docs ( #19797 )
2023-10-24 09:36:12 -04:00
Juri
68064b53b0
docs(core): improve core features and concepts
2023-10-19 23:17:27 +02:00
Zachary DeRose
02148893ba
docs(misc): http to https for discord links ( #19053 )
2023-10-02 15:01:41 -04:00
Isaac Mann
d1fe398ea0
docs(core): packages to api ( #19281 )
2023-09-22 14:24:35 -04:00
Katerina Skroumpelou
45ec8ba80d
fix(nx-dev): rspack link in getting-started section ( #18908 )
2023-08-30 12:42:47 +00:00
Juri Strumpflohner
f24ea1073c
docs(core): add Nx adoption paragraph to why nx page ( #18875 )
...
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-08-29 16:41:20 +02:00
Juri
dd377d4597
docs(core): restructure & update intro page
...
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2023-08-29 08:59:26 +02:00
Juri
232a2d4861
docs(core): add nx overview video to Nx docs
2023-08-04 22:32:20 +02:00
Juri
9610fdd90c
feat(nx-dev): update terminal markdown embeds
2023-07-31 21:49:46 +02:00
Juri
9732188eee
docs(core): fix localhost link on intro page
2023-07-28 21:40:30 +02:00
Miroslav Jonas
42a06b67d2
feat(nx-dev): restructure recipes
2023-07-25 15:09:46 +02:00
Miroslav Jonaš
ee7880c32e
feat(nx-dev): rename plugins to extending nx ( #18273 )
2023-07-24 12:26:05 -07:00
Miroslav Jonaš
331707d6eb
docs(nx-dev): make more concepts submenu ( #18266 )
2023-07-24 14:20:48 +00:00
Miroslav Jonas
2fc3e2e485
docs(nx-dev): move plugin features under core features
2023-07-24 14:13:24 +02:00
Jack Hsu
4d5509bd04
docs(misc): update intro page to clarify tutorial links
2023-07-19 20:40:40 +02:00
Juri
8d160b277e
docs(core): improve visibility of CNW command on intro page
2023-07-18 11:01:47 +02:00
Zayd Krunz
088018a846
docs(core): fixes minor typo in getting started ( #17901 )
...
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
2023-07-05 14:50:48 +02:00