File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ const (
7575 Django = "Django Integration"
7676 Drivers = "Drivers"
7777 EnterpriseKubernetesOperator = "Enterprise Kubernetes Operator"
78+ EFCoreProvider = "Entity Framework Core Provider"
7879 KafkaConnector = "Kafka Connector"
7980 MCPServer = "MongoDB MCP Server"
8081 MDBCLI = "MongoDB CLI"
@@ -94,6 +95,7 @@ const (
9495 OnlineArchive = "Online Archive"
9596 Search = "Search"
9697 StreamProcessing = "Stream Processing"
98+ Terraform = "Terraform"
9799 Triggers = "Triggers"
98100 VectorSearch = "Vector Search"
99101
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ var productInfoMap = map[string]ProductInfo{
137137 ProductType : CollectionIsProduct ,
138138 SubProduct : "" ,
139139 },
140- "entity-framework" : { // TODO: "Entity Framework Core Provider" DOCSP-50997 to add to taxonomy
141- ProductName : Drivers ,
140+ "entity-framework" : {
141+ ProductName : EFCoreProvider ,
142142 ProductType : CollectionIsProduct ,
143143 SubProduct : "" ,
144144 },
@@ -182,7 +182,7 @@ var productInfoMap = map[string]ProductInfo{
182182 ProductType : CollectionIsProduct ,
183183 SubProduct : "" ,
184184 },
185- "mcp-server" : { // DOCSP-50997 to add to taxonomy
185+ "mcp-server" : {
186186 ProductName : MCPServer ,
187187 ProductType : CollectionIsProduct ,
188188 SubProduct : "" ,
@@ -257,6 +257,11 @@ var productInfoMap = map[string]ProductInfo{
257257 ProductType : CollectionIsProduct ,
258258 SubProduct : "" ,
259259 },
260+ "terraform" : {
261+ ProductName : Atlas ,
262+ ProductType : DirIsSubProduct ,
263+ SubProduct : Terraform ,
264+ },
260265 "triggers" : {
261266 ProductName : Atlas ,
262267 ProductType : DirIsSubProduct ,
You can’t perform that action at this time.
0 commit comments