From 5e08a01588d2331ed7582c1e495df6e9cbaec785 Mon Sep 17 00:00:00 2001 From: Sami Ekblad Date: Thu, 8 Sep 2022 09:15:28 +0300 Subject: [PATCH] Added description for Vaadin. --- src/technologies/v.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 2978e8d1e..13eec5a4f 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -134,6 +134,7 @@ "cats": [ 18 ], + "description": "Vaadin is an open-source framework for building user interfaces and single-page applications using Java and TypeScript.", "icon": "Vaadin.svg", "implies": "Java", "js": { @@ -974,4 +975,4 @@ }, "website": "http://vibecommerce.com.br" } -} \ No newline at end of file +}