@@ -7,6 +7,12 @@ import DigitalTwin from "@site/static/img/DigitalTwin.png";
7
7
import EcoPass from "@site/static/img/EcoPass.png" ;
8
8
import OnlineSimulation from "@site/static/img/OnlineSimulation.png" ;
9
9
import Quality from "@site/static/img/Quality.png" ;
10
+ import PCF_Kit from "@site/static/img/PCF_Kit.png" ;
11
+ import ModularProduction_Kit from "@site/static/img/ModularProduction_Kit.png" ;
12
+ import DemandandCapacityManagement_Kit from "@site/static/img/DemandandCapacityManagement_Kit.png" ;
13
+ import Circularity_Kit from "@site/static/img/Circularity_Kit.png" ;
14
+ import BehaviourTwinHI_Kit from "@site/static/img/BehaviourTwinHI_Kit.png" ;
15
+ import Agents_Kit from "@site/static/img/Agents_Kit.png" ;
10
16
11
17
// import MoreToCome from "@site/static/img/gallery-more_coming-minified.png";
12
18
@@ -84,4 +90,46 @@ export const kitsGallery = [
84
90
img : Quality ,
85
91
pageRoute : "/docs-kits/kits/Quality-Kit/Adoption%20View%20Quality%20Kit"
86
92
} ,
93
+ {
94
+ id : 10 ,
95
+ name : 'Agents Kit' ,
96
+ domain : 'Network & Core Services' ,
97
+ img : Agents_Kit ,
98
+ pageRoute : "/docs-kits/kits/knowledge-agents/adoption-view/intro"
99
+ } ,
100
+ {
101
+ id : 11 ,
102
+ name : 'Behaviour Twin HI Kit' ,
103
+ domain : 'PLM / Quality' ,
104
+ img : BehaviourTwinHI_Kit ,
105
+ pageRoute : "/docs-kits/kits/Behaviour%20Twin%20HI%20Kit/Adoption%20View%20Health%20Indicator%20Kit"
106
+ } ,
107
+ {
108
+ id : 12 ,
109
+ name : 'Circularity Kit' ,
110
+ domain : 'Sustainability' ,
111
+ img : Circularity_Kit ,
112
+ pageRoute : "/docs-kits/kits/Circularity_KIT/page-adoption-view"
113
+ } ,
114
+ {
115
+ id : 13 ,
116
+ name : 'DCM Kit' ,
117
+ domain : 'Resiliency' ,
118
+ img : DemandandCapacityManagement_Kit ,
119
+ pageRoute : "/docs-kits/kits/DCM%20Kit/adoption-view"
120
+ } ,
121
+ {
122
+ id : 14 ,
123
+ name : 'Modular Production Kit' ,
124
+ domain : 'Resiliency' ,
125
+ img : ModularProduction_Kit ,
126
+ pageRoute : "/docs-kits/kits/Modular%20Production%20Kit/Adoption%20View%20Modular%20Production%20Kit"
127
+ } ,
128
+ {
129
+ id : 15 ,
130
+ name : 'PCF Kit' ,
131
+ domain : 'Sustainability' ,
132
+ img : PCF_Kit ,
133
+ pageRoute : "/docs-kits/kits/PCF%20Exchange%20Kit/Adoption%20View"
134
+ }
87
135
]
0 commit comments