Skip to content

Commit fe3bfaa

Browse files
committed
conflict resolved
1 parent 6433c45 commit fe3bfaa

File tree

1 file changed

+118
-1
lines changed

1 file changed

+118
-1
lines changed

config/tools-automated.json

+118-1
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,25 @@
13891389
"AsyncAPI Generator Templates": {
13901390
"description": "The following is a list of templates compatible with AsyncAPI Generator. You can use them to generate apps, clients or documentation from your AsyncAPI documents.",
13911391
"toolsList": [
1392-
{
1392+
{
1393+
"title": "Node.js Websockets Template",
1394+
"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.",
1395+
"links": {
1396+
"repoUrl": "https://github.com/asyncapi/nodejs-ws-template"
1397+
},
1398+
"filters": {
1399+
"language": "javascript",
1400+
"technology": [
1401+
"Node.js"
1402+
],
1403+
"categories": [
1404+
"generator-template"
1405+
],
1406+
"hasCommercial": false,
1407+
"isAsyncAPIOwner": true
1408+
}
1409+
},
1410+
{
13931411
"title": "Node.js Websockets Template",
13941412
"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.",
13951413
"links": {
@@ -1429,6 +1447,49 @@
14291447
"isAsyncAPIOwner": true
14301448
}
14311449
},
1450+
{
1451+
"title": "Java Spring Template",
1452+
"description": "Java Spring template for the AsyncAPI Generator",
1453+
"links": {
1454+
"repoUrl": "https://github.com/asyncapi/java-spring-template"
1455+
},
1456+
"filters": {
1457+
"language": [
1458+
"javascript"
1459+
],
1460+
"technology": [
1461+
"Springboot",
1462+
"Maven",
1463+
"Gradle"
1464+
],
1465+
"categories": [
1466+
"generator-template"
1467+
],
1468+
"hasCommercial": false,
1469+
"isAsyncAPIOwner": true
1470+
}
1471+
},
1472+
{
1473+
"title": "Java Spring Cloud Stream Template",
1474+
"description": "Java Spring Cloud Stream template for the AsyncAPI Generator",
1475+
"links": {
1476+
"repoUrl": "https://github.com/asyncapi/java-spring-cloud-stream-template"
1477+
},
1478+
"filters": {
1479+
"language": [
1480+
"javascript"
1481+
],
1482+
"technology": [
1483+
"Spring Cloud Streams",
1484+
"Maven"
1485+
],
1486+
"categories": [
1487+
"generator-template"
1488+
],
1489+
"hasCommercial": false,
1490+
"isAsyncAPIOwner": true
1491+
}
1492+
},
14321493
{
14331494
"title": "Java Spring Cloud Stream Template",
14341495
"description": "Java Spring Cloud Stream template for the AsyncAPI Generator",
@@ -1470,6 +1531,26 @@
14701531
"isAsyncAPIOwner": true
14711532
}
14721533
},
1534+
{
1535+
"title": "Java Template",
1536+
"description": "Java template for the AsyncAPI Generator",
1537+
"links": {
1538+
"repoUrl": "https://github.com/asyncapi/java-template"
1539+
},
1540+
"filters": {
1541+
"language": [
1542+
"javascript"
1543+
],
1544+
"technology": [
1545+
"Java"
1546+
],
1547+
"categories": [
1548+
"generator-template"
1549+
],
1550+
"hasCommercial": false,
1551+
"isAsyncAPIOwner": true
1552+
}
1553+
},
14731554
{
14741555
"title": "HTML Template",
14751556
"description": "HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.",
@@ -1488,6 +1569,42 @@
14881569
"isAsyncAPIOwner": true
14891570
}
14901571
},
1572+
{
1573+
"title": "HTML Template",
1574+
"description": "HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.",
1575+
"links": {
1576+
"repoUrl": "https://github.com/asyncapi/html-template"
1577+
},
1578+
"filters": {
1579+
"language": "javascript",
1580+
"technology": [
1581+
"HTML"
1582+
],
1583+
"categories": [
1584+
"generator-template"
1585+
],
1586+
"hasCommercial": false,
1587+
"isAsyncAPIOwner": true
1588+
}
1589+
},
1590+
{
1591+
"title": "Node.js Multiprotocol Template",
1592+
"description": "This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.",
1593+
"links": {
1594+
"repoUrl": "https://github.com/asyncapi/nodejs-template"
1595+
},
1596+
"filters": {
1597+
"language": "javascript",
1598+
"technology": [
1599+
"Node.js"
1600+
],
1601+
"categories": [
1602+
"generator-template"
1603+
],
1604+
"hasCommercial": false,
1605+
"isAsyncAPIOwner": true
1606+
}
1607+
},
14911608
{
14921609
"title": "Node.js Multiprotocol Template",
14931610
"description": "This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.",

0 commit comments

Comments
 (0)