From e878619751c34afa87e01a4fa5cd16dbc0a18efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heitor=20Jos=C3=A9=20Tessaro?= Date: Thu, 8 Feb 2024 07:32:44 -0300 Subject: [PATCH] docs: update changlog overview page --- docs/changelog/changelog.mdx | 19 ++++++++++++++----- sidebars.js | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/changelog/changelog.mdx b/docs/changelog/changelog.mdx index 995783b..6ae1aa3 100644 --- a/docs/changelog/changelog.mdx +++ b/docs/changelog/changelog.mdx @@ -9,9 +9,9 @@ tags: ['SDKs', 'changelog'] import Button from '@site/src/components/button/Button'; import ButtonShelf from '@site/src/components/button-shelf/ButtonShelf'; -Bucketeer is constantly updating its SDKs to provide a better use experience and better control over the feature flag usage. This section aims to maintain you informed about Bucketeer ongoing improvements and innovations. Select one of the available SDKs to find the latest updates, fixes, and features. +Bucketeer is constantly updating its system and SDKs to provide a better user experience and better control over the feature flag usage. This section aims to maintain you informed about Bucketeer ongoing improvements and innovations. Select one of the available SDKs or the Core project to find the latest updates, fixes, and features. -:::info GitHub Reselases +:::info GitHub Releases All information provided here is also available in the GitHub repository of each SDKs. @@ -19,19 +19,26 @@ All information provided here is also available in the GitHub repository of each ## Core +[Bucketeer](https://bucketeer.io/) is an open-source platform created by CyberAgent to help teams make better decisions, reduce deployment lead time, and release risk through feature flags. +
- + Core
-## Client-side SDK +## SDKs + +Bucketeer provides server-side and client-side SDKs. For additional information on how they work, access the [SDKs](/sdk) documentation page. +### Client-side SDK + +Client-side SDKs are designed for single-user desktop, mobile, and embedded applications.
@@ -58,7 +65,9 @@ All information provided here is also available in the GitHub repository of each
-## Server-side SDK +### Server-side SDK + +Server-side SDKs are designed for multi-user systems and intended for use in trusted environments, like corporate networks or web servers.
diff --git a/sidebars.js b/sidebars.js index 992cece..f5ba3d1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -249,7 +249,7 @@ const sidebars = { { type: 'doc', id: 'changelog/changelog', - label: 'Bucketeer Changelog', + label: 'Overview', className: 'sidebar-overview', }, {