Skip to content

Commit

Permalink
chore: add swift client links and new changelog page (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps authored Oct 31, 2024
1 parent 441358a commit ecec435
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelog/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Product Updates"
description: Recent updates to Flipt, including new SDKs and other improvements.
mode: "wide"
---

<Update label="October 2024">

## Swift Client-Side SDK

Just released the Swift SDK client for client-side flag evaluation.

See the [Integration docs](/integration/client) for more information.

## C# Client-Side SDK

Just released the C# SDK client for client-side flag evaluation.

See the [Integration docs](/integration/client) for more information.

</Update>
8 changes: 8 additions & 0 deletions integration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ Flipt provides a number of client-side SDKs to help you integrate with Flipt in
>
Evaluate flags client-side in your C# applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-swift"
title="Swift"
icon="swift"
color="#ffac45"
>
Evaluate flags client-side in your Swift applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-client-sdks/issues/new?assignees=&labels=new-language&projects=&template=new_language.yml"
title="Request a Client"
Expand Down
9 changes: 8 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
{
"name": "API Reference",
"url": "reference"
},
{
"name": "Changelog",
"url": "changelog"
}
],
"primaryTab": {
Expand Down Expand Up @@ -84,6 +88,10 @@
"group": "Overview",
"pages": ["introduction", "concepts"]
},
{
"group": "Changelog",
"pages": ["changelog/overview"]
},
{
"group": "Use Cases",
"pages": [
Expand Down Expand Up @@ -234,7 +242,6 @@
"group": "Tooling",
"pages": ["tooling/github-actions"]
},

{
"group": "Overview",
"pages": [
Expand Down

0 comments on commit ecec435

Please sign in to comment.