From 9536724466d03c060c6b9825cc7e93bed8f83386 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 29 Jul 2019 16:14:53 -0700 Subject: [PATCH] allow templates to show up in multiple categories --- ci/android.properties.json | 2 +- ci/ant.properties.json | 2 +- ci/asp.net-core.properties.json | 2 +- ci/c-cpp.properties.json | 2 +- ci/clojure.properties.json | 2 +- ci/crystal.properties.json | 2 +- ci/dart.properties.json | 2 +- ci/docker-image.properties.json | 2 +- ci/elixir.properties.json | 2 +- ci/erlang.properties.json | 2 +- ci/gradle.properties.json | 2 +- ci/haskell.properties.json | 2 +- ci/jekyll.properties.json | 2 +- ci/maven.properties.json | 2 +- ci/node.js.properties.json | 2 +- ci/python-django.properties.json | 2 +- ci/python-package.properties.json | 2 +- ci/rust.properties.json | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ci/android.properties.json b/ci/android.properties.json index dba3b00..de10374 100644 --- a/ci/android.properties.json +++ b/ci/android.properties.json @@ -2,5 +2,5 @@ "name": "Android", "description": "Build an Android project with Gradle.", "iconName": "android", - "category": "Mobile" + "category": ["Java", "Mobile"] } \ No newline at end of file diff --git a/ci/ant.properties.json b/ci/ant.properties.json index ab79aa3..7242d14 100644 --- a/ci/ant.properties.json +++ b/ci/ant.properties.json @@ -2,5 +2,5 @@ "name": "Ant", "description": "Build and test a Java project with Apache Ant.", "iconName": "ant", - "category": "Java" + "category": ["Ant Build System", "Java"] } \ No newline at end of file diff --git a/ci/asp.net-core.properties.json b/ci/asp.net-core.properties.json index f2bc9e8..ff7fb37 100644 --- a/ci/asp.net-core.properties.json +++ b/ci/asp.net-core.properties.json @@ -2,5 +2,5 @@ "name": "ASP.NET Core", "description": "Build and test an ASP.NET Core project targeting .NET Core.", "iconName": "dotnetcore", - "category": ".NET" + "category": ["ASP"] } \ No newline at end of file diff --git a/ci/c-cpp.properties.json b/ci/c-cpp.properties.json index ce096ea..333e23e 100644 --- a/ci/c-cpp.properties.json +++ b/ci/c-cpp.properties.json @@ -2,5 +2,5 @@ "name": "C/C++ with Make", "description": "Build and test a C/C++ project using Make.", "iconName": "c-cpp", - "category": null + "category": ["C", "C++"] } \ No newline at end of file diff --git a/ci/clojure.properties.json b/ci/clojure.properties.json index d0ab96b..904367f 100644 --- a/ci/clojure.properties.json +++ b/ci/clojure.properties.json @@ -2,5 +2,5 @@ "name": "Clojure", "description": "Build and test a Clojure project with Leiningen.", "iconName": "clojure", - "category": null + "category": ["Clojure", "Java"] } \ No newline at end of file diff --git a/ci/crystal.properties.json b/ci/crystal.properties.json index 6fab360..9dfdb9d 100644 --- a/ci/crystal.properties.json +++ b/ci/crystal.properties.json @@ -2,5 +2,5 @@ "name": "Crystal", "description": "Build and test a Crystal project.", "iconName": "crystal", - "category": null + "category": ["Crystal"] } \ No newline at end of file diff --git a/ci/dart.properties.json b/ci/dart.properties.json index cc31f21..b73ac4c 100644 --- a/ci/dart.properties.json +++ b/ci/dart.properties.json @@ -2,5 +2,5 @@ "name": "Dart", "description": "Build and test a Dart project with Pub.", "iconName": "dart", - "category": null + "category": ["Dart"] } \ No newline at end of file diff --git a/ci/docker-image.properties.json b/ci/docker-image.properties.json index cd87e42..4eb9ec9 100644 --- a/ci/docker-image.properties.json +++ b/ci/docker-image.properties.json @@ -2,5 +2,5 @@ "name": "Docker image", "description": "Build a Docker image to deploy, run, or push to a registry.", "iconName": "docker", - "category": null + "category": ["Dockerfile"] } \ No newline at end of file diff --git a/ci/elixir.properties.json b/ci/elixir.properties.json index d2a2e70..c07ecf6 100644 --- a/ci/elixir.properties.json +++ b/ci/elixir.properties.json @@ -2,5 +2,5 @@ "name": "Elixir", "description": "Build and test an Elixir project with Mix.", "iconName": "elixir", - "category": null + "category": ["Elixir", "Erlang"] } \ No newline at end of file diff --git a/ci/erlang.properties.json b/ci/erlang.properties.json index c09b4dc..569d7d8 100644 --- a/ci/erlang.properties.json +++ b/ci/erlang.properties.json @@ -2,5 +2,5 @@ "name": "Erlang", "description": "Build and test an Erlang project with rebar.", "iconName": "erlang", - "category": null + "category": ["Erlang"] } \ No newline at end of file diff --git a/ci/gradle.properties.json b/ci/gradle.properties.json index 57b3fb9..661b84f 100644 --- a/ci/gradle.properties.json +++ b/ci/gradle.properties.json @@ -2,5 +2,5 @@ "name": "Gradle", "description": "Build and test a Java project using a Gradle wrapper script.", "iconName": "gradle", - "category": "Java" + "category": ["Java"] } \ No newline at end of file diff --git a/ci/haskell.properties.json b/ci/haskell.properties.json index 0888210..8ec6d02 100644 --- a/ci/haskell.properties.json +++ b/ci/haskell.properties.json @@ -2,5 +2,5 @@ "name": "Haskell", "description": "Build and test a Haskell project with Cabal.", "iconName": "haskell", - "category": null + "category": ["Haskell"] } \ No newline at end of file diff --git a/ci/jekyll.properties.json b/ci/jekyll.properties.json index e9045f6..e20fedc 100644 --- a/ci/jekyll.properties.json +++ b/ci/jekyll.properties.json @@ -2,5 +2,5 @@ "name": "Jekyll", "description": "Package a Jekyll site using the jekyll/builder Docker image.", "iconName": "jekyll", - "category": "HTML" + "category": ["HTML"] } \ No newline at end of file diff --git a/ci/maven.properties.json b/ci/maven.properties.json index 5a229a5..c46891c 100644 --- a/ci/maven.properties.json +++ b/ci/maven.properties.json @@ -2,5 +2,5 @@ "name": "Maven", "description": "Build and test a Java project with Apache Maven.", "iconName": "maven", - "category": "Java" + "category": ["Java"] } \ No newline at end of file diff --git a/ci/node.js.properties.json b/ci/node.js.properties.json index 4714438..3457c68 100644 --- a/ci/node.js.properties.json +++ b/ci/node.js.properties.json @@ -2,5 +2,5 @@ "name": "Node.js", "description": "Build and test a Node.js project with npm.", "iconName": "nodejs", - "category": "JavaScript" + "category": ["JavaScript"] } \ No newline at end of file diff --git a/ci/python-django.properties.json b/ci/python-django.properties.json index e9a2b48..71afe56 100644 --- a/ci/python-django.properties.json +++ b/ci/python-django.properties.json @@ -2,5 +2,5 @@ "name": "Python Django", "description": "Test a Django project on multiple versions of Python.", "iconName": "django", - "category": "Python" + "category": ["Python", "HTML+Django"] } \ No newline at end of file diff --git a/ci/python-package.properties.json b/ci/python-package.properties.json index 9778a41..b514b69 100644 --- a/ci/python-package.properties.json +++ b/ci/python-package.properties.json @@ -2,5 +2,5 @@ "name": "Python package", "description": "Create and test a Python package on multiple Python versions.", "iconName": "python", - "category": "Python" + "category": ["Python"] } \ No newline at end of file diff --git a/ci/rust.properties.json b/ci/rust.properties.json index 306f61e..e5703f2 100644 --- a/ci/rust.properties.json +++ b/ci/rust.properties.json @@ -2,5 +2,5 @@ "name": "Rust", "description": "Build and test a Rust project with Cargo.", "iconName": "rust", - "category": null + "category": ["Rust"] } \ No newline at end of file