From d40eb349ee56507ec6a42ce0e342054323e28eb4 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Wed, 11 Dec 2024 14:21:39 +0000 Subject: [PATCH] fix(docs): rename local file sync --- .../15.how-to-guides/{local-file-sync.md => local-flow-sync.md} | 0 content/docs/configuration/index.md | 2 +- nuxt.config.ts | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename content/docs/15.how-to-guides/{local-file-sync.md => local-flow-sync.md} (100%) diff --git a/content/docs/15.how-to-guides/local-file-sync.md b/content/docs/15.how-to-guides/local-flow-sync.md similarity index 100% rename from content/docs/15.how-to-guides/local-file-sync.md rename to content/docs/15.how-to-guides/local-flow-sync.md diff --git a/content/docs/configuration/index.md b/content/docs/configuration/index.md index 3d11c73edd..303a486a37 100644 --- a/content/docs/configuration/index.md +++ b/content/docs/configuration/index.md @@ -1056,7 +1056,7 @@ micronaut: - /path/to/your/flows ``` -For more information, check out the [dedicated guide](../15.how-to-guides/local-file-sync.md). +For more information, check out the [dedicated guide](../15.how-to-guides/local-flow-sync.md). ## Plugins diff --git a/nuxt.config.ts b/nuxt.config.ts index a98dd2bb6b..f042f3dcc4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -260,6 +260,7 @@ export default defineNuxtConfig({ '/docs/migration-guide/volume-mount': {redirect: '/docs/migration-guide/0.17.0/volume-mount'}, '/docs/how-to-guides/errors': {redirect: '/docs/workflow-components/errors'}, '/docs/how-to-guides/python-pip': {redirect: '/docs/how-to-guides/python'}, + '/docs/how-toguides/local-file-sync': {redirect: '/docs/how-to-guides/local-flow-sync'}, '/docs/how-to-guides/google-spreadsheets': {redirect: '/docs/how-to-guides/google-sheets'}, '/docs/developer-guide/': {redirect: '/docs'}, '/docs/developer-guide/storage': {redirect: '/docs/concepts/storage'},