Juri Strumpflohner
a22f4fce49
docs(misc): new self-hosted cache updates ( #30550 )
...
Adds the new updates around self-hosted caching possibilities.
2025-03-31 13:28:42 -04: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
12eb5df469
docs(core): powerpack docs ( #27904 )
...
- ✅ Activate powerpack recipe
- ✅ Powerpack owners documentation
- [x] Powerpack custom remote cache documentation
- [x] Powerpack conformance documentation
Infrastructure for powerpack docs
- Adds the ability to generate API docs from ocean packages
To generate API documentation for plugins in the ocean repository, run
the `nx documentation` command with the `NX_OCEAN_RELATIVE_PATH`
environment variable set to the relative path to your checked out copy
of the ocean repo.
```
NX_OCEAN_RELATIVE_PATH=../ocean nx documentation
```
This will create generated API documentation in the
`docs/external-generated` folder. This API will be merged into the
normal `docs/generated` documentation when the docs site is built.
Because there are two separate output folders, if someone runs `nx
documentation` without the `NX_OCEAN_RELATIVE_PATH` environment
variable, the ocean documentation will not be overwritten. The ocean
documentation will only be updated or deleted when someone explicitly
chooses to do so.
---------
Co-authored-by: Juri Strumpflohner <juri.strumpflohner@gmail.com>
2024-09-25 10:15:47 -04:00
Emily Xiong
0608318449
fix(nx-dev): skip docs for private package ( #17843 )
2023-06-30 14:32:52 -04:00
Jason Jean
8fa1712ab4
chore(repo): rescope nx-dev and graph libraries ( #16551 )
2023-04-26 16:47:47 -04:00
Benjamin Cabanes
0602b84140
feat(core): enable ts-node paths reference usage to use library imports in /scripts ( #14743 )
2023-02-01 11:31:12 -05:00
Benjamin Cabanes
376a4ca496
docs(core): move generated packages metadata file into generated folder ( #13988 )
2022-12-22 13:34:17 -05:00
Benjamin Cabanes
c69e99f6f4
docs(nxdev): take into account custom description ( #13987 )
2022-12-22 13:18:58 -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
d52eaf886c
docs(core): add description property on packages.json ( #11998 )
2022-09-13 16:02:40 +00:00
Benjamin Cabanes
d13d5eb3b5
docs(nxdev): cleanup imports ( #11563 )
2022-08-12 10:24:36 -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
f08d4ab790
docs(nxdev): move content from cli into nx ( #11085 )
2022-07-13 13:01:02 -04:00
Benjamin Cabanes
c7ec631060
docs(nxdev): remove nx-devkit generated redirect rules & fix url ( #10318 )
2022-05-16 14:34:53 +00:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability ( #9383 )
2022-03-24 12:00:06 -04:00