From 4f14dcb386543e12d72fbb0cf4e143fda2bfa1fc Mon Sep 17 00:00:00 2001 From: Shanting Hou Date: Mon, 16 Sep 2024 11:26:37 -0400 Subject: [PATCH] add q&a page --- install/data/categories.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install/data/categories.json b/install/data/categories.json index 4e29dc4fb7..1393f5463b 100644 --- a/install/data/categories.json +++ b/install/data/categories.json @@ -34,5 +34,15 @@ "color": "#ffffff", "icon" : "fa-question", "order": 3 + }, + { + "name": "Q&A", + "description": "Got a question? Ask and we'll answer!", + "descriptionParsed": "

Got a question? Ask and we'll answer!

\n", + "bgColor": "#e95c5a", + "color": "#ffffff", + "icon" : "fa-question", + "order": 5 } + ] \ No newline at end of file