Skip to content

Commit

Permalink
Merge branch 'main' into authz-rego
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored May 29, 2024
2 parents 56e38cb + 0a6c3b2 commit 8269a97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cloud/guides/production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ description: Learn how go to production with Flipt Hybrid Cloud
<Info>
Flipt Hybrid Cloud is in Active Beta. We're currently onboarding organizations
one by one. If you are interested in joining the beta, please [sign up
here](https://1ld82idjvlr.typeform.com/to/s7YfGviE).
here](https://tally.so/r/mV0zWM).
</Info>

## Prerequisites

Before you get started with Flipt Hybrid Cloud, you need to have the following:

1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://1ld82idjvlr.typeform.com/to/s7YfGviE) and we'll get you set up.
1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://tally.so/r/mV0zWM) and we'll get you set up.
2. Completed the [Getting Started](/cloud/guides/getting-started) guide to setup your local Flipt instance and authenticate with the Flipt CLI.
3. Enable the `cloud` [experimental feature](/configuration/experimental) in the Flipt configuration file. You can enable the `cloud` feature by adding the following configuration to your `flipt.yaml` file:

Expand Down
17 changes: 10 additions & 7 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,31 @@
{
"name": "Hybrid Cloud",
"url": "cloud"
},
{
"name": "API Reference",
"url": "reference"
}
],
"primaryTab": {
"name": "Open Source"
},
"anchors": [
{
"name": "API Reference",
"name": "Hybrid Cloud",
"icon": "cloud",
"url": "cloud"
},
{
"name": "API Reference",
"icon": "code",
"url": "reference"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://blog.flipt.io"
},
{
"name": "Changelog",
"icon": "timer",
"url": "https://features.flipt.io/changelog"
},
{
"name": "Community",
"icon": "discourse",
Expand All @@ -75,7 +79,6 @@
}
],
"navigation": [

{
"group": "Overview",
"pages": [
Expand Down

0 comments on commit 8269a97

Please sign in to comment.