Skip to content

Commit a3b55d6

Browse files
authored
chore(docs): Update unified hosting and slice api docs for cloud (#37265)
1 parent caa252d commit a3b55d6

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

docs/docs/how-to/cloud/slices-optimization.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ description: "Learn how to optimize your Slices on Gatsby Cloud"
77

88
## Cloud Optimizations
99

10-
When using Slices, Gatsby Cloud can optimize your builds even further. You can take advantage of these optimzations by enabling the checkbox in your Build Features settings.
11-
12-
![Slices API toggle in Gatsby Cloud](../../images/slices-api-optimization.png)
10+
When using Slices, Gatsby Cloud can optimize your builds even further. These optimizations are enabled by default for all Enterprise tier sites.
1311

1412
By knowing which pieces of your site to build and host, Gatsby Cloud can increase build times on Slice changes by up to 90%.
15-
16-
These optimizations for Slices requires [Unified Hosting](/docs/how-to/cloud/unified-hosting).

docs/docs/how-to/cloud/unified-hosting.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Unified Hosting"
33
description: "Learn about Unified Hosting and the benefits of it in Gatsby Cloud"
44
---
55

6-
Unified Hosting (as signalled by a `gatsbyjs.io` domain) is enabled by default on production builds. Starting November 17, 2022, Unified Hosting will be enabled for all builds in a gradual rollout, and will be finished on November 24, 2022.
6+
Unified Hosting (as signalled by a `gatsbyjs.io` domain) is enabled by default for all builds.
77

88
## Benefits
99

@@ -20,19 +20,19 @@ Unified Hosting on Gatsby Cloud provides several benefits to your site:
2020

2121
### What is the reason?
2222

23-
Unified Hosting is the current infrastructure for Production builds. This brings all of the [benefits](#benefits) above to all builds (including Pull Request and Preview builds). Gatsby is "unifying" all infrastructure to this faster, more modern architecture.
23+
Unified Hosting was the current infrastructure for only Production builds. Now, this brings all of the [benefits](#benefits) above to all builds (including Pull Request and Preview builds). Gatsby has "unified" all infrastructure to this faster, more modern architecture.
2424

2525
### What is the impact?
2626

27-
The major change that will occur when Unified Hosting is deployed is a difference in individual build URLs. Previously, these builds were deployed to a `gtsb.io` domain. After this rollout, all builds will be deployed to a `gatsbyjs.io` domain.
27+
The major change that you will see now is a difference in individual build URLs. Previously, these builds were deployed to a `gtsb.io` domain. Today, all builds will be deployed to a `gatsbyjs.io` domain.
2828

2929
### Will old `gtsb.io` URLs continue to work?
3030

31-
Yes, any builds deployed before this rollout will continue to work on the `gtsb.io` domain.
31+
Yes, any builds deployed before Unified Hosting's rollout will continue to work on the `gtsb.io` domain.
3232

33-
### What will new URLs look like?
33+
### What do the new URLs look like?
3434

35-
The new URLs will be the same format, but hosted on a subdomain of `gatsbyjs.io` (as opposed to `gtsb.io`).
35+
All new URLs will be the same format, but hosted on a subdomain of `gatsbyjs.io` (as opposed to `gtsb.io`).
3636

3737
| | Old | New |
3838
| ------------ | ------------------------------ | ---------------------------------- |
@@ -43,7 +43,3 @@ The new URLs will be the same format, but hosted on a subdomain of `gatsbyjs.io`
4343
### Are URLs deterministic?
4444

4545
URLs are deterministic besides the UUID generated for a given build. For example, the glob pattern for a Pull Request build would be `build-*.gatsbyjs.io`.
46-
47-
### When will Unified Hosting be live on my site?
48-
49-
Unified Hosting will begin rolling out for all builds on November 17, 2022. Sites on a Free plan will receive unified hosting first, followed by Professional, and then Enterprise. All sites are anticipated to have Unified Hosting on November 24, 2022.
-72.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)