Skip to content

Commit

Permalink
Merge branch 'master' into april-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Apr 26, 2024
2 parents 4e19f29 + 42868d1 commit f77fc1c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 68 deletions.
12 changes: 6 additions & 6 deletions config/newsroom_videos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"image_url": "https://i.ytimg.com/vi/aJxXEF11r5s/hqdefault.jpg",
"title": "Marketing - Next steps, Thursday April 25th 2024",
"description": "https://github.com/asyncapi/community/issues/1175.",
"videoId": "aJxXEF11r5s"
},
{
"image_url": "https://i.ytimg.com/vi/OpViKeJcEUA/hqdefault.jpg",
"title": "Essential Building Blocks Working Group, Tuesday April 22nd 2024",
Expand All @@ -22,11 +28,5 @@
"title": "Essential Building Blocks Working Group, Tuesday April 9th 2024",
"description": "https://github.com/asyncapi/community/issues/1144.",
"videoId": "JDRJ33_wH2Q"
},
{
"image_url": "https://i.ytimg.com/vi/6lVMY_Fc0Vs/hqdefault.jpg",
"title": "Cheat Sheet Poster - Content discussion, Wednesday April 3rd 2024",
"description": "https://github.com/asyncapi/community/issues/1126.",
"videoId": "6lVMY_Fc0Vs"
}
]
95 changes: 38 additions & 57 deletions dashboard.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,5 @@
{
"hotDiscussions": [
{
"id": "PR_kwDOFLhIt85sHzf3",
"isPR": true,
"isAssigned": false,
"title": "docs: add instruction how voting automation works",
"author": "AayushSaini101",
"resourcePath": "/asyncapi/community/pull/1155",
"repo": "asyncapi/community",
"labels": [],
"score": 45.66075961113214
},
{
"id": "I_kwDOFLhIt84-OUI3",
"isPR": false,
"isAssigned": false,
"title": "Create educational & technical video explaining AsyncAPI's main features",
"author": "alequetzalli",
"resourcePath": "/asyncapi/community/issues/155",
"repo": "asyncapi/community",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
}
],
"score": 33.886601472412536
},
{
"id": "I_kwDODou01c5BZZv-",
"isPR": false,
Expand Down Expand Up @@ -100,6 +73,17 @@
"labels": [],
"score": 21.825268744943667
},
{
"id": "PR_kwDOE8Qh385kzOtQ",
"isPR": true,
"isAssigned": false,
"title": "feat: add Avro Schema input processor",
"author": "akkshitgupta",
"resourcePath": "/asyncapi/modelina/pull/1753",
"repo": "asyncapi/modelina",
"labels": [],
"score": 20.96374497869589
},
{
"id": "I_kwDODou01c5AqLB8",
"isPR": false,
Expand Down Expand Up @@ -136,17 +120,6 @@
],
"score": 20.67657038994663
},
{
"id": "PR_kwDOE8Qh385kzOtQ",
"isPR": true,
"isAssigned": false,
"title": "feat: add Avro Schema input processor",
"author": "akkshitgupta",
"resourcePath": "/asyncapi/modelina/pull/1753",
"repo": "asyncapi/modelina",
"labels": [],
"score": 19.815046623698855
},
{
"id": "PR_kwDOFLhIt85oVQqh",
"isPR": true,
Expand All @@ -173,6 +146,33 @@
}
],
"score": 16.943300736206268
},
{
"id": "I_kwDOFLhIt84-OUI3",
"isPR": false,
"isAssigned": false,
"title": "Create educational & technical video explaining AsyncAPI's main features",
"author": "alequetzalli",
"resourcePath": "/asyncapi/community/issues/155",
"repo": "asyncapi/community",
"labels": [
{
"name": "enhancement",
"color": "a2eeef"
}
],
"score": 16.332916763847894
},
{
"id": "PR_kwDOBW5R_c5p28Vu",
"isPR": true,
"isAssigned": false,
"title": "fix: navigation to correct heading in tools section",
"author": "Vishal2002",
"resourcePath": "/asyncapi/website/pull/2790",
"repo": "asyncapi/website",
"labels": [],
"score": 14.645904026212197
}
],
"goodFirstIssues": [
Expand All @@ -191,25 +191,6 @@
}
]
},
{
"id": "I_kwDOE8Qh386CSg4-",
"title": "Java generator does not include import for dictionary models",
"isAssigned": false,
"resourcePath": "/asyncapi/modelina/issues/1892",
"repo": "asyncapi/modelina",
"author": "jonaslagoni",
"area": "typescript",
"labels": [
{
"name": "bug",
"color": "d73a4a"
},
{
"name": "Java generator",
"color": "d4c5f9"
}
]
},
{
"id": "I_kwDODwv8N86CASyz",
"title": "Card text is unreadable ",
Expand Down
10 changes: 5 additions & 5 deletions pages/docs/reference/extensions/x.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: 'x'
weight: 12
---

# Twitter Extension
This document defines how to use `twitter` extension in AsyncAPI documents.
# Twitter/X Extension
This document defines how to use `x` extension in AsyncAPI documents.

## Overview
This extension allows you to provide the Twitter username of the account representing the team/company of the API.
This extension allows you to provide the Twitter/X username of the account representing the team/company of the API.

## Version
Current version is `0.1.0`.
Expand All @@ -16,7 +16,7 @@ Current version is `0.1.0`.

### Type: String

Name of the Twitter username.
Name of the Twitter/X username.

## Extension Location

Expand All @@ -30,5 +30,5 @@ asyncapi: '3.0.0'
info
title: Strretlights Kafka API
version: '1.0.0'
x-twitter: StreetLightData
x-x: StreetLightData
```

0 comments on commit f77fc1c

Please sign in to comment.