Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/content/docs/hi/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: पहले कदम
description: Astro का एक बुनियादी परिचय।
description: Astro के साथ निर्माण में आपकी सहायता के लिए मार्गदर्शिकाएँ, संसाधन और API संदर्भ - कंटेंट-ड्रिवन वेबसाइटों के लिए एक वेब फ्रेमवर्क.
i18nReady: true
tableOfContents: false
editUrl: false
next: false
banner:
content: |
Astro v6 आ गया है! <a href="/hi/guides/upgrade-to/v6/">अपनी साइट को उन्नत करना सीखें</a>
hero:
title: Astro दस्तावेज़
tagline: Astro के साथ निर्माण में आपकी सहायता के लिए मार्गदर्शिकाएँ, संसाधन और API संदर्भ।
Expand Down Expand Up @@ -54,8 +57,8 @@ import Discord from '~/components/Landing/Discord.astro'
</ListCard>

<ListCard title="विस्तार" icon="puzzle">
- [React और Tailwind जैसे एकीकरण जोड़ें](/hi/guides/integrations/)
- [बनाएँ प्रकार निरापद कंटेंट कलेक्शन](/hi/guides/content-collections/)
- [React और Partytown जैसे एकीकरण जोड़ें](/hi/guides/integrations/)
- [टाइप-सेफ़ कंटेंट कलेक्शन बनाएँ](/hi/guides/content-collections/)
- [व्यू ट्रांजिशन के साथ मार्गदर्शन बढ़ाएँ](/hi/guides/view-transitions/)
- [अपने परियोजना से एक हेडलेस CMS जोड़े](/hi/guides/cms/)
</ListCard>
Expand Down
Loading