Skip to content

Commit b88b9d1

Browse files
authored
docs: Remove cloud plugin from gatsby new and tutorial (#32939)
1 parent 401b358 commit b88b9d1

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docs/docs/tutorial/part-1/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,18 @@ But in this first site, you'll set things up manually to learn about how Gatsby'
115115
· No (or I'll add it later)
116116
```
117117
118-
7. When the prompt asks, **"Would you like to install additional features with other plugins?"** use the arrow and Space keys to select **"Build and host for free on Gatsby Cloud"**, then use the arrow and Enter keys to select **"Done"**.
118+
7. When the prompt asks, **"Would you like to install additional features with other plugins?"** use the arrow and Enter keys to select **"Done"**.
119119
120-
This tells `gatsby new` to add a plugin called `gatsby-plugin-gatsby-cloud` to your site. Don't worry about the details of this just yet. You'll learn about plugins later on in the Tutorial. For now, all you need to know is that this plugin will help your site work better when you deploy it with Gatsby Cloud.
120+
```shell
121+
✔ Would you like to install additional features with other plugins?
122+
· Done
123+
```
121124
122125
8. The prompt will show you a summary of what `gatsby new` will do. It should look something like the output below.
123126
```shell
124127
Thanks! Here's what we'll now do:
125128
126129
🛠 Create a new Gatsby site in the folder my-first-gatsby-site
127-
🔌 Install gatsby-plugin-gatsby-cloud
128130
129131
130132
? Shall we do this? (Y/n) › Yes

docs/docs/tutorial/part-4/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ module.exports = {
618618
title: "My First Gatsby Site",
619619
},
620620
plugins: [
621-
"gatsby-plugin-gatsby-cloud",
622621
"gatsby-plugin-image",
623622
"gatsby-plugin-sharp",
624623
// highlight-start

packages/create-gatsby/src/features.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"gatsby-plugin-gatsby-cloud": {
3-
"message": "Build and host for free on Gatsby Cloud"
4-
},
52
"gatsby-plugin-image": {
63
"message": "Add responsive images",
74
"plugins": [

0 commit comments

Comments
 (0)