You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
-->
5
5
6
6
<!--
7
-
Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved
7
+
Is this a blog post? Check out the docs at https://www.gatsbyjs.com/contributing/blog-contributions/, and please mention if the blog post is pre-approved
For information related to contributing to Gatsby, please check out the [How to Contribute](https://www.gatsbyjs.org/contributing/how-to-contribute/) section of the documentation at the Gatsby site.
3
+
For information related to contributing to Gatsby, please check out the [How to Contribute](https://www.gatsbyjs.com/contributing/how-to-contribute/) section of the documentation at the Gatsby site.
Copy file name to clipboardexpand all lines: docs/contributing/gatsby-style-guide.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ In tutorials that are meant for beginners, use as few hyperlinks as possible to
161
161
162
162
### Use relative hyperlinks for local links
163
163
164
-
When referencing another page within [gatsbyjs.org](https://www.gatsbyjs.org/) hyperlinks should use relative paths (not include the full domain). This guarantees that all links function when running locally or in preview.
164
+
When referencing another page within [gatsbyjs.com](https://www.gatsbyjs.com/) hyperlinks should use relative paths (not include the full domain). This guarantees that all links function when running locally or in preview.
165
165
166
166
```markdown
167
167
<!-- Good -->
@@ -170,7 +170,7 @@ When referencing another page within [gatsbyjs.org](https://www.gatsbyjs.org/) h
Note: Links to Gatsby Cloud/Gatsby Inc. are located at [gatsbyjs.com](https://www.gatsbyjs.com/) and should be referenced using an absolute path (domain included). See also [Referencing Gatsby Cloud](#referencing-gatsby-cloud)
@@ -348,7 +348,7 @@ You may also choose to include line highlighting in your code snippets, using th
Copy file name to clipboardexpand all lines: docs/contributing/how-to-make-a-reproducible-test-case.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A reproducible test case is a great way to share a specific environment that cau
17
17
## Steps to create a reproducible test case
18
18
19
19
- Create a new Gatsby site with a starter, the official `hello-world` starter is a great 'barebones' starting point here: `gatsby new bug-repro https://github.com/gatsbyjs/gatsby-starter-hello-world`
20
-
- Add any Gatsby plugins that relate to the issue. For example, if you're having problems with Gatsby MDX you should install and configure [`gatsby-plugin-mdx`](https://www.gatsbyjs.org/packages/gatsby-plugin-mdx/). Only add plugins that are needed to demonstrate the problem.
20
+
- Add any Gatsby plugins that relate to the issue. For example, if you're having problems with Gatsby MDX you should install and configure [`gatsby-plugin-mdx`](https://www.gatsbyjs.com/packages/gatsby-plugin-mdx/). Only add plugins that are needed to demonstrate the problem.
21
21
- Add the code needed to recreate the error you've seen.
22
22
- Publish the code (your GitHub account is a good place to do this) and then link to it when [creating an issue](/contributing/how-to-file-an-issue/).
Copy file name to clipboardexpand all lines: docs/contributing/how-to-run-a-gatsby-workshop.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: How to Run a Gatsby Workshop
4
4
5
5
Running a workshop focused on Gatsby.js is a fantastic way to teach a group of people how to create fast, accessible websites with in-person (or virtual) instruction.
6
6
7
-
We on the Gatsby team have run a number of in-person workshops, and you can read about some of our [initial findings](https://www.gatsbyjs.org/blog/2018-05-31-open-sourcing-gatsby-workshops/). If you are interested in running a workshop yourself, we welcome you to do so and offer this page of resources to help you.
7
+
We on the Gatsby team have run a number of in-person workshops, and you can read about some of our [initial findings](https://www.gatsbyjs.com/blog/2018-05-31-open-sourcing-gatsby-workshops/). If you are interested in running a workshop yourself, we welcome you to do so and offer this page of resources to help you.
8
8
9
9
Share your ideas and report how these workshops go for you in the [Open source repo](https://github.com/gatsbyjs/gatsby) through issues and PRs (if you ran into problems with the workshops and/or have ideas of how to improve them) or [Twitter](https://twitter.com/gatsbyjs) if you want to share an upcoming workshop you're running.
@@ -22,7 +22,7 @@ Topics should be chosen based on these priorities:
22
22
23
23
## Length of a tutorial
24
24
25
-
If a tutorial is longer than 3 8.5x11” pages or has more than about 5 headers and you’re finding yourself creating a Table of Contents at the top, it will probably be easier to read and easier for readers to complete if you turn it into a multi-page tutorial, like the [main Gatsby tutorial](https://www.gatsbyjs.org/tutorial/).
25
+
If a tutorial is longer than 3 8.5x11” pages or has more than about 5 headers and you’re finding yourself creating a Table of Contents at the top, it will probably be easier to read and easier for readers to complete if you turn it into a multi-page tutorial, like the [main Gatsby tutorial](https://www.gatsbyjs.com/tutorial/).
26
26
27
27
If you have a tutorial that falls into this category, it is likely a big enough project that you’ll benefit from the feedback process provided by creating an [RFC (Request for Comments) document](https://github.com/gatsbyjs/rfcs).
Copy file name to clipboardexpand all lines: docs/contributing/managing-pull-requests.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ For an introduction on what Pull Requests are and how to file one, check out the
18
18
19
19
Some general things we verify in a pull request are:
20
20
21
-
- Links ought to be relative instead of absolute when linking to docs (`/docs/some-reference/` instead of `https://www.gatsbyjs.org/docs/some-reference/`)
21
+
- Links ought to be relative instead of absolute when linking to docs (`/docs/some-reference/` instead of `https://www.gatsbyjs.com/docs/some-reference/`)
22
22
- Language ought to be inclusive and accessible
23
23
- Issues and Requests for Comments (RFCs) (if any) that this PR addresses ought to be linked to
24
24
@@ -73,7 +73,7 @@ For PRs that add a blog post, we ought to check:
73
73
74
74
## Automated Checks
75
75
76
-
Our repository on [GitHub](https://github.com/gatsbyjs/gatsby) has several automated CI checks that are run automatically for all PRs. These include tests, linting and even preview builds for [gatsbyjs.org](https://www.gatsbyjs.org).
76
+
Our repository on [GitHub](https://github.com/gatsbyjs/gatsby) has several automated CI checks that are run automatically for all PRs. These include tests, linting and even preview builds for [gatsbyjs.org](https://www.gatsbyjs.com).
77
77
78
78
We want all of these checks to pass. While we'll sometimes review a work in progress PR with some failed checks, a PR is only ready to ship when all the tests have passed.
Copy file name to clipboardexpand all lines: docs/contributing/submit-to-plugin-library.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ In order to add your plugin to the [Plugin Library](/plugins/), you need to:
11
11
3.**Include a `keywords` field** in your plugin's `package.json`, containing `gatsby` and `gatsby-plugin`. If your plugin is a theme, please also include `gatsby-theme`.
12
12
4. Document your plugin with a README, using the contributing [plugin template](/contributing/how-to-write-a-plugin-readme/) for reference.
13
13
14
-
After doing so, Algolia will take up to 12 hours to add it to the library search index (the exact time necessary is still unknown), and wait for the daily rebuild of https://gatsbyjs.org to automatically include your plugin page to the website. Then, all you have to do is share your wonderful plugin with the community!
14
+
After doing so, Algolia will take up to 12 hours to add it to the library search index (the exact time necessary is still unknown), and wait for the daily rebuild of https://www.gatsbyjs.com to automatically include your plugin page to the website. Then, all you have to do is share your wonderful plugin with the community!
Copy file name to clipboardexpand all lines: docs/contributing/translation/translators.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Once a language repository is created and someone on the Gatsby team has assigne
10
10
11
11
### Use English as the source
12
12
13
-
The [gatsbyjs.org](https://gatsbyjs.org) website is written first in English and should be considered the source material for all translations (as opposed to starting from another translation). When a repository is created, it will provide a copy of the docs to be translated which you can then update through [pull requests](/contributing/how-to-open-a-pull-request/) against them in the relevant language.
13
+
The [gatsbyjs.com](https://www.gatsbyjs.com) website is written first in English and should be considered the source material for all translations (as opposed to starting from another translation). When a repository is created, it will provide a copy of the docs to be translated which you can then update through [pull requests](/contributing/how-to-open-a-pull-request/) against them in the relevant language.
14
14
15
15
Changes to the meaning of a text or code example should be done in the main [English repo](https://github.com/gatsbyjs/gatsby/), and then translated afterwards to keep the content aligned across languages.
Copy file name to clipboardexpand all lines: docs/docs/adding-comments.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Here are the steps for adding Disqus comments to your own blog:
46
46
npm install disqus-react
47
47
```
48
48
49
-
3. Add the shortname from step 1 as something like `GATSBY_DISQUS_NAME` to your `.env` and `.env.example` files so that people forking your repo will know that they need to supply this value to get comments to work. (You need to prefix the environment variable with `GATSBY_` in order to [make it available to client-side code](https://www.gatsbyjs.org/docs/environment-variables/#client-side-javascript).)
49
+
3. Add the shortname from step 1 as something like `GATSBY_DISQUS_NAME` to your `.env` and `.env.example` files so that people forking your repo will know that they need to supply this value to get comments to work. (You need to prefix the environment variable with `GATSBY_` in order to [make it available to client-side code](https://www.gatsbyjs.com/docs/environment-variables/#client-side-javascript).)
Copy file name to clipboardexpand all lines: docs/docs/answering-it-security.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ If security engineers are interested in your project, some talking points that c
12
12
13
13
It's helpful to emphasize to security personnel that these benefits were a factor in why Gatsby was selected for the project. You chose Gatsby, in part, because it is _more_ secure.
14
14
15
-
Read about security in Gatsby: [https://www.gatsbyjs.org/blog/2019-04-06-security-for-modern-web-frameworks/](/blog/2019-04-06-security-for-modern-web-frameworks/)
15
+
Read about security in Gatsby: [https://www.gatsbyjs.com/blog/2019-04-06-security-for-modern-web-frameworks/](/blog/2019-04-06-security-for-modern-web-frameworks/)
Copy file name to clipboardexpand all lines: docs/docs/building-an-ecommerce-site-with-shopify.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Building an E-commerce site with Shopify
4
4
5
5
In this tutorial, you will setup a new Gatsby website that fetches product data from [Shopify](https://www.shopify.com). The site displays a list of all products on a product listing page, and a page for every product in the store.
6
6
7
-
If you are already comfortable with Gatsby and Shopify, you might want to check out the [Gatsby Shopify starter](https://www.gatsbyjs.org/starters/AlexanderProd/gatsby-shopify-starter/), which provides many of the same features as this example.
7
+
If you are already comfortable with Gatsby and Shopify, you might want to check out the [Gatsby Shopify starter](https://www.gatsbyjs.com/starters/AlexanderProd/gatsby-shopify-starter/), which provides many of the same features as this example.
8
8
9
9
## Setting up your Shopify account
10
10
@@ -15,7 +15,7 @@ If you are already comfortable with Gatsby and Shopify, you might want to check
15
15
16
16
## Set up the Gatsby Shopify plugin
17
17
18
-
1. If you do not already have one ready, [create a Gatsby site](https://www.gatsbyjs.org/docs/quick-start).
18
+
1. If you do not already have one ready, [create a Gatsby site](https://www.gatsbyjs.com/docs/quick-start).
19
19
20
20
2. Install the [`gatsby-source-shopify`](/packages/gatsby-source-shopify/) plugin and [`shopify-buy`](https://github.com/Shopify/js-buy-sdk) package.
Copy file name to clipboardexpand all lines: docs/docs/creating-and-modifying-pages.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -263,4 +263,4 @@ Page context is serialized before being passed to pages. This means it can't be
263
263
264
264
## Creating Client-only routes
265
265
266
-
In specific cases, you might want to create a site with client-only portions that are gated by authentication. For more on how to achieve this, refer to [client-only routes & user authentication](https://www.gatsbyjs.org/docs/client-only-routes-and-user-authentication/).
266
+
In specific cases, you might want to create a site with client-only portions that are gated by authentication. For more on how to achieve this, refer to [client-only routes & user authentication](https://www.gatsbyjs.com/docs/client-only-routes-and-user-authentication/).
Copy file name to clipboardexpand all lines: docs/docs/gatsby-core-philosophy.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ We believe the most high-impact way to make the web better is to make it high-qu
81
81
82
82
One key way Gatsby makes the content web high-quality by default is to neatly bundle the modern JavaScript ecosystem.
83
83
84
-
Traditional CMS development [presents many challenges](https://www.gatsbyjs.org/blog/2018-10-11-rise-of-modern-web-development/#traditional-cms-development-presents-challenges) such as walled-garden development, difficult-to-maintain local environments, and a challenging target environment.
84
+
Traditional CMS development [presents many challenges](https://www.gatsbyjs.com/blog/2018-10-11-rise-of-modern-web-development/#traditional-cms-development-presents-challenges) such as walled-garden development, difficult-to-maintain local environments, and a challenging target environment.
85
85
86
-
Modern web development [bundles advances](https://www.gatsbyjs.org/blog/2018-10-11-rise-of-modern-web-development/#modern-frameworks-offer-stability-and-faster-development) in **performance** (bundle splitting, asset prefetching, offline support, image optimization, or server side rendering), **developer experience** (componentization via React, transpilation via Babel, webpack, hot reloading), **accessibility**, and **security** together.
86
+
Modern web development [bundles advances](https://www.gatsbyjs.com/blog/2018-10-11-rise-of-modern-web-development/#modern-frameworks-offer-stability-and-faster-development) in **performance** (bundle splitting, asset prefetching, offline support, image optimization, or server side rendering), **developer experience** (componentization via React, transpilation via Babel, webpack, hot reloading), **accessibility**, and **security** together.
87
87
88
88
Gatsby's goal is to bundle these advances in an easy to use package. We're open to any and all advances being made in the modern JavaScript world and would love to incorporate them into Gatsby!
Copy file name to clipboardexpand all lines: docs/docs/gatsby-link.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -407,4 +407,4 @@ However, if the page has previously loaded, it will not re-request `app-data.jso
407
407
408
408
-[Authentication tutorial for client-only routes](/tutorial/authentication-tutorial/)
409
409
-[Routing: Getting Location Data from Props](/docs/location-data-from-props/)
410
-
-[`gatsby-plugin-catch-links`](https://www.gatsbyjs.org/packages/gatsby-plugin-catch-links/) to automatically intercept local links in Markdown files for `gatsby-link` like behavior
410
+
-[`gatsby-plugin-catch-links`](https://www.gatsbyjs.com/plugins/gatsby-plugin-catch-links/) to automatically intercept local links in Markdown files for `gatsby-link` like behavior
The `gatsby-source-filesystem` plugin reads files from your computer. The `gatsby-transformer-remark` plugin makes the contents of your Markdown files available to GraphQL.
57
57
58
-
You can also try a [Gatsby starter](https://www.gatsbyjs.org/starters/?c=Markdown) package that has Markdown support already included.
58
+
You can also try a [Gatsby starter](https://www.gatsbyjs.com/starters/?c=Markdown) package that has Markdown support already included.
0 commit comments