Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translated index.md file inside tutorial folder #7

Merged
merged 3 commits into from
Nov 7, 2019
Merged
Changes from 1 commit
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
45 changes: 22 additions & 23 deletions docs/tutorial/index.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
---
title: Gatsby.js Tutorials
शीर्षक: Gatsby.js ट्यूटोरियल
disableTableOfContents: true
---

Welcome to Gatsby! We’re glad you’re here. The goal of this tutorial is to guide you through setting up and deploying your first Gatsby site using a starter template. As we walk through that process, we’ll introduce some more general web development topics, and go over the underlying structure of a Gatsby site.
Gatsby में आपका स्वागत है! हम खुश हैं कि आप यहां हो। इस ट्यूटोरियल का लक्ष्य स्टार्टर टेम्पलेट का उपयोग करके अपनी पहली गैट्सबी साइट की स्थापना और तैनाती के माध्यम से मार्गदर्शन करना है। जब हम उस प्रक्रिया से गुजरते हैं तो हम कुछ और सामान्य वेब विकास विषय पेश करते हैं और एक Gatsby साइट की अंतर्निहित संरचना पर चलते हैं।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
> पूर्ण ट्यूटोरियल का उद्देश्य अधिक वेब विकास अनुभव (अभी तक!) के बिना लोगों के लिए जितना संभव हो उतना सुलभ होना चाहिए - विशेषज्ञ होने की आवश्यकता नहीं है। यदि आप सीधे कोड पर कूदना पसंद करते हैं तो चरण-दर-चरण ट्यूटोरियल को छोड़ने के लिए स्वतंत्र महसूस करें और [quick start](/docs/quick-start/) पृष्ठ देखें।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

> The full tutorial is intended to be as accessible as possible to people without much web development experience (yet!) — no need to be an expert. If you prefer to jump straight to code, feel free to skip the step-by-step tutorial and see the [quick start](/docs/quick-start/) page.
## Gatsby फंडामेंटल

## Gatsby fundamentals
0. [अपने विकास का वातावरण तैयार करें](/tutorial/part-zero/): हम आपको Gatsby को शक्ति प्रदान करने वाली मुख्य तकनीकों से परिचित कराएँगे और आपके विकास के वातावरण को स्थापित करने के माध्यम से मार्गदर्शन करेंगे।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
1. [Gatsby बिल्डिंग ब्लॉक्स के बारे में जानें](/tutorial/part-one/): नई परियोजनाएं शुरू करना विकास करना और साइटों को तैनात करना।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
2. [Gatsby में CSS का उपयोग करने का परिचय](/tutorial/part-two/): Typography.js और CSS मॉड्यूल जैसे libraries का अन्वेषण करें।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
3. [Gatsby में नेस्टेड लेआउट बनाना](/tutorial/part-three/): लेआउट आपकी साइट के ऐसे अनुभाग हैं जिनका पुन: उपयोग कई पृष्ठों जैसे हेडर और फ़ूटर में किया जाता है।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

0. [Set up your development environment](/tutorial/part-zero/): We'll introduce you to core technologies that power Gatsby, and guide you through setting up your development environment.
1. [Get to know Gatsby building blocks](/tutorial/part-one/): Starting new projects, developing, and deploying sites.
1. [Introduction to using CSS in Gatsby](/tutorial/part-two/): Explore libraries like Typography.js and CSS Modules.
1. [Building nested layouts in Gatsby](/tutorial/part-three/): Layouts are sections of your site that are reused across multiple pages like headers and footers.
## इंटरमीडिएट ट्यूटोरियल

## Intermediate tutorials
इन इंटरमीडिएट ट्यूटोरियल्स में आप सीखेंगे कि ग्राफ़िक्स के साथ अपने गैट्सबी साइट में लगभग कहीं से भी डेटा कैसे खींच सकते हैं।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

