Skip to content

Commit 464cd04

Browse files
davelesterDave Lester
andauthored
Updates copy on Cloud Services page. (#1006)
Co-authored-by: Dave Lester <davelester@Daves-MacBook-Pro-2.local>
1 parent c067f60 commit 464cd04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
headline: Build & publish containers natively
2-
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.
2+
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. <br /><br /> Swift Container Plugin allows you to build and publish container images for your Swift services in one streamlined workflow with Swift Package Manager.
33
link:
44
href: 'https://github.com/apple/swift-container-plugin'
55
copy: Swift Container Plugin

_data/new-data/get-started/cloud-services/hero.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ boxes:
77
- title: Performant
88
text: With incredible memory efficiency, Swift operates without a garbage collector, running with predictable speed while using fewer resources.
99
- title: Lightweight
10-
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.
11-
- title: Scales
10+
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.
11+
- title: Scalable
1212
text: Powering internet-scale cloud services that handle billions of requests a day, Swift is capable of running large production workloads.

_data/new-data/get-started/cloud-services/image-text-column.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
src: /assets/images/get-started/swift-performance-graph@2x.png
33
alt:
44
copy:
5-
headline: Low memory footprint with massive performance
5+
headline: Low memory footprint. Massive performance.
66
paragraphs:
77
- 'Cultured Code migrated the services that support Things to Swift and saw a massive reduction in both cost and response time.'
88
- 'By leveraging Swift’s built-in features and server-oriented packages, they were able to thoroughly test and rapidly improve their customer experience.'

0 commit comments

Comments
 (0)