Skip to content

Commit

Permalink
docs(tutorial): add Part 5 (#32344)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
meganesu and LekoArts committed Jul 14, 2021
1 parent 9657802 commit 97df178
Show file tree
Hide file tree
Showing 18 changed files with 667 additions and 590 deletions.
28 changes: 7 additions & 21 deletions docs/docs/tutorial/part-4/index.mdx
Expand Up @@ -2,7 +2,7 @@
title: "Part 4: Query for Data with GraphQL"
---

import { Announcement, Notification } from 'gatsby-interface'
import { Announcement, Notification, LinkButton } from 'gatsby-interface'
import Collapsible from '@components/collapsible'
import { MdInfo } from 'react-icons/md'

Expand Down Expand Up @@ -909,24 +909,10 @@ Use the "Was this doc helpful to you?" form at the bottom of this page to let us

In Part 5, you'll add some content to your blog posts using a special format called MDX. You'll also learn about transformer plugins, which you can use to convert data in your data layer from one type to another.

<Notification
Icon={MdInfo}
tone="WARNING"
<LinkButton
to="/docs/tutorial/part-5/"
rightIcon={<MdArrowForward />}
variant="SECONDARY"
content={
<div>
<p>
<strong>Note:</strong> We{"'"}re still working on updating this Tutorial to use Gatsby v3.
You've reached the end of the new content we've released so far. Subsequent parts
will be added as we finish them.
</p>
<p style={{ marginBottom: 0 }}>
If you{"'"}re looking for a full experience in the meantime, you can check out the (slightly outdated){" "}
<a href="https://v2.gatsbyjs.com/docs/tutorial/">
<strong>Gatsby v2 Tutorial</strong>
</a>
.
</p>
</div>
}
/>
>
Continue to Part 5
</LinkButton>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
660 changes: 660 additions & 0 deletions docs/docs/tutorial/part-5/index.mdx

Large diffs are not rendered by default.

Binary file removed docs/docs/tutorial/part-five/allfile-query.png
Binary file not shown.
Binary file removed docs/docs/tutorial/part-five/data-in-console.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/docs/tutorial/part-five/filesystem-query.png
Binary file not shown.
Binary file not shown.
210 changes: 0 additions & 210 deletions docs/docs/tutorial/part-five/index.md

This file was deleted.

Binary file removed docs/docs/tutorial/part-five/my-files-page.png
Binary file not shown.

0 comments on commit 97df178

Please sign in to comment.