Skip to content

Commit

Permalink
docs: mention that the theme supports gatsby 4 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Nov 26, 2021
1 parent e732747 commit f39de6b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/angry-horses-exist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@rocketseat/gatsby-theme-docs-core': major
---

Update Gatsby dependencies to support v4
Add support for Gatsby v4
2 changes: 1 addition & 1 deletion .changeset/twenty-rats-fry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@rocketseat/gatsby-theme-docs': major
---

Update Gatsby dependencies to support v4
Add support for Gatsby v4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ things and focus on what matters: **writing docs.**

## Features

- 鈿涳笍 Ready for Gatsby v3;
- 鈿涳笍 Ready for Gatsby v4;
- 馃摑 MDX for docs;
- 馃洠 Yaml-based sidebar navigation;
- 馃摫 Responsive and mobile friendly;
Expand Down
7 changes: 4 additions & 3 deletions examples/gatsby-theme-docs/src/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ includes deploy tutorials for many services, like [Vercel](https://vercel.com/),

## What are good examples of the theme usage?

- [Unform](https://unform.dev)
- [Botmation](https://botmation.dev)
- [use-shopping-cart](https://useshoppingcart.com/)
- [golangci-lint](https://golangci-lint.run/)
- [Unform](https://unform.dev)
- [Use Pandas](https://www.usepandas.com/)
- [golangci-lint](https://golangci-lint.run/)
- [react-observing](https://react-observing.web.app/)
- [use-cloudinary](https://use-cloudinary.netlify.app/)

ps: are you using this project? Submit a PR to add it to the [list](https://github.com/jpedroschmitz/rocketdocs/blob/main/examples/gatsby-theme-docs/src/docs/faq.mdx#what-are-good-examples-of-the-theme-usage).
4 changes: 2 additions & 2 deletions examples/gatsby-theme-docs/src/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: 'Getting started'
description: Learn how to get started with Rocket Docs.
---

> Rocket Docs is ready for Gatsby v3. New projects will use the new version! <br />
> If you are still on Gatsby v2, configure it manually.
> Rocket Docs is ready for Gatsby v4. New projects will use the new version! <br />
> If you are still on Gatsby v3 or v2, configure it manually.
The best way to start is by using our starter:

Expand Down

0 comments on commit f39de6b

Please sign in to comment.