Skip to content

Commit b0bf601

Browse files
committed
fix(nxdoc): include generator / executor description in detail file
1 parent ab15a41 commit b0bf601

File tree

12 files changed

+24
-0
lines changed

12 files changed

+24
-0
lines changed

docs/core/executors/build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NxDotnet Build
44

5+
Builds an app via the `dotnet` cli command.
6+
57
## Options
68

79
### framework (string)

docs/core/executors/format.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Format executor
44

5+
Formats and lints a project using the dotnet-format tool
6+
57
## Options
68

79
### noRestore (boolean)

docs/core/executors/publish.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NxDotnet Publish
44

5+
Publishes an app via the `dotnet` cli command.
6+
57
## Options
68

79
### configuration (string)

docs/core/executors/serve.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NxDotnet Serve Executor
44

5+
Uses `dotnet run` and chokidar to run a .NET app.
6+
57
## Options
68

79
### configuration (string)

docs/core/generators/app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NxDotnet Application Generator
44

5+
Generate a dotnet project under the application directory.
6+
57
## Options
68

79
### name (string)

docs/core/generators/init.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# @nx-dotnet/core:init
22

33
## Initialize NxDotnet
4+
5+
Update's user's gitignore file + initializes a blank config

docs/core/generators/lib.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## NxDotnet Library Generator
44

5+
Generate a dotnet project under the library directory.
6+
57
## Options
68

79
### name (string)

docs/core/generators/nuget-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Nuget Reference
44

5+
Add a nuget reference to a .NET project
6+
57
## Options
68

79
### project (string)

docs/core/generators/project-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Project Reference Generator
44

5+
Adds a project reference to the host project that points to the source project.
6+
57
## Options
68

79
### project (string)

docs/core/generators/restore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# @nx-dotnet/core:restore
22

33
## Restore Generator
4+
5+
Restores NuGet packages and .NET tools used by the workspace.

0 commit comments

Comments
 (0)