You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ar/getting-started.mdx
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ i18nReady: true
5
5
tableOfContents: false
6
6
editUrl: false
7
7
next: false
8
+
banner:
9
+
content: |
10
+
الإصدار 6 منAstro وصل! <a href="/ar/guides/upgrade-to/v6/">تعرف على كيفية ترقية موقعك</a>
8
11
hero:
9
12
title: وثائق Astro
10
13
tagline: إرشادات وموارد ومراجع API لمساعدتك في البناء باستخدام Astro.
@@ -43,7 +46,7 @@ import Discord from '~/components/Landing/Discord.astro'
43
46
npm create astro@latest
44
47
```
45
48
46
-
يحتوي [دليل التثبيت](/ar/install-and-setup/) على إرشادات خطوة بخطوة لتثبيت Astro باستخدام معالج سطر الأوامر، وإنشاء مشروع جديد من مستودع Astro الموجود على GitHub، وتثبيت Astro يدوياً.
49
+
يحتوي [دليل التثبيت](/ar/install-and-setup/) على إرشادات خطوة بخطوة لتثبيت Astro باستخدام معالج سطر الأوامر، وإنشاء مشروع جديد من مستودع Astro الموجود على **GitHub**، وتثبيت **Astro** يدوياً.
47
50
</SplitCard>
48
51
49
52
<ListCardtitle="تعلم"icon="open-book">
@@ -53,7 +56,7 @@ import Discord from '~/components/Landing/Discord.astro'
53
56
-[بناء قوالب Astro](/ar/reference/astro-syntax/)
54
57
</ListCard>
55
58
56
-
<ListCardtitle="وسّع"icon="puzzle">
59
+
<ListCardtitle="إضافات"icon="puzzle">
57
60
-[أضف تكاملات مثل React و Partytown](/ar/guides/integrations/)
58
61
-[أنشئ مجموعات محتوى آمنة النوع](/ar/guides/content-collections/)
0 commit comments