Skip to content

Commit

Permalink
chore: organize cloud docs better
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Aug 22, 2024
1 parent 9241192 commit 564ca45
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
7 changes: 3 additions & 4 deletions cloud/guides/production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@ Here's how you can configure your Flipt instances to use the Git repository data
</Step>
{" "}
<Step title="Restart the Flipt instances">
Restart the Flipt instances to apply the changes.
</Step>
<Step title="Restart the Flipt instances">

Check failure on line 132 in cloud/guides/production.mdx

View workflow job for this annotation

GitHub Actions / lint

Replace `··` with `{"·"}⏎`
Restart the Flipt instances to apply the changes.

Check failure on line 133 in cloud/guides/production.mdx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
</Step>

Check failure on line 134 in cloud/guides/production.mdx

View workflow job for this annotation

GitHub Actions / lint

Delete `··`
<Step title="Install the SDK">
Chose the SDK that matches your application's language and install it. All Server-side SDKs are documented [here](/integration/server).
Expand Down
35 changes: 18 additions & 17 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,29 +249,30 @@
"tooling/github-actions"
]
},

{
"group": "Overview",
"pages": [
"cloud/overview",
"cloud/benefits",
"cloud/concepts",
"cloud/architecture",
{
"group": "Features",
"pages": [
"cloud/features/authentication",
"cloud/features/git-backed-storage",
"cloud/features/rbac",
"cloud/features/user-management"
]
},
{
"group": "Guides",
"pages": [
"cloud/guides/getting-started",
"cloud/guides/production"
]
}
"cloud/architecture"
]
},
{
"group": "Features",
"pages": [
"cloud/features/authentication",
"cloud/features/git-backed-storage",
"cloud/features/rbac",
"cloud/features/user-management"
]
},
{
"group": "Guides",
"pages": [
"cloud/guides/getting-started",
"cloud/guides/production"
]
},
{
Expand Down

0 comments on commit 564ca45

Please sign in to comment.