We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f9807c + b214902 commit 3a9315dCopy full SHA for 3a9315d
content/openapi/cli-plugin.md
@@ -42,7 +42,7 @@ export class CreateUserDto {
42
43
While not a significant issue with medium-sized projects, it becomes verbose & hard to maintain once you have a large set of classes.
44
45
-By enabling the Swagger plugin, the above class definition can be declared simply:
+By [enabling the Swagger plugin](#using-the-cli-plugin), the above class definition can be declared simply:
46
47
```typescript
48
export class CreateUserDto {
0 commit comments