Skip to content

Commit 03abe03

Browse files
Add Editors link
1 parent 1fae20b commit 03abe03

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

_data/new-data/install/linux/releases.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ latest-release:
22
swiftly:
33
pre-code-text: |
44
The Swiftly installer manages Swift and its dependencies. It supports switching between different versions and downloading updates.
5-
headline: Swiftly (recommended)
5+
headline: Swiftly
66
tabs:
77
- label: Bash
88
code: |-
@@ -18,6 +18,8 @@ latest-release:
1818
copy: 'PGP: Signature'
1919
- href: 'https://www.swift.org/install/linux/swiftly'
2020
copy: 'Instructions'
21+
- href: "https://www.swift.org/tools/#editors"
22+
copy: "Editors"
2123
container:
2224
pre-code-text: |-
2325
If you prefer a containerized environment, you can download the official container images for compiling and running Swift on a variety of distributions.

_data/new-data/install/macos/releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ latest-release:
1616
copy: 'License: Apache-2.0'
1717
- href: 'https://www.swift.org/install/macos/swiftly'
1818
copy: 'Instructions'
19+
- href: "https://www.swift.org/tools/#editors"
20+
copy: "Editors"
1921
xcode:
2022
pre-code-text: To develop with Swift for Apple platforms, download the latest version of Xcode, which is regularly refreshed with the latest Swift toolchain.
2123
headline: Xcode

_data/new-data/install/windows/releases.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ latest-release:
22
winget:
33
pre-code-text: |
44
Install Swift via the Windows Package Manager (also known as WinGet).
5-
headline: WinGet (recommended)
5+
headline: WinGet
66
after-code-text: |
77
First, install Windows platform dependencies:
88
<pre><code>winget install --id Microsoft.VisualStudio.2022.Community --exact --force
@@ -16,6 +16,8 @@ latest-release:
1616
links:
1717
- href: "/install/windows/winget/"
1818
copy: "Instructions"
19+
- href: "https://www.swift.org/tools/#editors"
20+
copy: "Editors"
1921
manual:
2022
pre-code-text: |
2123
Download the Swift installer (.exe).

0 commit comments

Comments
 (0)