@@ -13,43 +13,86 @@ We recommend going through the [engineering practices](/engineering-practices) a
1313 href = " /development-infrastructure/"
1414 title = " Development Infrastructure"
1515 description = " How to get your local dev environment up and running."
16+ image = { {
17+ src: " /icon/dev-infra.png" ,
18+ width: 64 ,
19+ height: 64 ,
20+ alt: " Development Infrastructure"
21+ }}
1622 />
1723
1824 <Card
1925 className = " w-full md:w-[calc(50%-12px)]"
2026 href = " /backend/"
2127 title = " Backend"
2228 description = " The monolith that is powering Sentry."
29+ image = { {
30+ src: " /icon/back-end.png" ,
31+ width: 64 ,
32+ height: 64 ,
33+ alt: " Backend"
34+ }}
2335 />
2436 <Card
2537 className = " w-full md:w-[calc(50%-12px)]"
2638 href = " /frontend/"
2739 title = " Frontend"
2840 description = " How we write frontend code."
41+ image = { {
42+ src: " /icon/front-end.png" ,
43+ width: 64 ,
44+ height: 64 ,
45+ alt: " Frontend"
46+ }}
47+
2948 />
3049 <Card
3150 className = " w-full md:w-[calc(50%-12px)]"
3251 href = " /services/"
3352 title = " Services"
3453 description = " Running besides the monolith."
54+ image = { {
55+ src: " /icon/services.png" ,
56+ width: 64 ,
57+ height: 64 ,
58+ alt: " Services"
59+ }}
3560 />
3661 <Card
3762 className = " w-full md:w-[calc(50%-12px)]"
3863 href = " /integrations/"
3964 title = " Integrations"
4065 description = " Connecting Sentry to other products."
66+ image = { {
67+ src: " /icon/integrate.png" ,
68+ width: 64 ,
69+ height: 64 ,
70+ alt: " Integrations"
71+ }}
4172 />
4273 <Card
4374 className = " w-full md:w-[calc(50%-12px)]"
4475 href = " /ingestion/"
4576 title = " Ingestion"
4677 description = " Receiving and processing data."
78+ image = { {
79+ src: " /icon/ingest.png" ,
80+ width: 64 ,
81+ height: 64 ,
82+ alt: " Ingestion"
83+ }}
4784 />
4885 <Card
4986 className = " w-full md:w-[calc(50%-12px)]"
5087 href = " /sdk/"
5188 title = " SDKs"
5289 description = " Instrumenting users code."
90+ image = { {
91+ src: " /icon/sdks.png" ,
92+ width: 64 ,
93+ height: 64 ,
94+ alt: " SDKs"
95+ }}
5396 />
5497 <Card
5598 className = " w-full"
0 commit comments