From 9904d2c0e5520e55d8fe9118d5a8e206ce482049 Mon Sep 17 00:00:00 2001 From: aviau Date: Sun, 27 Oct 2024 20:30:27 -0400 Subject: [PATCH] create changelog page --- docs/changelog/overview.mdx | 26 ++++++++++++++++++++++++++ docs/mint.json | 10 ++++++++++ 2 files changed, 36 insertions(+) create mode 100644 docs/changelog/overview.mdx diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx new file mode 100644 index 0000000..cf9b936 --- /dev/null +++ b/docs/changelog/overview.mdx @@ -0,0 +1,26 @@ +--- +title: "Flare API Updates" +description: "New updates and improvements" +--- + + +This page lists changes to Flare's API. +Release notes for the Flare Platform can be found on the [product documentation website](https://docs.flare.io/releases). + + + + The API documentation has been revamped for better clarity and structure. + + We’ve added new [use-case guides](/introduction/getting-started) + to help you quickly address specific customer needs. + + Released new [Global Search endpoint](/api-reference/v4/endpoints/global-search) + with simpler-to-use filters. + + Released new [Credentials Search endpoint](/api-reference/leaksdb/endpoints/post-credentials-search) + with simpler-to-use filters and support for Flare's standard paging pattern. + + Released [Python SDK](/sdk/python). + + Released [Go SDK](/sdk/go). + diff --git a/docs/mint.json b/docs/mint.json index 038bbc0..5874992 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -71,6 +71,10 @@ { "name": "Endpoints", "url": "api-reference" + }, + { + "name": "Changelog", + "url": "changelog" } ], "search": { @@ -283,6 +287,12 @@ ] } ] + }, + { + "group": "Changelog", + "pages": [ + "changelog/overview" + ] } ], "footerSocials": {