Add more tech stack metadata to the properties files
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"description": "Build a Java project and deploy it to an Azure Web App.",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Java"]
|
||||
"categories": ["Deployment", "Java", "Maven"]
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"description": "Build a Node.js project and deploy it to an Azure Web App.",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Node"]
|
||||
"categories": ["Deployment", "Javascript", "Typescript", "npm"]
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"description": "Build a Python app and deploy it to an Azure Web App.",
|
||||
"creator": "Microsoft Azure",
|
||||
"iconName": "azure",
|
||||
"categories": ["Deployment", "Python"]
|
||||
"categories": ["Deployment", "Python", "Django", "Flask", "Pip"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user