From f46c36a8c7081ec11e4e714d1a6f98994b46d068 Mon Sep 17 00:00:00 2001 From: Dani Palma Date: Tue, 12 Nov 2024 15:33:53 -0300 Subject: [PATCH] Bring back the cloud storage config docs to its original position --- site/docs/concepts/storage-mappings.md | 2 +- .../azureAuthorize.jsx | 0 site/docs/getting-started/comparisons.md | 2 +- .../installation.mdx} | 17 +++++++++++++++-- .../getting-started/tutorials/_category_.json | 2 +- .../docs/getting-started/who-should-use-flow.md | 2 +- 6 files changed, 19 insertions(+), 6 deletions(-) rename site/docs/{guides => getting-started}/azureAuthorize.jsx (100%) rename site/docs/{guides/configure-cloud-storage.md => getting-started/installation.mdx} (93%) diff --git a/site/docs/concepts/storage-mappings.md b/site/docs/concepts/storage-mappings.md index afc5094b6c..d7ae4b0f0e 100644 --- a/site/docs/concepts/storage-mappings.md +++ b/site/docs/concepts/storage-mappings.md @@ -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. diff --git a/site/docs/guides/azureAuthorize.jsx b/site/docs/getting-started/azureAuthorize.jsx similarity index 100% rename from site/docs/guides/azureAuthorize.jsx rename to site/docs/getting-started/azureAuthorize.jsx diff --git a/site/docs/getting-started/comparisons.md b/site/docs/getting-started/comparisons.md index fe04a5f061..59fe3c352d 100644 --- a/site/docs/getting-started/comparisons.md +++ b/site/docs/getting-started/comparisons.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 4 description: High level explanations of Flow in terms of the systems you already know --- diff --git a/site/docs/guides/configure-cloud-storage.md b/site/docs/getting-started/installation.mdx similarity index 93% rename from site/docs/guides/configure-cloud-storage.md rename to site/docs/getting-started/installation.mdx index 25e609d826..93b00ac375 100644 --- a/site/docs/guides/configure-cloud-storage.md +++ b/site/docs/getting-started/installation.mdx @@ -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: @@ -131,4 +144,4 @@ If your bucket is for Azure, send support@estuary.dev 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! \ No newline at end of file +We'll be in touch when it's done! diff --git a/site/docs/getting-started/tutorials/_category_.json b/site/docs/getting-started/tutorials/_category_.json index 07b81ad886..1bcec633ef 100644 --- a/site/docs/getting-started/tutorials/_category_.json +++ b/site/docs/getting-started/tutorials/_category_.json @@ -1,4 +1,4 @@ { "label": "Tutorials", - "position": 4 + "position": 6 } \ No newline at end of file diff --git a/site/docs/getting-started/who-should-use-flow.md b/site/docs/getting-started/who-should-use-flow.md index 8b15a55fc1..f74140323c 100644 --- a/site/docs/getting-started/who-should-use-flow.md +++ b/site/docs/getting-started/who-should-use-flow.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 description: Common pain points you might have, and how Flow addresses them. ---