docs: move unleash to tools and fade out

This commit is contained in:
Moritz Mücke
2024-06-13 07:38:06 +02:00
committed by Stefan Rotsch
parent 61fc483bb5
commit b265bf1fef
2 changed files with 13 additions and 8 deletions

View File

@@ -1,18 +1,16 @@
---
title: "Unleash"
ring: adopt
quadrant: languages-and-frameworks
tags: [coding, frontend, devops]
quadrant: tools
tags: [coding, frontend, devops]
---
[Unleash](https://www.getunleash.io/) is a feature (toggle / flag) management service written in Node.js.
You can enable/disable features independent of deployment schedules. For larger projects with many feature flags
[Unleash](https://www.getunleash.io/) is a feature (toggle / flag) management service written in Node.js.
You can enable/disable features independent of deployment schedules. For larger projects with many feature flags
you can benefit from usage statistics and metrics which are collected for each flag.
<!--except-->
A lot of activation strategies are provided by Unleash out of the box, like Boolean On/Off, Gradual Rollout,
A lot of activation strategies are provided by Unleash out of the box, like Boolean On/Off, Gradual Rollout,
IPs, and so on, while allowing you to add custom strategies.
To evaluate the feature flag you can choose one of the [official SDKs](https://docs.getunleash.io/sdks#official-sdks)
To evaluate the feature flag you can choose one of the [official SDKs](https://docs.getunleash.io/sdks#official-sdks)
or use the [REST-API](https://docs.getunleash.io/api) directly.