Skip to content

Commit 257cd21

Browse files
authored
Merge pull request #116 from DaduDev/New_Branch
Updated the docs
2 parents 020dfe3 + 42a797a commit 257cd21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Doc/Doc.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Doc = () => {
1313
{/* <div className="bg-gray w-full h-[1px] my-4" /> */}
1414
<DocItem
1515
title='Set up Git'
16-
content='Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.'
16+
content="Download git by just searching for git on google, you'll find a first link click on it and download it. After downloading, open the file click on install, make your preferences and Vola, git is on your PC."
1717
/>
1818
{/* <div className="bg-gray w-full h-[1px] my-4" /> */}
1919
<DocItem
@@ -23,12 +23,12 @@ const Doc = () => {
2323
{/* <div className="bg-gray w-full h-[1px] my-4" /> */}
2424
<DocItem
2525
title='Creating and managing repositories'
26-
content='Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.'
26+
content="You can create as many repo's as you want, all you need is a github account and some internet connection. Create a github account, create a repo, you can see how to add files to the repo on our github repo readme file."
2727
/>
2828
{/* <div className="bg-gray w-full h-[1px] my-4" /> */}
2929
<DocItem
3030
title='Basic writing and formatting syntax'
31-
content='Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.'
31+
content="You can use prettier a vscode extension, which format's your code in a perfect manner with all the indentation and colour matchings. This will help you understand the syntax that you have written and help you resolving an issue."
3232
/>
3333
</div>
3434
</div>
@@ -38,7 +38,7 @@ const Doc = () => {
3838
{/* <div className="bg-gray w-full h-[1px] my-4" /> */}
3939
<DocItem
4040
title='About pull request'
41-
content='Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.'
41+
content="We have many repo's on GitHub. Suppose you want to make some changes to some repo then, you'll fork that repo and make all of your changes. Now, when you create a pull request, it compares what's the difference in your fork and the main project. If owner like's it, he'll approve it."
4242
/>
4343
{/* <div className="bg-gray w-full h-[1px] my-4" /> */}
4444
<DocItem

0 commit comments

Comments
 (0)