From cac3dd91030592b87f22e56498e803156e2791ca Mon Sep 17 00:00:00 2001 From: Grace Kulin <55554236+gkulin@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:04:04 -0700 Subject: [PATCH] fix: include author tags for recently added templates (#434) * add author tags * add new tag --- website/static/templates.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index 7ef9e6cb..2df9a2ac 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2096,7 +2096,8 @@ "aicollection", "openai", "blobstorage", - "aisearch" + "aisearch", + "msft" ] }, { @@ -2114,7 +2115,9 @@ "openai", "managedidentity", "openai", - "aicollection" + "aicollection", + "msft", + "new" ] }, { @@ -2129,7 +2132,9 @@ "managedidentity", "aca", "azureai", - "aicollection" + "aicollection", + "msft", + "new" ] }, { @@ -2143,7 +2148,9 @@ "python", "pinecone", "aca", - "aicollection" + "aicollection", + "community", + "new" ] } ]