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

chore(docs): migrate cloud docs to .com #36389

Merged
merged 28 commits into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9cce498
push up site creation & node version docs
Aug 12, 2022
d4f287b
migrate doc for apex and subdomains
Aug 12, 2022
168a6a9
migrate doc for netlify trailing slash
Aug 12, 2022
383b70d
move webhook/deploy docs to this branch
Aug 15, 2022
c591ee6
migrate doc for outgoing webhooks
Aug 15, 2022
5ab08a8
Merge branch 'gatsbyjs:master' into docs/add-cloud-docs
littlemarcus Aug 15, 2022
f9a2aab
rerun prettier
Aug 16, 2022
25a6914
rerun prettier
Aug 16, 2022
8812501
Merge branch 'gatsbyjs:master' into docs/add-cloud-docs
littlemarcus Aug 16, 2022
3eae690
format subheaders
Aug 17, 2022
5cb2a1f
fix casing in docs descriptions
Aug 18, 2022
9586c04
remove we/lesson refs & netlify doc
Aug 18, 2022
726ed47
Update docs/docs/how-to/cloud/set-node-version.md
littlemarcus Aug 18, 2022
e9c8f16
Update docs/docs/how-to/cloud/create-site-from-repository.md
littlemarcus Aug 18, 2022
675862d
rework create site from repo doc
Aug 19, 2022
ca5f78c
Merge branch 'docs/add-cloud-docs' of https://github.com/MarcusCole51…
Aug 19, 2022
3e4bd91
additional adjustments
Aug 19, 2022
e02f4cf
match description & file title
Aug 19, 2022
526a2e9
adjust VCS references
Aug 19, 2022
3003230
adjust links/bolding
Aug 21, 2022
29b8aa6
final adjustments
Aug 21, 2022
a088fa4
Merge branch 'gatsbyjs:master' into docs/add-cloud-docs
littlemarcus Aug 21, 2022
5c76415
Update docs/docs/how-to/cloud/create-site-from-repository.md
littlemarcus Aug 26, 2022
ecbd430
Update docs/docs/reference/cloud/build-and-preview-webhooks.md
littlemarcus Aug 26, 2022
b444df5
Update docs/docs/how-to/cloud/create-site-from-template.md
littlemarcus Aug 29, 2022
4a96d09
Update docs/docs/how-to/cloud/deploying-to-gatsby-cloud-hosting.md
littlemarcus Aug 29, 2022
14bbb4f
Update docs/docs/how-to/cloud/set-node-version.md
littlemarcus Aug 29, 2022
a45bfe3
Update docs/docs/reference/cloud/apex-and-subdomains.md
littlemarcus Aug 29, 2022
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
Prev Previous commit
Next Next commit
remove we/lesson refs & netlify doc
  • Loading branch information
“Marcus committed Aug 18, 2022
commit 9586c0434c2e6b1e2fd826dee2c45bf1251eea1e
8 changes: 4 additions & 4 deletions docs/docs/how-to/cloud/create-site-from-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You'll learn how to import a site from a Git repository.

### 1. Prepare a repository
littlemarcus marked this conversation as resolved.
Show resolved Hide resolved

For this lesson we will use the [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby-starter-blog). Since this is a [Gatsby starter](https://www.gatsbyjs.com/starters/?v=2), you can use Gatsby CLI to prepare this project on your machine.
You can use the [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby-starter-blog) as a starting point. Since this is a [Gatsby starter](https://www.gatsbyjs.com/starters/?v=2), you can use Gatsby CLI to prepare this project on your machine.

```shell
gatsby new my-gatsby-project https://github.com/gatsbyjs/gatsby-starter-blog
Expand All @@ -34,7 +34,7 @@ From your Gatsby Cloud Dashboard, click the **Add a Site** button.

![Add a Site](../../images//add-site.png)
littlemarcus marked this conversation as resolved.
Show resolved Hide resolved

In the "Import from a Git repository" section, choose your Git provider and install the Gatsby Cloud app. For the sake of this article we'll use GitHub, however GitLab and Bitbucket are also supported.
In the "Import from a Git repository" section, choose your Git provider and install the Gatsby Cloud app. For the sake of this article you'll use GitHub, however GitLab and Bitbucket are also supported.
littlemarcus marked this conversation as resolved.
Show resolved Hide resolved

![Import from a Repository](../../images/import-from-repo.png)

Expand All @@ -58,7 +58,7 @@ Next you will be prompted to connect an optional content management system (CMS)

### 5. Configure environment variables

Now, you will be asked to [set up environment variables](../../reference/cloud/managing-environment-variables) for your site. The "Blog" starter does not use any environment variables so we will skip this step as well. Click **Build Site** to continue.
Now, you will be asked to [set up environment variables](../../reference/cloud/managing-environment-variables) for your site. The "Default" starter does not use any environment variables so you will skip this step as well. Click **Build Site** to continue.

![No Environment Variables](../../images/no-environment-variables.png)

Expand All @@ -83,4 +83,4 @@ Use your Gatsby Hosting provided default domain to access the public deployment
When creating a site from a Github repository, you'll be asked to authenticate with Github. In instances where you're having trouble authenticating and importing your site:

1. Log out and log back in. If you are still aren't able to import the site, your Github repository is part of a Github organization, and you are not an owner of that organization, then you may not have sufficient permission to install the Gatsby Cloud app to Github.
2. When you try to import your repository to Gatsby Cloud, we send an email to the owner(s) of that organization to authorize Gatsby Cloud. Once they authorize via the link in that email, then you will be able to import your repository into Gatsby Cloud.
2. When you try to import your repository to Gatsby Cloud, an email is sent to the owner(s) of that organization to authorize Gatsby Cloud. Once they authorize via the link in that email, then you will be able to import your repository into Gatsby Cloud.
2 changes: 1 addition & 1 deletion docs/docs/how-to/cloud/create-site-from-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are two workflows for adding a new Gatsby Cloud site:
1. Cloning a Starter from Gatsby's [Starter Library](https://www.gatsbyjs.com/starters/).
2. Importing from a Git Repository.

In this lesson, we'll use the "Clone a Starter" flow. Note, cloning of starters is only supported for GitHub. If you use GitLab or BitBucket, you'll have to follow the [Create a Site from a Repository](/docs/how-to/cloud/create-site-from-repository/) guide instead.
This guide covers the "Clone a Starter" flow. Note, cloning of starters is only supported for GitHub. If you use GitLab or BitBucket, you'll have to follow the [Create a Site from a Repository](/docs/how-to/cloud/create-site-from-repository/) guide instead.

### 1. Choose your starter template

Expand Down
23 changes: 0 additions & 23 deletions docs/docs/how-to/cloud/remove-netlify-trailing-slash.md

This file was deleted.