Skip to content

Commit

Permalink
chore: update tools.json (#3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Jul 8, 2024
1 parent e764ea1 commit fa6e4c9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions config/tools-automated.json
Original file line number Diff line number Diff line change
Expand Up @@ -720,17 +720,15 @@
}
},
{
"title": "Java Template",
"description": "Java template for the AsyncAPI Generator",
"title": "Node.js Websockets Template",
"description": "Node.js WebSockets template for the AsyncAPI Generator. It showcases how from a single AsyncAPI document you can generate a server and a client at the same time.",
"links": {
"repoUrl": "https://github.com/asyncapi/java-template"
"repoUrl": "https://github.com/asyncapi/nodejs-ws-template"
},
"filters": {
"language": [
"javascript"
],
"language": "javascript",
"technology": [
"Java"
"Node.js"
],
"categories": [
"generator-template"
Expand Down Expand Up @@ -758,19 +756,17 @@
}
},
{
"title": "Java Spring Template",
"description": "Java Spring template for the AsyncAPI Generator",
"title": "Java Template",
"description": "Java template for the AsyncAPI Generator",
"links": {
"repoUrl": "https://github.com/asyncapi/java-spring-template"
"repoUrl": "https://github.com/asyncapi/java-template"
},
"filters": {
"language": [
"javascript"
],
"technology": [
"Springboot",
"Maven",
"Gradle"
"Java"
],
"categories": [
"generator-template"
Expand All @@ -780,15 +776,19 @@
}
},
{
"title": "Node.js Websockets Template",
"description": "Node.js WebSockets template for the AsyncAPI Generator. It showcases how from a single AsyncAPI document you can generate a server and a client at the same time.",
"title": "Java Spring Template",
"description": "Java Spring template for the AsyncAPI Generator",
"links": {
"repoUrl": "https://github.com/asyncapi/nodejs-ws-template"
"repoUrl": "https://github.com/asyncapi/java-spring-template"
},
"filters": {
"language": "javascript",
"language": [
"javascript"
],
"technology": [
"Node.js"
"Springboot",
"Maven",
"Gradle"
],
"categories": [
"generator-template"
Expand Down

0 comments on commit fa6e4c9

Please sign in to comment.