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

Update Gatsby overview #1205

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/docs/tutorials/gatsby-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import StepCard from "@site/src/components/StepCard/StepCard"

---

> This tutorial is designed for those who prefer to learn by doing. For a deeper understanding of the concepts in this section, you can check the [Concepts](/conceptual-guides) section. Instead, if you want to solve real-world issues, check our [How-to guides](/how-to-guides).
> This tutorial is designed for those who prefer to learn by doing. For a deeper understanding, you can check the [Concepts](/conceptual-guides) section. Instead, if you want to solve real-world issues, check our [How-to guides](/how-to-guides).

<StepCard home>

Expand Down
9 changes: 0 additions & 9 deletions docs/docs/tutorials/gatsby/09 - Deploying your store.mdx

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions docs/docs/tutorials/gatsby/congratulations.mdx

This file was deleted.

12 changes: 5 additions & 7 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ module.exports = {
collapsed: false,
link: { type: 'doc', id: 'tutorials/gatsby-overview' },
items: [
'tutorials/gatsby/1',
'tutorials/gatsby/2',
'tutorials/gatsby/3',
'tutorials/gatsby/4',
'tutorials/gatsby/5',
'tutorials/gatsby/6',
{
type: 'autogenerated',
dirName: 'tutorials/gatsby',
},
],
},
{
Expand Down Expand Up @@ -307,4 +305,4 @@ module.exports = {
],
},
],
}
}