From bfd168689c8fc2a1e2cf4fac7de32fd17bfd1e68 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 13 Jan 2022 10:34:05 +0100 Subject: [PATCH] docs(chore): sort the sdk list the same as the sidebar list. --- website/docs/sdks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index 128a42ae5b..0b19dd55e8 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -14,7 +14,6 @@ Unleash provides official client SDKs for a number of programming language. Addi Server-side clients run on your server and communicate directly with your Unleash instance. We provide these official clients: -- [.Net SDK](/sdks/dot_net_sdk) - [Go SDK](/sdks/go_sdk) - [Java SDK](/sdks/java_sdk) - [Node.js SDK](/sdks/node_sdk) @@ -22,6 +21,7 @@ Server-side clients run on your server and communicate directly with your Unleas - [Python SDK](/sdks/python_sdk) - [Ruby SDK](/sdks/ruby_sdk) - [Rust SDK](https://github.com/unleash/unleash-client-rust) +- [.NET SDK](/sdks/dot_net_sdk) ### Front-end SDKs