22import { CardGrid } from ' @astrojs/starlight/components' ;
33import IconLinkCard from ' @src/components/IconLinkCard.astro' ;
44---
5- <CardGrid >
6- <IconLinkCard
7- icon =" seti:powershell"
8- iconColor =" #ca6c26"
9- title =" Functions"
10- titleColor =" #ca6c26"
11- description =" List of all client-side, server-side and shared functions"
12- href =" /Scripting_Functions" />
13-
14- <IconLinkCard
15- icon =" seti:purescript"
16- iconColor =" #ca6c26"
17- title =" Events"
18- titleColor =" #ca6c26"
19- description =" List of all client-side and server-side events"
20- href =" /Scripting_Events" />
5+ <div data-pagefind-ignore >
6+ <CardGrid >
7+ <IconLinkCard
8+ icon =" seti:powershell"
9+ iconColor =" #ca6c26"
10+ title =" Functions"
11+ titleColor =" #ca6c26"
12+ description =" List of all client-side, server-side and shared functions"
13+ href =" /Scripting_Functions" />
14+
15+ <IconLinkCard
16+ icon =" seti:purescript"
17+ iconColor =" #ca6c26"
18+ title =" Events"
19+ titleColor =" #ca6c26"
20+ description =" List of all client-side and server-side events"
21+ href =" /Scripting_Events" />
2122
22- <IconLinkCard
23- icon =" seti:plan"
24- iconColor =" #ca6c26"
25- title =" Elements"
26- titleColor =" #ca6c26"
27- description =" List of all element types and their properties"
28- href =" /Element" />
23+ <IconLinkCard
24+ icon =" seti:plan"
25+ iconColor =" #ca6c26"
26+ title =" Elements"
27+ titleColor =" #ca6c26"
28+ description =" List of all element types and their properties"
29+ href =" /Element" />
2930
30- <IconLinkCard
31- icon =" seti:hex"
32- iconColor =" #ca6c26"
33- title =" OOP"
34- titleColor =" #ca6c26"
35- description =" Information about MTA object-oriented programming"
36- href =" /OOP_Introduction" />
31+ <IconLinkCard
32+ icon =" seti:hex"
33+ iconColor =" #ca6c26"
34+ title =" OOP"
35+ titleColor =" #ca6c26"
36+ description =" Information about MTA object-oriented programming"
37+ href =" /OOP_Introduction" />
3738
38- </CardGrid >
39+ </CardGrid >
3940
4041
41- <CardGrid >
42+ <CardGrid >
4243
4344
44- <IconLinkCard
45- icon =" discord"
46- title =" Discord"
47- description =" Ask questions and chat live with the community."
48- href =" https://discord.com/invite/mtasa" />
49-
50- <IconLinkCard
51- icon =" gitter"
52- title =" Forum"
53- description =" Engage with the community in the old-fashioned way."
54- href =" https://forum.multitheftauto.com/" />
55- </CardGrid >
45+ <IconLinkCard
46+ icon =" discord"
47+ title =" Discord"
48+ description =" Ask questions and chat live with the community."
49+ href =" https://discord.com/invite/mtasa" />
50+
51+ <IconLinkCard
52+ icon =" gitter"
53+ title =" Forum"
54+ description =" Engage with the community in the old-fashioned way."
55+ href =" https://forum.multitheftauto.com/" />
56+ </CardGrid >
5657
57- <IconLinkCard
58- icon =" github"
59- iconColor =" var(--sl-color-orange)"
60- title =" GitHub Repository"
61- titleColor =" var(--sl-color-orange)"
62- description =" Visit our repository to contribute to the Wiki project or report issues."
63- href =" https://github.com/multitheftauto/wiki.multitheftauto.com" />
58+ <IconLinkCard
59+ icon =" github"
60+ iconColor =" var(--sl-color-orange)"
61+ title =" GitHub Repository"
62+ titleColor =" var(--sl-color-orange)"
63+ description =" Visit our repository to contribute to the Wiki project or report issues."
64+ href =" https://github.com/multitheftauto/wiki.multitheftauto.com" />
6465
66+ </div >
0 commit comments