From 616901c43a5fffdd65ba691cf7315b90f7237007 Mon Sep 17 00:00:00 2001 From: Dave Lester Date: Thu, 29 May 2025 18:58:47 -0700 Subject: [PATCH] Updates copy on Cloud Services page. --- .../new-data/get-started/cloud-services/headline-section.yml | 2 +- _data/new-data/get-started/cloud-services/hero.yml | 4 ++-- .../new-data/get-started/cloud-services/image-text-column.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/new-data/get-started/cloud-services/headline-section.yml b/_data/new-data/get-started/cloud-services/headline-section.yml index 17894bd60..917ee09ae 100644 --- a/_data/new-data/get-started/cloud-services/headline-section.yml +++ b/_data/new-data/get-started/cloud-services/headline-section.yml @@ -1,5 +1,5 @@ headline: Build & publish containers natively -body: Container images are the standard way to package cloud software today. Once you've packaged your server in a container image, you can deploy it on any container-based public or private cloud service, or run it locally using a desktop container runtime. Swift Container Plugin allows you to build and publish container images for your Swift services in one streamlined workflow with Swift Package Manager. +body: Container images are the standard way to package cloud software today. Once you've packaged your server in a container image, you can deploy it on any container-based public or private cloud service, or run it locally using a desktop container runtime.

Swift Container Plugin allows you to build and publish container images for your Swift services in one streamlined workflow with Swift Package Manager. link: href: 'https://github.com/apple/swift-container-plugin' copy: Swift Container Plugin \ No newline at end of file diff --git a/_data/new-data/get-started/cloud-services/hero.yml b/_data/new-data/get-started/cloud-services/hero.yml index a623120f2..ac72d24f3 100644 --- a/_data/new-data/get-started/cloud-services/hero.yml +++ b/_data/new-data/get-started/cloud-services/hero.yml @@ -7,6 +7,6 @@ boxes: - title: Performant text: With incredible memory efficiency, Swift operates without a garbage collector, running with predictable speed while using fewer resources. - title: Lightweight - text: Swift has minimal warm-up operations, making it an ideal fit for running cloud services, which are often rescheduled onto virtual machines or containers. - - title: Scales + text: Swift has minimal warm-up operations, making it an ideal fit for running cloud services, which are often rescheduled onto virtual machines and containers. + - title: Scalable text: Powering internet-scale cloud services that handle billions of requests a day, Swift is capable of running large production workloads. \ No newline at end of file diff --git a/_data/new-data/get-started/cloud-services/image-text-column.yml b/_data/new-data/get-started/cloud-services/image-text-column.yml index 5e457f8e8..a6c1eced9 100644 --- a/_data/new-data/get-started/cloud-services/image-text-column.yml +++ b/_data/new-data/get-started/cloud-services/image-text-column.yml @@ -2,7 +2,7 @@ image: src: /assets/images/get-started/swift-performance-graph@2x.png alt: copy: - headline: Low memory footprint with massive performance + headline: Low memory footprint. Massive performance. paragraphs: - 'Cultured Code migrated the services that support Things to Swift and saw a massive reduction in both cost and response time.' - 'By leveraging Swift’s built-in features and server-oriented packages, they were able to thoroughly test and rapidly improve their customer experience.'