-
-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7830729
commit 4eb000b
Showing
2 changed files
with
75 additions
and
3 deletions.
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
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,26 @@ | ||
const ExpensesLink = [ | ||
{ | ||
category: "AsyncAPI Ambassador", | ||
link: "https://github.com/orgs/asyncapi/discussions/425" | ||
}, { | ||
category: "Google Season of Docs 2022", | ||
link: "https://github.com/orgs/asyncapi/discussions/303" | ||
}, { | ||
category: "AsyncAPI Mentorship 2022", | ||
link: "https://github.com/orgs/asyncapi/discussions/284" | ||
}, { | ||
category: "AsyncAPI Webstore", | ||
link: "https://github.com/orgs/asyncapi/discussions/710" | ||
}, { | ||
category: "AsyncAPI Bounty", | ||
link: "https://github.com/orgs/asyncapi/discussions/541" | ||
}, { | ||
category: "3rd Party Services", | ||
link: "https://github.com/orgs/asyncapi/discussions/295" | ||
}, { | ||
category: "Community Manager Salary", | ||
link: "https://github.com/orgs/asyncapi/discussions/515" | ||
} | ||
] | ||
|
||
export default ExpensesLink |