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
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
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
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
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption ( #13834 )
2022-12-19 18:59:50 +00: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
Jack Hsu
520e5852f7
docs(core): read package names from package.json rather than inferrin… ( #11520 )
2022-08-09 16:42:13 +00:00
Benjamin Cabanes
abdb5df507
docs(nxdev): harmonize jest config between libs ( #10381 )
2022-05-18 20:32:54 +00:00
Benjamin Cabanes
d46e49cd61
docs(nxdev): generate menu api ( #10272 )
2022-05-12 18:12:04 +00:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability ( #9383 )
2022-03-24 12:00:06 -04:00