1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: update intro to point to quickstart and unleash plans (#8292)

<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

---------

Co-authored-by: Alvin Bryan <107407814+alvinometric@users.noreply.github.com>
This commit is contained in:
Nnenna Ndukwe 2024-10-03 16:04:21 +02:00 committed by GitHub
parent 0653800cb8
commit 29bf902d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ The key benefits of gradual rollouts are that you can experiment rapidly on a co
## How to Perform a Gradual Rollout with Unleash
To follow along with this tutorial, you will need an Unleash instance. Follow our documentation on [Self-Hosting with Unleash](/using-unleash/deploy/getting-started) to get started using your infrastructure. Alternatively, read our [Quickstart documentation](/quickstart) if youd like your project to be hosted by Unleash.
To follow along with this tutorial, you will need an Unleash instance. If youd prefer to self-host Unleash, read our [Quick Start documentation](/quickstart). Alternatively, if youd like your project to be hosted by Unleash, go to [getunleash.io](https://www.getunleash.io/pricing).
With Unleash set up, you can use your application to talk to Unleash through one of our SDKs.