Skip to content

Commit

Permalink
Test if link is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Nov 4, 2024
1 parent 5f1de88 commit cfddbac
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions website/docs/availability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Unleash Availability
---

Your Unleash [plan](#plans) and [version](#versioning) affect what features you have access to. The documentation displays the availability for each feature using the following annotation:

:::note Availability

**Plan**: [Enterprise](https://www.getunleash.io/pricing) | **Version**: `5.7+`

:::

This is an example of a feature that is only available to Enterprise customers who are on version `5.7` or later.

## Plans

- [Open Source](https://www.getunleash.io/pricing) - Available on [GitHub](https://github.com/Unleash/unleash) with an Apache 2.0 license.
- Pro - This plan is not currently offered.
- [Enterprise](https://www.getunleash.io/pricing) - Available as Pay as you go or as an annual contract.

## Versioning

Unleash uses [semantic versioning](https://semver.org/) with release notes available on [GitHub](https://github.com/Unleash/unleash/releases).
4 changes: 2 additions & 2 deletions website/docs/how-to/how-to-schedule-feature-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import ApiRequest from '@site/src/components/ApiRequest'

Scheduling feature releases can be a powerful tool for your product's marketing strategy. For example, you might plan to launch a feature on a specific date and time for a product release, limit availability to a contest deadline, or make it accessible during a brief window, such as a 24-hour flash sale.

Depending on which version of Unleash you are using, there are two ways to schedule a feature release. If you are using [Pro](/availability#plans) or [Enterprise](https://www.getunleash.io/pricing) version 4.9 or later, you can use [strategy constraints](#strategy-constraints).
Otherwise, you can use [custom activation strategies](#custom-activation-strategies).
Depending on which version of Unleash you are using, there are two ways to schedule a feature release. If you are using [Pro](/availability#plans) or [Enterprise](https://www.getunleash.io/pricing) version 4.9 or later, you can use [strategy constraints](#schedule-feature-releases-with-strategy-constraints).
Otherwise, you can use [custom activation strategies](#schedule-feature-releases-with-custom-activation-strategies).

This guide shows you how to schedule a feature for release at a specific point in time. The same approach applies if you want to make a feature available until a future point. To make a feature available only during a limited time period, you can combine the two options.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ For other ways to get started locally, see the steps for [starting an Unleash se

#### Hosted by Unleash

With our [Pro](/availability#plans) and [Enterprise](https://www.getunleash.io/pricing) plans, you can run Unleash in the cloud by using our hosted offerings.
With our [Pro](./availability#plans) and [Enterprise](https://www.getunleash.io/pricing) plans, you can run Unleash in the cloud by using our hosted offerings.

#### Self-hosted

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/api-tokens-and-client-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Support for scoped admin tokens with more fine-grained permissions is currently

**Deprecation Notice**
We do not recommend using admin tokens anymore, they are not connected to any user, and as such is a lot harder to track.
* For [Open Source]((https://www.getunleash.io/pricing)) and [Pro](/availability#plans) users, we recommend using [personal access yokens](#personal-access-tokens) instead.
* For [Open Source](https://www.getunleash.io/pricing) and [Pro](/availability#plans) users, we recommend using [personal access yokens](#personal-access-tokens) instead.
* [Enterprise](https://www.getunleash.io/pricing) customers have the option to use [service accounts](./service-accounts).

### Personal access tokens
Expand Down

0 comments on commit cfddbac

Please sign in to comment.