Skip to content

Commit

Permalink
chore: Update Gatsby brand on website (#7255)
Browse files Browse the repository at this point in the history
* chore: Update Gatsby brand

* Update routes.ts
  • Loading branch information
LekoArts committed Dec 28, 2021
1 parent b34734d commit 6185915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/docs/integrations/gatsby.md
@@ -1,9 +1,9 @@
---
id: gatsby
title: GatsbyJS
title: Gatsby
---

If you are building apps using [GatsbyJS](https://gatsbyjs.org), you can use GraphQL Code Generator to generate TypeScript types.
If you are building apps using [Gatsby](https://gatsbyjs.com), you can use GraphQL Code Generator to generate TypeScript types.

The codegen knows automatically to look for the import of the `graphql` tag for `gatsby` package.

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are having issues with this glob expression, or if you are seeing perform

## Community Plugins

There are also community Gatsby plugins that integrate with @graphql-codegen:
There are also community Gatsby plugins that integrate with `@graphql-codegen`:

- [gatsby-plugin-graphql-codegen](https://github.com/d4rekanguok/gatsby-typescript/tree/master/packages/gatsby-plugin-graphql-codegen)
- [gatsby-plugin-typegen](https://github.com/cometkim/gatsby-plugin-typegen)
2 changes: 1 addition & 1 deletion website/routes.ts
Expand Up @@ -39,7 +39,7 @@ export function getRoutes(): IRoutes {
['federation', 'Apollo Federation'],
'apollo-local-state',
'create-react-app',
['gatsby', 'GatsbyJS'],
['gatsby', 'Gatsby'],
],
},
'docs/custom-codegen': {
Expand Down

1 comment on commit 6185915

@vercel
Copy link

@vercel vercel bot commented on 6185915 Dec 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.