Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 0 additions & 1 deletion _data/new-data/install/linux/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ latest-release:
swiftly:
pre-code-text: |
The Swiftly installer manages Swift and its dependencies. It supports switching between different versions and downloading updates.
headline: 1. Install Swift via Swiftly
tabs:
- label: Bash
code: |-
Expand Down
1 change: 0 additions & 1 deletion _data/new-data/install/macos/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ latest-release:
swiftly:
pre-code-text: |
To download toolchains from Swift.org, use the Swiftly toolchain installer. Swift.org toolchains support Static Linux SDK, include experimental features like Embedded Swift and support for WebAssembly.
headline: 1. Install Swift via Swiftly
tabs:
- label: Bash
code: |
Expand Down
1 change: 0 additions & 1 deletion _data/new-data/install/windows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ latest-release:
winget:
pre-code-text: |
Install Swift via the Windows Package Manager (also known as WinGet).
headline: 1. Install Swift via WinGet
after-code-text: |
First, install Windows platform dependencies:
<pre><code>winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Tools.ARM64"</code></pre>
Expand Down
2 changes: 2 additions & 0 deletions assets/stylesheets/new-stylesheets/pages/_install.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
margin: 0 auto;
box-sizing: border-box;
border-radius: 22px;
position: relative;
z-index: 2;

@media only screen and (max-width: 1024px) {
padding: 20px;
Expand Down
1 change: 1 addition & 0 deletions install/linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: Install Swift - Linux
---

<div class="content">
<h3 id="swiftly" class="header-with-anchor">1. Install Swift via Swiftly</h3>
<div class="release-box section">
<div class="content">
{% include new-includes/components/code-box.html with-tabs = true content = site.data.new-data.install.linux.releases.latest-release.swiftly %}
Expand Down
1 change: 1 addition & 0 deletions install/macos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ title: Install Swift - macOS


<div class="content">
<h3 id="swiftly" class="header-with-anchor">1. Install Swift via Swiftly</h3>
<div class="release-box section">
<div class="content">
{% include new-includes/components/code-box.html with-tabs = true content = site.data.new-data.install.macos.releases.latest-release.swiftly%}
Expand Down
1 change: 1 addition & 0 deletions install/windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ title: Install Swift - Windows
{% assign platform = site.data.builds.swift_releases.last.platforms | where: 'name', 'Windows 10' | first %}

<div class="content">
<h3 id="winget" class="header-with-anchor">1. Install Swift via WinGet</h3>
<div class="release-box section">
<div class="content">
{% include new-includes/components/code-box.html content = site.data.new-data.install.windows.releases.latest-release.winget %}
Expand Down