Skip to content

Commit

Permalink
Fix broken links (#6606)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug authored Sep 14, 2023
1 parent c85a71c commit a2b752b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lakectl/cmd/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 %}
Expand Down
1 change: 1 addition & 0 deletions docs/howto/deploy/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
---

Expand Down
1 change: 1 addition & 0 deletions docs/howto/garbage-collection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ redirect_from:
- /reference/garbage-collection.html
- /howto/garbage-collection-index.html
- /howto/garbage-collection.html
- /reference/retention.html
---

# Garbage Collection
Expand Down
1 change: 1 addition & 0 deletions docs/howto/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ redirect_from:
- /hooks/overview.html
- /hooks/index.html
- /hooks/
- /setup/hooks.html
---

# Actions and Hooks in lakeFS
Expand Down
1 change: 1 addition & 0 deletions docs/howto/unity-delta-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ parent: lakeFS Cloud
description: The lakeFS Delta Sharing service lets you export DeltaLake and HMS-style tables stored on lakeFS over the Delta Sharing protocol. This is particularly useful with DataBricks Unity.
redirect_from:
- /cloud/unity-delta-sharing.html
- /cloud/unity-delta-sharing-m0-users
---

# Unity Delta Sharing
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
1 change: 1 addition & 0 deletions docs/understand/data_lifecycle_management/data-devenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---


Expand Down
1 change: 1 addition & 0 deletions docs/understand/data_lifecycle_management/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/understand/how/versioning-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 2 additions & 0 deletions docs/understand/use_cases/cicd_for_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2b752b

Please sign in to comment.