diff --git a/docs/features/gatsby-specs.csv b/docs/features/gatsby-specs.csv index 2c889950ff042..974fc3318f7c3 100644 --- a/docs/features/gatsby-specs.csv +++ b/docs/features/gatsby-specs.csv @@ -2,11 +2,11 @@ Category,Subcategory,Feature,Gatsby,Jekyll,Wordpress,Squarespace,Description Performance,Faster content delivery,Static content,3,3,1,2,"Can you build your site as 'static' files which can be deployed without a server, cached on CDN distributed throughout the globe? " ,,CDN,2,2,2,3,"" @@ -16,7 +16,7 @@ Performance,Faster content delivery,Static content,3,3,1,2,"Can you build your s
  • Gatsby, Jekyll, and Wordpress all support this through plugins and starter kits.
  • Squarespace supports this. " -,Progressive Web,Offline access,3,2,2,0,"Offline access via service workers is one of the core principles of Progressive Web Apps, since many users -- especially in developing countries -- will be accessing your site over spotty connections. +,Progressive Web,Offline access,3,2,2,0,"Offline access via service workers is one of the core principles of Progressive Web Apps, since many users -- especially in developing countries -- will be accessing your site over spotty connections. Gatsby supports this out of the box; adoption is possible with Jekyll and Wordpress. Squarespace doesn't currently support any offline access." ,,Prefetch linked pages,3,1,1,0,"

    Gatsby supports content pre-fetching, out of the box. This means that when a page loads, the content needed to load the next link you click will be loaded in the background while you browse the page.