From 7ae65df2af7ddd273d2f3f9eb202e0488e121ed8 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 25 Apr 2024 10:39:11 +0200 Subject: [PATCH] docs(extensions): update latest extensions documentation (#2908) --- pages/docs/reference/extensions/linkedin.md | 34 +++++++++++++++++++++ pages/docs/reference/extensions/x.md | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 pages/docs/reference/extensions/linkedin.md diff --git a/pages/docs/reference/extensions/linkedin.md b/pages/docs/reference/extensions/linkedin.md new file mode 100644 index 00000000000..74ed5505f87 --- /dev/null +++ b/pages/docs/reference/extensions/linkedin.md @@ -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 +``` \ No newline at end of file diff --git a/pages/docs/reference/extensions/x.md b/pages/docs/reference/extensions/x.md index 86c4bb984ae..d68254a78af 100644 --- a/pages/docs/reference/extensions/x.md +++ b/pages/docs/reference/extensions/x.md @@ -1,6 +1,6 @@ --- title: 'x' -weight: 11 +weight: 12 --- # Twitter Extension