Juri Strumpflohner
b51676a89a
docs(core): restructure guides into technologies sections ( #31288 )
...
Updates the docs structure, navigation etc to be easier + better suited
for showing Nx technology support beyond just TS.
**Notes:**
- API (`/nx-api`) tab is removed from the navigation (i.e. menu bar),
but pages still remain for now until we update references in `*.md`
files.
- Redirects are set up `/nx-api` to go to their respect new location
e.g. `/technologies` or `/reference/core-api`
- Old URLs still exist in the sitemap for now, but majority of them will
be redirected -- a follow-up PR can remove them.
**Preview:**
https://nx-dev-git-nx-dev-polyglot-docs-restructure-nrwl.vercel.app/docs
---------
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2025-05-29 14:55:34 -04:00
Colum Ferry
a72ffcbe70
docs(angular): add angular rspack documentation ( #30269 )
...
## Current Behavior
Docs for Angular Rspack currently live on angular-rspack.dev
## Expected Behavior
Migrate docs for Angular Rspack to nx.dev
2025-03-14 16:46:27 +00:00
Isaac Mann
84387f3611
feat(nx-dev): generate migration detail pages ( #29580 )
...
Generates list of migrations on the plugin overview page and a
standalone `/migrations` page.
To add sample code changes for a migration that has an implementation
file, create a `.md` file with the same name as the implementation file
in the same folder as the implementation file. i.e.
`move-cache-directory.md` for `move-cache-directory.ts`.
Migrations that have `packages` defined will have a table generated with
the package updates listed.
Separate PRs will be created to add sample code changes for each
migration with an implementation.
The migration list on the plugin overview page: [Angular
migrations](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular#migrations )
Standalone migration list page: [Angular
migrations](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular/migrations )
Sample migration with added markdown file details:
[17.0.0-move-cache-directory](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/nx#1700movecachedirectory )
Sample migration with only package updates: [Angular
20.4.0](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular#2040packageupdates )
Sample migration without any markdown file details:
[update-angular-cli-version-19-1-0](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular#updateangularcliversion1910 )
- This last sample is very bare-bones and the reason why we need these
pages in the first place. People don't know what migrations are actually
doing. Follow up PRs will address pages like this.
2025-01-27 13:17:36 -05:00
Jack Hsu
bc43243498
chore(repo): add eslint and jest plugins to use inferred targets ( #22946 )
2024-04-23 21:52:13 -04:00
Isaac Mann
da2ca3a2de
feat(nx-dev): split devkit reference page ( #18536 )
2023-08-10 08:03:36 -04:00
Jason Jean
8fa1712ab4
chore(repo): rescope nx-dev and graph libraries ( #16551 )
2023-04-26 16:47:47 -04:00
Jason Jean
ff8074bf75
chore(repo): update to nx 16.0.0-beta.5 ( #16347 )
2023-04-21 10:17:56 -04:00
Leosvel Pérez Espinosa
7cff8dcf55
cleanup(angular): remove make-angular-cli-faster package ( #15489 )
2023-04-13 08:31:13 +01:00
Leosvel Pérez Espinosa
856296431d
cleanup(react): remove cra-to-nx package ( #15556 )
2023-04-12 16:43:49 +00:00
Leosvel Pérez Espinosa
e5b48ac956
cleanup(misc): remove add-nx-to-monorepo package ( #15498 )
2023-04-12 16:41:17 +01:00
Jason Jean
92610fe4b6
chore(repo): update nx to 15.8.0-beta.7 ( #15293 )
2023-02-27 17:24:06 -05:00
Jason Jean
84fedf36e0
Revert "chore(repo): update nx to 15.8.0-beta.6" ( #15274 )
2023-02-26 12:39:15 -05:00
Jason Jean
3c50474f40
chore(repo): update nx to 15.8.0-beta.6 ( #15247 )
2023-02-26 02:26:53 -05:00
Leosvel Pérez Espinosa
3a98c6d3ab
feat(misc): support ts 4.9 ( #14899 )
2023-02-17 17:23:05 +00:00
Benjamin Cabanes
5bd087f553
chore(nx-dev): use structuredClone for cloning objects ( #14698 )
2023-01-30 14:03:32 -05:00
Benjamin Cabanes
78ca7395a9
feat(nxdev): add ui-primitives ( #14481 )
2023-01-19 13:01:19 -05:00
Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets ( #14080 )
2023-01-04 11:34:50 -05:00
Benjamin Cabanes
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption ( #13834 )
2022-12-19 18:59:50 +00:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json ( #13040 )
2022-11-08 13:12:31 -05:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 ( #12586 )
2022-10-13 18:34:24 -04:00
Benjamin Cabanes
e88f6ac768
docs(nxdev): consolidate document metadata interface ( #12561 )
2022-10-13 10:16:28 -04:00
Benjamin Cabanes
26e710180b
docs(nxdev): refresh ui ( #12370 )
2022-10-03 16:11:01 +00:00
MaxKless
05e2f62ee3
cleanup(nxdev): remove duplicate descriptions in community.tsx ( #12016 )
2022-09-19 11:55:52 -04:00
Jack Hsu
7c8313504c
docs(core): fix packages API so that redirects work again ( #11786 )
2022-08-30 12:21:22 -04:00
Victor Savkin
f8da1ad42b
chore(repo): update nx to 14.6.0-beta.3
2022-08-12 16:10:56 -04:00
Jack Hsu
520e5852f7
docs(core): read package names from package.json rather than inferrin… ( #11520 )
2022-08-09 16:42:13 +00:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1
2022-05-30 20:10:02 -04:00
Benjamin Cabanes
abdb5df507
docs(nxdev): harmonize jest config between libs ( #10381 )
2022-05-18 20:32:54 +00:00
Victor Savkin
6351413b98
fix(core): preserve dash casing when passing args to executors
2022-05-17 14:48:53 -04:00
Benjamin Cabanes
d46e49cd61
docs(nxdev): generate menu api ( #10272 )
2022-05-12 18:12:04 +00:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 ( #10132 )
2022-05-04 15:27:43 +00:00
Jason Jean
4f99b77e42
chore(repo): update nx to 14.0.2 ( #9974 )
2022-04-23 18:06:01 +00:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability ( #9383 )
2022-03-24 12:00:06 -04:00