From 5faf2dbb1a7bd80b7743989d122e9b1618ca75ad Mon Sep 17 00:00:00 2001 From: johnnyaug Date: Thu, 14 Sep 2023 16:13:58 +0300 Subject: [PATCH] Fix broken links --- docs/howto/deploy/onprem.md | 1 + docs/howto/garbage-collection/index.md | 1 + docs/howto/hooks/index.md | 1 + docs/reference/cli.md | 1 + docs/understand/data_lifecycle_management/data-devenv.md | 1 + docs/understand/data_lifecycle_management/production.md | 1 + docs/understand/how/versioning-internals.md | 1 + docs/understand/use_cases/cicd_for_data.md | 2 ++ 8 files changed, 9 insertions(+) diff --git a/docs/howto/deploy/onprem.md b/docs/howto/deploy/onprem.md index 981531210e4..f666327838c 100644 --- a/docs/howto/deploy/onprem.md +++ b/docs/howto/deploy/onprem.md @@ -9,6 +9,7 @@ redirect_from: - /integrations/minio.html - /using/minio.html - /deploy/onprem.html + - /deploying/install.html next: ["Import data into your installation", "/howto/import.html"] --- diff --git a/docs/howto/garbage-collection/index.md b/docs/howto/garbage-collection/index.md index 3e09b22c36d..497069244f9 100644 --- a/docs/howto/garbage-collection/index.md +++ b/docs/howto/garbage-collection/index.md @@ -7,6 +7,7 @@ redirect_from: - /reference/garbage-collection.html - /howto/garbage-collection-index.html - /howto/garbage-collection.html + - /reference/retention.html --- # Garbage Collection diff --git a/docs/howto/hooks/index.md b/docs/howto/hooks/index.md index 76abfc0de7e..79f13f8318a 100644 --- a/docs/howto/hooks/index.md +++ b/docs/howto/hooks/index.md @@ -10,6 +10,7 @@ redirect_from: - /hooks/overview.html - /hooks/index.html - /hooks/ + - /setup/hooks.html --- # Actions and Hooks in lakeFS diff --git a/docs/reference/cli.md b/docs/reference/cli.md index d032dc4d17f..0ec54aab8ff 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -4,6 +4,7 @@ description: lakeFS comes with its own native CLI client. Here you can see the c parent: Reference redirect_from: - /reference/commands.html + - /quickstart/lakefs_cli.html --- {% comment %} diff --git a/docs/understand/data_lifecycle_management/data-devenv.md b/docs/understand/data_lifecycle_management/data-devenv.md index 9b1e0a4e528..0d068ff6aa2 100644 --- a/docs/understand/data_lifecycle_management/data-devenv.md +++ b/docs/understand/data_lifecycle_management/data-devenv.md @@ -5,6 +5,7 @@ grand_parent: Understanding lakeFS description: lakeFS enables a safe test environment on your data lake without the need to copy or mock data redirect_from: - /data_lifecycle_management/data-devenv.html + - /usecases/data-devenv.html --- diff --git a/docs/understand/data_lifecycle_management/production.md b/docs/understand/data_lifecycle_management/production.md index da60285fa59..bfc49c1e3aa 100644 --- a/docs/understand/data_lifecycle_management/production.md +++ b/docs/understand/data_lifecycle_management/production.md @@ -5,6 +5,7 @@ grand_parent: Understanding lakeFS description: lakeFS helps recover from errors and find root case in production. redirect_from: - /data_lifecycle_management/production.html + - /usecases/production.html --- ## In Production diff --git a/docs/understand/how/versioning-internals.md b/docs/understand/how/versioning-internals.md index 07f832e388c..c76ca98395a 100644 --- a/docs/understand/how/versioning-internals.md +++ b/docs/understand/how/versioning-internals.md @@ -6,6 +6,7 @@ description: This section explains how versioning works in lakeFS. redirect_from: - /understand/architecture/data-model.html - /understand/understand/data-model.html + - /understand/data-model.html - /understand/versioning-internals.html --- diff --git a/docs/understand/use_cases/cicd_for_data.md b/docs/understand/use_cases/cicd_for_data.md index fd7a2f20ef0..3767ef3b7fa 100644 --- a/docs/understand/use_cases/cicd_for_data.md +++ b/docs/understand/use_cases/cicd_for_data.md @@ -6,6 +6,8 @@ parent: Use Cases grand_parent: Understanding lakeFS redirect_from: - /use_cases/cicd_for_data.html + - /usecases/ci.html + - /usecases/cd.html --- # CI/CD for Data