Skip to content

Commit

Permalink
fix(misc): remove segments from repo name that contain numerals when …
Browse files Browse the repository at this point in the history
…creating a workspace

Closes: #16360
  • Loading branch information
AgentEnder committed May 3, 2023
1 parent c2e8bf7 commit 8beccf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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)<`any`\> |
| Name | Type |
| :--------- | :------------------------------------------------------ |
| `executor` | [`Executor`](../../devkit/documents/nx_devkit#executor) |

#### Returns

Expand Down
6 changes: 3 additions & 3 deletions docs/generated/packages/devkit/documents/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)<`any`\> |
| Name | Type |
| :--------- | :------------------------------------------------------ |
| `executor` | [`Executor`](../../devkit/documents/nx_devkit#executor) |

#### Returns

Expand Down

0 comments on commit 8beccf9

Please sign in to comment.