In these intermediate tutorials, you'll learn how to pull data from almost anywhere into your Gatsby site with GraphQL.
4. [एक ब्लॉग में डेटा के लिए क्वेरी](/tutorial/part-four/): एक ब्लॉग बनाएं और अपनी साइट शीर्षक को ब्लॉग हेडर में खींचने के लिए एक GraphQL क्वेरी का उपयोग करें।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
5. [सस्रोत प्लगइन्स और क्वेरी किये गए डेटा की रेंडरिंग ](/tutorial/part-five/): अपनी साइट में मार्कडाउन ब्लॉग पोस्ट खींचने के लिए स्रोत प्लगइन का उपयोग करें और ब्लॉग पोस्ट की सूची के साथ एक इंडेक्स पेज बनाएं।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
6. [ट्रांसफार्मर पप्लगइन्स](/tutorial/part-six/): अपने मार्कडाउन ब्लॉग पोस्ट को उस रूप में बदलने के लिए एक ट्रांसफॉर्मर प्लगइन का उपयोग करें जिसे ब्लॉग रेंडर कर सकता है।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
7. [प्रोग्रामेटिक रूप से डेटा से पेज बनाना](/tutorial/part-seven/): अपने ब्लॉग पोस्ट के लिए प्रोग्राम के द्वारा पृष्ठों का सेट बनाना सीखें।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
8. [लाइव होने के लिए एक साइट को तैयार करना](/tutorial/part-eight/): अपनी साइट को प्रदर्शन ऑडिट और एक्सेसिबिलिटी SEO और अधिक के लिए सर्वोत्तम प्रथाओं के बारे में जानें।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

4. [Querying for data in a blog](/tutorial/part-four/): Create a blog and use a GraphQL query to pull your site title into the blog header.
5. [Source plugins and rendering queried data](/tutorial/part-five/): Use a source plugin to pull Markdown blog posts into your site and create an index page with a list of blog posts.
6. [Transformer plugins](/tutorial/part-six/): Use a transformer plugin to transform your Markdown blog posts into a form the blog can render.
7. [Programmatically create pages from data](/tutorial/part-seven/): Learn how to programmatically create a set of pages for your blog posts.
8. [Preparing a site to go live](/tutorial/part-eight/): Learn how to audit your site for performance and best practices for accessibility, SEO, and more.
## थीम ट्यूटोरियल

## Theme tutorials
Gatsby थीम आपकी डिफ़ॉल्ट कॉन्फ़िगरेशन (साझा कार्यक्षमता डेटा सोर्सिंग डिज़ाइन) को आपकी साइट से बाहर और एक इंस्टॉल किए जाने योग्य पैकेज में सार करती है।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

Gatsby themes abstract all of your default configuration (shared functionality, data sourcing, design) out of your site and into an installable package.
इसका मतलब यह है कि कॉन्फ़िगरेशन और कार्यक्षमता सीधे आपकी परियोजना में नहीं लिखी गई है बल्कि संस्करण केंद्रीय रूप से प्रबंधित और एक निर्भरता के रूप में स्थापित है। आप मूल रूप से एक विषय को अपडेट कर सकते हैं एक साथ विषयों की रचना कर सकते हैं और यहां तक कि दूसरे के लिए एक संगत विषय को स्वैप कर सकते हैं।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

This means that the configuration and functionality isn’t directly written into your project, but rather versioned, centrally managed, and installed as a dependency. You can seamlessly update a theme, compose themes together, and even swap out one compatible theme for another.
थीम के उपयोग और निर्माण के बारे में अधिक जानें [Gatsby थीम ट्यूटोरियल](/tutorial/theme-tutorials/).
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

Learn more about using and building themes with the [Gatsby theme tutorials](/tutorial/theme-tutorials/).
## अतिरिक्त ट्यूटोरियल
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

## Additional tutorials
Gatsby के लिए कई उपयोग के मामले हैं जिनमें से कुछ आप सीखते समय ध्यान केंद्रित रखने के लिए ट्यूटोरियल के पहले सेट में शामिल नहीं हैं। Gatsby का अतिरिक्त ट्यूटोरियल अनुभाग संसाधनों का एक संग्रह है जो दिखाता है कि कैसे और भी अधिक Gatsby कार्यों को चरण-दर-चरण पूरा किया जाए जैसे कि छवियों और CMS सामग्री के लिए स्रोत प्लगइन्स का उपयोग करना।
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved

There are many use cases for Gatsby, some of which aren't covered in the first set of tutorials to keep you focused while learning. Gatsby's Additional Tutorials section is a collection of resources showing how to complete even more Gatsby tasks step-by-step, such as using source plugins for images and CMS content.

Go deeper with [additional Gatsby tutorials](/tutorial/additional-tutorials/).
और गहराई में जाये [अतिरिक्त Gatsby ट्यूटोरियल](/tutorial/additional-tutorials/).
arshadkazmi42 marked this conversation as resolved.
Show resolved Hide resolved