Skip to content

Commit

Permalink
fix: include author tags for recently added templates (#434)
Browse files Browse the repository at this point in the history
* add author tags

* add new tag
  • Loading branch information
gkulin authored Sep 6, 2024
1 parent 485c813 commit cac3dd9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,8 @@
"aicollection",
"openai",
"blobstorage",
"aisearch"
"aisearch",
"msft"
]
},
{
Expand All @@ -2114,7 +2115,9 @@
"openai",
"managedidentity",
"openai",
"aicollection"
"aicollection",
"msft",
"new"
]
},
{
Expand All @@ -2129,7 +2132,9 @@
"managedidentity",
"aca",
"azureai",
"aicollection"
"aicollection",
"msft",
"new"
]
},
{
Expand All @@ -2143,7 +2148,9 @@
"python",
"pinecone",
"aca",
"aicollection"
"aicollection",
"community",
"new"
]
}
]

0 comments on commit cac3dd9

Please sign in to comment.