Skip to content

Commit f0674cc

Browse files
Make thumbnail-url values null with a TBD comment
1 parent 687be3e commit f0674cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_data/go_further.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
description: "Swift has concurrency features built into the language making it easier to write concurrent code with the assistance of the compiler. This video introduces the async/await mechanism, a key part of Swift Concurrency."
33
content-type: video
44
content-url: https://developer.apple.com/videos/play/wwdc2021/10132/
5-
thumbnail-url: TBD
5+
thumbnail-url: #TBD
66
release-date: 2021-06-08
77
- title: "Go Further: Swift Generics"
88
description: "In Swift, generics are a fundamental way to write abstract code. This video walks through the basics of Swift Generics and introducing generics into your code."
99
content-type: video
1010
content-url: https://developer.apple.com/videos/play/wwdc2021/10132/
11-
thumbnail-url: TBD
11+
thumbnail-url: #TBD
1212
release-date: 2021-06-09
1313
- title: "Go Further: Regular Expressions"
1414
description: "Swift provides first-class regular expression support, commonly known as regex, for effective string processing. This video gives an overview of the power and flexibility of Swift Regex."
1515
content-type: video
1616
content-url: https://developer.apple.com/videos/play/wwdc2022/110357/
17-
thumbnail-url: TBD
17+
thumbnail-url: #TBD
1818
release-date: 2022-06-07
1919
- title: "Go Further: Swift Strings Under The Hood"
2020
description: "Swift strings provide a fast, Unicode-compliant way to work with text. In most cases"
2121
content-type: article
2222
content-url: https://www.swift.org/blog/utf8-string/
23-
thumbnail-url: TBD
23+
thumbnail-url: #TBD
2424
release-date: 2019-03-20

0 commit comments

Comments
 (0)