-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Migrate to the new template structure (#3)
* feat: Migrate to the new template structure * Add README
- Loading branch information
Showing
14 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Markdown template for the AsyncAPI Generator | ||
|
||
## Usage | ||
|
||
``` | ||
ag asyncapi.yaml @asyncapi/markdown-template -o output | ||
``` | ||
|
||
If you don't have the AsyncAPI Generator installed, you can install it like this: | ||
|
||
``` | ||
npm install -g @asyncapi/generator | ||
``` | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{% include "partials/info.md" %} | ||
|
||
{% if asyncapi.hasChannels() %} | ||
{% include "partials/channels.md" %} | ||
{% endif %} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
* [Channels](#channels) | ||
{% endif %} | ||
|
||
{% include ".partials/content.md" %} | ||
{% include "partials/content.md" %} |