From a9dfac9c38be94e0d00d3964cbd039481bc69bd1 Mon Sep 17 00:00:00 2001
From: Mark Phelps <209477+markphelps@users.noreply.github.com>
Date: Tue, 14 Nov 2023 15:04:07 -0500
Subject: [PATCH] chore: reorder overview section
---
reference/overview.mdx | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/reference/overview.mdx b/reference/overview.mdx
index 9f68cc8..556d1d6 100644
--- a/reference/overview.mdx
+++ b/reference/overview.mdx
@@ -12,20 +12,7 @@ The latest version of the REST API is fully documented using the [OpenAPI v3 spe
## SDKs
-We're adding new SDKs all the time. To see the latest list of SDKs, head to the [REST SDKs](/integration/rest) documentation
-
-## Authentication
-
-
-Flipt authentication is **disabled** (not required) by default.
-
-Head to the [Configuration: Authentication](/configuration#authentication) section to enable it.
-
-
-
-Once enabled, the Flipt REST API uses tokens for authentication. The token is passed in the `Authorization` header of the request as a `Bearer` token.
-
-For more information on how to create a token, see the [Authentication](/authentication) documentation.
+We're adding new SDKs all the time. To see the current list of official REST SDKs, head to the [REST SDKs](/integration/rest) documentation
## Backward Compatibility
@@ -50,3 +37,16 @@ Version [v1.20.0](https://github.com/flipt-io/flipt/releases/tag/v1.20.0) of Fli
All previous endpoints without the `/namespaces` prefix still work as before (i.e.: `/api/v1/flags`), they simply resolve to using the **default** namespace.
See the [Concepts: Namespaces](/concepts#namespaces) section for more information.
+
+## Authentication
+
+
+Flipt authentication is **disabled** (not required) by default.
+
+Head to the [Configuration: Authentication](/configuration#authentication) section to enable it.
+
+
+
+Once enabled, the Flipt REST API uses tokens for authentication. The token is passed in the `Authorization` header of the request as a `Bearer` token.
+
+For more information on how to create a token, see the [Authentication](/authentication) documentation.
\ No newline at end of file