Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/go_further.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
- title: "Swift Strings Under The Hood"
description: "Swift strings provide a fast, Unicode-compliant way to work with text. This article provides more detail on how strings are implemented in Swift using UTF-8 and the reasons behind that choice."
content_type: article
content_url: https://www.swift.org/blog/utf8-string/
content_url: /blog/utf8-string/
thumbnail_url: #TBD
release_date: 2019-03-20
3 changes: 3 additions & 0 deletions getting-started/_documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Documentation

You can find references and guidelines related to the Swift project in the [documentation](/documentation/), including [TSPL translations](/documentation/#translations) and the [API Design Guidelines](/documentation/api-design-guidelines/).
2 changes: 1 addition & 1 deletion getting-started/_use-cases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Using Swift

If you want to get started with a language reference, [The Swift Programming Language](https://docs.swift.org/swift-book/) book is the best resource. However, if you'd prefer to get straight into writing some code, here are some examples of the many use cases of Swift.
If you want to get started with a language reference, [The Swift Programming Language (TSPL)](https://docs.swift.org/swift-book/) book is the best resource. However, if you'd prefer to get straight into writing some code, here are some examples of the many use cases of Swift.

<ul class="use-case-list">

Expand Down
1 change: 1 addition & 0 deletions getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ title: Getting Started

{% include getting-started/_installing.md %}
{% include_relative _use-cases.md %}
{% include_relative _documentation.md %}
{% include_relative _go-further.md %}