-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore)Update Incremental Builds blog post with list (#23981)
* Update steps with ordered list * Update docs/blog/2020-04-22-announcing-incremental-builds/index.md Co-authored-by: Matt Kane <[email protected]> * Update docs/blog/2020-04-22-announcing-incremental-builds/index.md Co-authored-by: Matt Kane <[email protected]> * Update link and SEO title * chore: format Co-authored-by: Matt Kane <[email protected]> Co-authored-by: gatsbybot <[email protected]>
- Loading branch information
1 parent
e8b6eea
commit 9bd54be
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
title: "From Static to Real-time: Introducing Incremental Builds in Gatsby Cloud" | ||
date: 2020-04-22 | ||
author: Kyle Mathews | ||
seoTitle: "What is Gatsby Incremental Builds?" | ||
excerpt: "This is how the web should work. Whatever can be built ahead of time should be built ahead of time. When content changes, only relevant pages should be rebuilt. Introducing Incremental Builds on Gatsby Cloud: an evolutionary leap forward to a seamless, fast experience for the developers, content editors and end users of any website—even if that site has millions of pages." | ||
tags: | ||
- gatsby-cloud | ||
|
@@ -83,10 +84,14 @@ Now, with no extra work for developers and content authors, changes can be appli | |
|
||
People have been asking us for incremental builds all along—it just makes sense: “When I change one thing, I only want that part rebuilt and not the whole thing, and I want it to happen immediately.” And now we can finally just be like, “Yeah, that's exactly what we're doing.” | ||
|
||
## Get started with Incremental Builds | ||
## How to enable Gatsby's Incremental Builds | ||
|
||
Incremental Builds is now available in public beta on [Gatsby Cloud](http://gatsbyjs.com). All Gatsby Cloud users get a free 14 day trial, with full availability on all Professional, Business, and Enterprise plans. Incremental Builds works with Gatsby 2.20.4 and higher. | ||
1. Head to [Gatsby Cloud](https://gatsbyjs.com/) to try Incremental Builds immediately. | ||
|
||
We’re currently fully supporting incremental Builds for our first-class integrations with Gatsby Cloud, including Contentful, Sanity, DatoCMS and Cosmic. WordPress and Drupal support are in alpha. If you’re interested in building a first-class integration with Gatsby Cloud for Incremental Builds, please reach out to [email protected]. | ||
2. Incremental Builds is now available in public beta. So all Gatsby Cloud users get a free 14 day trial, with full availability on all Professional, Business, and Enterprise plans. | ||
|
||
_Head to Gatsby Cloud (https://gatsbyjs.com/cloud/) to try Incremental Builds today! You can also join Dustin Schau, Gatsby's Head of Product, for a webinar on May 7th for a demonstration of how build times just got **seriously** faster. Visit http://gatsbyjs.com/incrbuilds-webinar to register._ | ||
3. If you have an existing Gatsby site, you may need to upgrade. Incremental Builds works with Gatsby 2.20.4 and higher. | ||
|
||
4. To experience the fastest build times, update your site with content from Gatsby Cloud's first-class CMS integrations. These include Contentful, Sanity, DatoCMS and Cosmic. WordPress and Drupal support are in alpha. | ||
|
||
If you’re interested in building a first-class integration with Gatsby Cloud for Incremental Builds, please reach out to [email protected]. |