From b1d16e9b7fc315304d99841ffb270a91b59d0051 Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Tue, 1 Aug 2023 15:53:49 +0100 Subject: [PATCH 1/9] Add consistent download section to start and end of each guide --- getting-started/cli-swiftpm/index.md | 4 +++- getting-started/library-swiftpm/index.md | 4 +++- getting-started/swiftui/index.md | 4 +++- getting-started/vapor-web-server/index.md | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/getting-started/cli-swiftpm/index.md b/getting-started/cli-swiftpm/index.md index 0c48e6e74..f1777da29 100644 --- a/getting-started/cli-swiftpm/index.md +++ b/getting-started/cli-swiftpm/index.md @@ -3,6 +3,8 @@ layout: page title: Build a Command-line Tool --- +> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) + {% include getting-started/_installing.md %} ## Bootstrapping @@ -227,4 +229,4 @@ _ _ _ _ _ _ _ --- -Find the source code for this guide at [https://github.com/apple/swift-getting-started-cli](https://github.com/apple/swift-getting-started-cli) +> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) diff --git a/getting-started/library-swiftpm/index.md b/getting-started/library-swiftpm/index.md index 93e7a81e9..4c7b63beb 100644 --- a/getting-started/library-swiftpm/index.md +++ b/getting-started/library-swiftpm/index.md @@ -3,6 +3,8 @@ layout: page title: Build a library --- +> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) + {% include getting-started/_installing.md %} ## Bootstrapping @@ -121,4 +123,4 @@ Test Suite 'All tests' passed at 2023-01-03 16:22:45.076. --- -Find the source code for this guide at [https://github.com/apple/swift-getting-started-package-library](https://github.com/apple/swift-getting-started-package-library) +> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) diff --git a/getting-started/swiftui/index.md b/getting-started/swiftui/index.md index 5c50b9ce7..bac1c6175 100644 --- a/getting-started/swiftui/index.md +++ b/getting-started/swiftui/index.md @@ -3,6 +3,8 @@ layout: page title: Build an iOS app with SwiftUI --- +> The source bode for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) + In this tutorial you’re going to use Swift and SwiftUI to build a small app to recommend fun new activities to users. Along the way you’ll meet several of the basic components of a SwiftUI app, including text, images, buttons, shapes, stacks, and program state. To get started, you’ll need to [download Xcode from the Mac App Store](https://apps.apple.com/app/xcode/id497799835?mt=12). It’s free, and comes with Swift and all the other tools you need to follow this tutorial. @@ -408,4 +410,4 @@ We’ve covered a lot of SwiftUI basics in this tutorial, including text, images If you’d like to continue learning SwiftUI, there are lots of free resources available. For example, [Apple publishes a wide variety of tutorials](https://developer.apple.com/tutorials/swiftui) covering essential topics, drawing and animation, app design, and more. We’ll also post links here on Swift.org to some other popular tutorials – we’re a big and welcoming community, and we’re glad to have you join! -The code for this tutorial can be found [here](https://github.com/0xTim/swift-org-swiftui-tutorial). +> The source bode for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) \ No newline at end of file diff --git a/getting-started/vapor-web-server/index.md b/getting-started/vapor-web-server/index.md index 35f409ded..00c4b67d8 100644 --- a/getting-started/vapor-web-server/index.md +++ b/getting-started/vapor-web-server/index.md @@ -3,6 +3,8 @@ layout: page title: Build a Web Service with Vapor --- +> The source bode for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) + {% include getting-started/_installing.md %} ## Choosing a web framework @@ -157,4 +159,4 @@ $ curl http://localhost:8080/user-info -X POST -d '{"name": "Tim", "age": 99}' - Congratulations! You've built your first web server in Swift! -Find the source code for this guide at [https://github.com/vapor/swift-getting-started-web-server](https://github.com/vapor/swift-getting-started-web-server) +> The source bode for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) \ No newline at end of file From e7577524a57f1339f6423c9ae07500705413b5e8 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:49:23 +0100 Subject: [PATCH 2/9] Update getting-started/cli-swiftpm/index.md --- getting-started/cli-swiftpm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/cli-swiftpm/index.md b/getting-started/cli-swiftpm/index.md index f1777da29..b214a7c19 100644 --- a/getting-started/cli-swiftpm/index.md +++ b/getting-started/cli-swiftpm/index.md @@ -3,7 +3,7 @@ layout: page title: Build a Command-line Tool --- -> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) {% include getting-started/_installing.md %} From 98e256f92d094f4ebb92f4df61741a15e587c898 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:49:30 +0100 Subject: [PATCH 3/9] Update getting-started/cli-swiftpm/index.md --- getting-started/cli-swiftpm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/cli-swiftpm/index.md b/getting-started/cli-swiftpm/index.md index b214a7c19..da178cb64 100644 --- a/getting-started/cli-swiftpm/index.md +++ b/getting-started/cli-swiftpm/index.md @@ -229,4 +229,4 @@ _ _ _ _ _ _ _ --- -> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-cli) From d5dd9f26b251a89c9a11fb70c6e2145f737ecee2 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:49:38 +0100 Subject: [PATCH 4/9] Update getting-started/library-swiftpm/index.md --- getting-started/library-swiftpm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/library-swiftpm/index.md b/getting-started/library-swiftpm/index.md index 4c7b63beb..6575e340e 100644 --- a/getting-started/library-swiftpm/index.md +++ b/getting-started/library-swiftpm/index.md @@ -123,4 +123,4 @@ Test Suite 'All tests' passed at 2023-01-03 16:22:45.076. --- -> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) From ae39521944a3cb75e3da4f031ca51def72dc3861 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:49:45 +0100 Subject: [PATCH 5/9] Update getting-started/swiftui/index.md --- getting-started/swiftui/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/swiftui/index.md b/getting-started/swiftui/index.md index bac1c6175..873c46d71 100644 --- a/getting-started/swiftui/index.md +++ b/getting-started/swiftui/index.md @@ -3,7 +3,7 @@ layout: page title: Build an iOS app with SwiftUI --- -> The source bode for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) +> The source code for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) In this tutorial you’re going to use Swift and SwiftUI to build a small app to recommend fun new activities to users. Along the way you’ll meet several of the basic components of a SwiftUI app, including text, images, buttons, shapes, stacks, and program state. From f0b5cac1fa0efea6e175d7303d8fa74e8929be01 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:49:53 +0100 Subject: [PATCH 6/9] Update getting-started/vapor-web-server/index.md --- getting-started/vapor-web-server/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/vapor-web-server/index.md b/getting-started/vapor-web-server/index.md index 00c4b67d8..a2bc10bcf 100644 --- a/getting-started/vapor-web-server/index.md +++ b/getting-started/vapor-web-server/index.md @@ -3,7 +3,7 @@ layout: page title: Build a Web Service with Vapor --- -> The source bode for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) +> The source code for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) {% include getting-started/_installing.md %} From c88948237488509cdfaaee69922e6d9fc1419fa5 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:49:58 +0100 Subject: [PATCH 7/9] Update getting-started/vapor-web-server/index.md --- getting-started/vapor-web-server/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/vapor-web-server/index.md b/getting-started/vapor-web-server/index.md index a2bc10bcf..d37a52e22 100644 --- a/getting-started/vapor-web-server/index.md +++ b/getting-started/vapor-web-server/index.md @@ -159,4 +159,4 @@ $ curl http://localhost:8080/user-info -X POST -d '{"name": "Tim", "age": 99}' - Congratulations! You've built your first web server in Swift! -> The source bode for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) \ No newline at end of file +> The source code for this guide can be found [on GitHub](https://github.com/vapor/swift-getting-started-web-server) \ No newline at end of file From 5ba1970b6635aedbef91e34cb4d096dac2c4025f Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:50:07 +0100 Subject: [PATCH 8/9] Update getting-started/swiftui/index.md --- getting-started/swiftui/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/swiftui/index.md b/getting-started/swiftui/index.md index 873c46d71..6987fbfc2 100644 --- a/getting-started/swiftui/index.md +++ b/getting-started/swiftui/index.md @@ -410,4 +410,4 @@ We’ve covered a lot of SwiftUI basics in this tutorial, including text, images If you’d like to continue learning SwiftUI, there are lots of free resources available. For example, [Apple publishes a wide variety of tutorials](https://developer.apple.com/tutorials/swiftui) covering essential topics, drawing and animation, app design, and more. We’ll also post links here on Swift.org to some other popular tutorials – we’re a big and welcoming community, and we’re glad to have you join! -> The source bode for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) \ No newline at end of file +> The source code for this guide can be found [on GitHub](https://github.com/0xTim/swift-org-swiftui-tutorial) \ No newline at end of file From 94668b186f4d8fedf913b5d2caa18a0cb884be47 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:50:17 +0100 Subject: [PATCH 9/9] Update getting-started/library-swiftpm/index.md --- getting-started/library-swiftpm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/library-swiftpm/index.md b/getting-started/library-swiftpm/index.md index 6575e340e..9fbcc12be 100644 --- a/getting-started/library-swiftpm/index.md +++ b/getting-started/library-swiftpm/index.md @@ -3,7 +3,7 @@ layout: page title: Build a library --- -> The source bode for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) +> The source code for this guide can be found [on GitHub](https://github.com/apple/swift-getting-started-package-library) {% include getting-started/_installing.md %}