From 0b1405b717192c7d447b12bb5fb16e2f66cf15af Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Mon, 31 Mar 2025 09:14:37 +0200 Subject: [PATCH] Move short-description to a text block, Re-generate wg.yaml manually --- _data/wg.yaml | 39 +++++++++++++++-------- working-groups/templates/wg.yaml.template | 3 +- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/_data/wg.yaml b/_data/wg.yaml index aba0f9e9017..1008d8e1a93 100644 --- a/_data/wg.yaml +++ b/_data/wg.yaml @@ -2,7 +2,8 @@ working-groups: - title: "Gizmo 2" board-url: "https://github.com/orgs/quarkusio/projects/43" - short-description: Gizmo 2 related tasks + short-description: | + Gizmo 2 related tasks readme: |

This _working group aims to make the Gizmo 2 POC production-ready and integrate it into Quarkus core.