Skip to content

Commit a47fb8c

Browse files
committed
Sync open source content 🐝 (from d0f86f67d44ba3cbc871d347d3ae1f0e3f8cef24)
1 parent 46e8d20 commit a47fb8c

File tree

7 files changed

+1
-227
lines changed

7 files changed

+1
-227
lines changed

docs/customize/authentication/custom-security-schemes.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Custom Security Schemes define a JSON Schema for SDK security options. Combined
2626
csharp: "🏗️",
2727
java: "",
2828
php: "🏗️",
29-
swift: "🏗️",
3029
ruby: "🏗️"
3130
}
3231
]}
@@ -37,7 +36,6 @@ Custom Security Schemes define a JSON Schema for SDK security options. Combined
3736
{ key: "csharp", header: "C#" },
3837
{ key: "java", header: "Java" },
3938
{ key: "php", header: "PHP" },
40-
{ key: "swift", header: "Swift" },
4139
{ key: "ruby", header: "Ruby" }
4240
]}
4341
/>

docs/customize/authentication/oauth.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ generation:
7474
{ language: "C#", support: "✅" },
7575
{ language: "Java", support: "✅" },
7676
{ language: "PHP", support: "✅" },
77-
{ language: "Swift", support: "🏗️" },
7877
{ language: "Ruby", support: "🏗️" },
7978
]}
8079
columns={[
@@ -113,7 +112,6 @@ client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET&grant_type=client_cred
113112
{ language: "C#", support: "🏗️" },
114113
{ language: "Java", support: "✅" },
115114
{ language: "PHP", support: "🏗️" },
116-
{ language: "Swift", support: "🏗️" },
117115
{ language: "Ruby", support: "🏗️" },
118116
]}
119117
columns={[

docs/customize/authentication/security-callbacks.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Instead of providing credentials once during SDK instantiation, pass a custom au
2020
{ language: "C#", status: "" },
2121
{ language: "Java", status: "" },
2222
{ language: "PHP", status: "" },
23-
{ language: "Swift", status: "🏗️" },
2423
{ language: "Ruby", status: "" }
2524
]}
2625
columns={[

docs/languages/swift/methodology-swift.mdx

Lines changed: 0 additions & 137 deletions
This file was deleted.

docs/speakeasy-reference/generation/ci-cd-pipeline.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,6 @@ The workflow provides outputs that indicate which SDKs were regenerated and can
278278
name: "ruby_directory",
279279
description: "Directory where the Ruby SDK was generated.",
280280
},
281-
{
282-
name: "swift_regenerated",
283-
description: "Indicates if the Swift SDK was regenerated.",
284-
},
285-
{
286-
name: "swift_directory",
287-
description: "Directory where the Swift SDK was generated.",
288-
},
289281
{
290282
name: "terraform_regenerated",
291283
description: "Indicates if the Terraform SDK was regenerated.",

docs/speakeasy-reference/generation/swift-config.mdx

Lines changed: 0 additions & 76 deletions
This file was deleted.

openapi/frameworks/goa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ sudo chown -R $(id -u):$(id -g) .
406406
407407
<Callout title="SDK Languages" type="info">
408408
While you're using only TypeScript in this tutorial, Speakeasy supports [C#,
409-
Go, Java, PHP, Python, Ruby, Swift, and
409+
Go, Java, PHP, Python, Ruby, and
410410
TypeScript](/docs/create-client-sdks#language-support).
411411
</Callout>
412412

0 commit comments

Comments
 (0)