-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(extension): update latest extensions docs
- Loading branch information
asyncapi-bot
committed
Apr 25, 2024
1 parent
d1a24b1
commit 7a65b17
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
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,34 @@ | ||
--- | ||
title: 'linkedin' | ||
weight: 11 | ||
--- | ||
|
||
# Linkedin Extension | ||
This document defines how to use `linkedin` extension in AsyncAPI documents. | ||
|
||
## Overview | ||
This extension allows you to provide the Linkedin username of the account representing the team/company of the API. | ||
|
||
## Version | ||
Current version is `0.1.0`. | ||
|
||
## Extension Definition | ||
|
||
### Type: String | ||
|
||
URL of the Linkedin Profile of the user or company. | ||
|
||
## Extension Location | ||
|
||
This extension can be used in the following locations: | ||
- [Info Object](https://www.asyncapi.com/docs/reference/specification/v3.0.0#infoObject) | ||
|
||
## Example | ||
|
||
```yaml | ||
asyncapi: '3.0.0' | ||
info | ||
title: AsyncAPI Initiative Example | ||
version: '1.0.0' | ||
x-linkedin: https://www.linkedin.com/company/asyncapi | ||
``` |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: 'x' | ||
weight: 11 | ||
weight: 12 | ||
--- | ||
|
||
# Twitter Extension | ||
|