Skip to content

Commit b9bf08d

Browse files
committed
Added some icons (probably the wrong way, but it kind of works)
1 parent 2dfbee9 commit b9bf08d

File tree

8 files changed

+43
-0
lines changed

8 files changed

+43
-0
lines changed

develop-docs/getting-started/index.mdx

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

public/icon/back-end.png

5.74 KB
Loading

public/icon/dev-infra.png

8.11 KB
Loading

public/icon/front-end.png

8.28 KB
Loading

public/icon/ingest.png

4.99 KB
Loading

public/icon/integrate.png

4.81 KB
Loading

public/icon/sdks.png

8.03 KB
Loading

public/icon/services.png

7.71 KB
Loading

0 commit comments

Comments
 (0)