Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(core): plugin section #16314

Merged
merged 25 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
435bad8
docs(core): add nx champions page
isaacplmann Mar 9, 2023
8f19e39
docs(core): plugins section in progress
isaacplmann Apr 12, 2023
3af0ae5
docs(core): plugins section
isaacplmann Apr 14, 2023
9b3b5dc
docs(core): fix plugins header link
isaacplmann Apr 14, 2023
453b2e7
docs(core): update menu
isaacplmann Apr 19, 2023
89744ed
chore(core): tutorials
isaacplmann Apr 21, 2023
63e05a4
docs(core): update file tree
isaacplmann Apr 25, 2023
339b5bd
docs(core): finish tutorials
isaacplmann Apr 26, 2023
abf80ad
docs(core): fixes
isaacplmann Apr 26, 2023
414ee7d
docs(core): plugins section
isaacplmann Apr 26, 2023
6643d73
docs(core): update plugin intro
isaacplmann Apr 26, 2023
aaf6753
docs(core): fix links and link checker
isaacplmann Apr 27, 2023
ab92cf3
docs(core): fix links
isaacplmann Apr 27, 2023
bc37917
docs(core): remove nx framework cli docs
isaacplmann Apr 27, 2023
76c6223
docs(core): rebase conflicts
isaacplmann Apr 28, 2023
ce9d39a
docs(core): local plugins use generator
isaacplmann Apr 28, 2023
ec9ef0e
docs(core): fix plugin names
isaacplmann Apr 28, 2023
72041cd
docs(core): fix plugin names
isaacplmann Apr 28, 2023
a918f63
docs(core): update e2e tests in tutorial
isaacplmann Apr 28, 2023
2c8ba25
docs(core): fix imports
isaacplmann Apr 28, 2023
7870873
docs(core): update registry SEO description
isaacplmann Apr 28, 2023
32788e5
docs(core): update getting started SEO description
isaacplmann Apr 28, 2023
646dea3
docs(core): merge conflicts
isaacplmann May 5, 2023
fd51f5f
docs(core): merge conflicts
isaacplmann May 5, 2023
d353f66
docs(core): add registry redirect on community page
isaacplmann May 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/generated/devkit/nx_devkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,9 +992,9 @@ Use this to expose a compatible Angular Builder

#### Parameters

| Name | Type |
| :--------- | :------------------------------------------------------ |
| `executor` | [`Executor`](../../devkit/documents/nx_devkit#executor) |
| Name | Type |
| :--------- | :-------------------------------------------------------------- |
| `executor` | [`Executor`](../../devkit/documents/nx_devkit#executor)<`any`\> |

#### Returns

Expand Down
Loading