Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Bring back the cloud storage config docs to its original position #1769

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/docs/concepts/storage-mappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Your **storage mapping** tells Flow which bucket to use.
When you first register for Flow, your storage mapping is Estuary's secure Google Cloud Storage bucket.
Data in Flow's cloud storage bucket is deleted 20 days after collection.

For production workflows, you should [set up your own cloud storage bucket as a storage mapping](../guides/configure-cloud-storage.md).
For production workflows, you should [set up your own cloud storage bucket as a storage mapping](../getting-started/installation.mdx).

You may also use apply different storage mappings to different [catalog prefixes](./catalogs.md#namespace) within your organization's prefix.

Expand Down
2 changes: 1 addition & 1 deletion site/docs/getting-started/comparisons.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
description: High level explanations of Flow in terms of the systems you already know
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Configuring your cloud storage bucket for use with Flow
---
title: Configure Cloud Storage
description: Learn how to configure Flow to use your cloud storage
slug: installation
sidebar_position: 5
---

{/*
Do not move this file as it contains the Azure auth snippet, which is configured to
redirect to the path /getting-started/installation
*/}


# Configuring Cloud Storage for Flow

New Flow accounts are connected to Flow's secure cloud storage bucket to store collection data.
To switch to your own bucket, choose a cloud provider and complete the setup steps:
Expand Down Expand Up @@ -131,4 +144,4 @@ If your bucket is for Azure, send [email protected] an email with the name of
information you gathered per the steps above.
Let us know whether you want to use this storage bucket to for your whole Flow account, or just a
specific [prefix](../concepts/catalogs.md#namespace).
We'll be in touch when it's done!
We'll be in touch when it's done!
2 changes: 1 addition & 1 deletion site/docs/getting-started/tutorials/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Tutorials",
"position": 4
"position": 6
}
2 changes: 1 addition & 1 deletion site/docs/getting-started/who-should-use-flow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
description: Common pain points you might have, and how Flow addresses them.
---

Expand Down
Loading