diff --git a/cmd/lakectl/cmd/docs.go b/cmd/lakectl/cmd/docs.go index 89b7fc134b3..1a8f23ebb2e 100644 --- a/cmd/lakectl/cmd/docs.go +++ b/cmd/lakectl/cmd/docs.go @@ -14,7 +14,6 @@ var cliReferenceHeader = `--- title: lakectl (lakeFS command-line tool) description: lakeFS comes with its own native CLI client. Here you can see the complete command reference. parent: Reference -has_children: false redirect_from: - /reference/commands.html --- diff --git a/docs/howto/copying.md b/docs/howto/copying.md index f7573c64c57..96c4170f068 100644 --- a/docs/howto/copying.md +++ b/docs/howto/copying.md @@ -2,7 +2,6 @@ title: Copying data to/from lakeFS description: parent: How-To -has_children: false redirect_from: - /integrations/distcp.html - /integrations/rclone.html diff --git a/docs/howto/deploy/upgrade.md b/docs/howto/deploy/upgrade.md index f48660b610c..94cfa35425a 100644 --- a/docs/howto/deploy/upgrade.md +++ b/docs/howto/deploy/upgrade.md @@ -3,7 +3,6 @@ title: Upgrade lakeFS description: How to upgrade lakeFS to the latest version. grand_parent: How-To parent: Install lakeFS -has_children: false redirect_from: - /deploying-aws/upgrade.html - /reference/upgrade.html diff --git a/docs/howto/export.md b/docs/howto/export.md index beb579fb74b..afad4d6afd8 100644 --- a/docs/howto/export.md +++ b/docs/howto/export.md @@ -2,7 +2,6 @@ title: Export Data description: Use the lakeFS Spark client or RClone inside Docker to export a lakeFS commit to the object store. parent: How-To -has_children: false redirect_from: - /reference/export.html --- diff --git a/docs/howto/garbage-collection/committed.md b/docs/howto/garbage-collection/committed.md index 851b93fe8b1..60803e7525a 100644 --- a/docs/howto/garbage-collection/committed.md +++ b/docs/howto/garbage-collection/committed.md @@ -4,7 +4,6 @@ description: Clean up unnecessary objects using the garbage collection feature i parent: Garbage Collection grand_parent: How-To nav_order: 98 -has_children: false redirect_from: - /howto/garbage-collection-committed.html --- diff --git a/docs/howto/garbage-collection/internals.md b/docs/howto/garbage-collection/internals.md index 3d53b784607..60afc9fedb7 100644 --- a/docs/howto/garbage-collection/internals.md +++ b/docs/howto/garbage-collection/internals.md @@ -4,7 +4,6 @@ description: How Garbage Collection in lakeFS works parent: Garbage Collection grand_parent: How-To nav_order: 2 -has_children: false redirect_from: - /howto/gc-internals.html --- diff --git a/docs/howto/garbage-collection/managed-gc.md b/docs/howto/garbage-collection/managed-gc.md index 8eb6ab8fa26..9d950101f04 100644 --- a/docs/howto/garbage-collection/managed-gc.md +++ b/docs/howto/garbage-collection/managed-gc.md @@ -4,7 +4,6 @@ description: Reduce the operational overhead of running garbage collection manua parent: Garbage Collection nav_order: 1 grand_parent: How-To -has_children: false redirect_from: - /cloud/managed-gc.html --- diff --git a/docs/howto/garbage-collection/uncommitted.md b/docs/howto/garbage-collection/uncommitted.md index 7f7e30e12ab..74ccfda49a2 100644 --- a/docs/howto/garbage-collection/uncommitted.md +++ b/docs/howto/garbage-collection/uncommitted.md @@ -4,7 +4,6 @@ description: Clean up uncommitted objects that are no longer needed. parent: Garbage Collection grand_parent: How-To nav_order: 99 -has_children: false redirect_from: - /howto/garbage-collection-uncommitted.html --- diff --git a/docs/howto/import.md b/docs/howto/import.md index 88d36d10ab6..9383f885b2f 100644 --- a/docs/howto/import.md +++ b/docs/howto/import.md @@ -2,7 +2,6 @@ title: Import Data description: Import existing data into a lakeFS repository parent: How-To -has_children: false redirect_from: - /setup/import.html --- diff --git a/docs/howto/migrate-away.md b/docs/howto/migrate-away.md index 437352525ae..9c7c2a9eabd 100644 --- a/docs/howto/migrate-away.md +++ b/docs/howto/migrate-away.md @@ -2,7 +2,6 @@ title: Migrating away from lakeFS description: The simplest way to migrate away from lakeFS is by copying data from a lakeFS repository to an S3 bucket. parent: How-To -has_children: false redirect_from: - /deploying-aws/offboarding.html - /reference/offboarding.html diff --git a/docs/howto/private-link.md b/docs/howto/private-link.md index 48ae9691d8d..9cc2c9cb385 100644 --- a/docs/howto/private-link.md +++ b/docs/howto/private-link.md @@ -1,7 +1,6 @@ --- title: Private Link description: Private Link enables lakeFS Cloud to interact with your infrastructure using private networking. -has_children: false parent: How-To redirect_from: - /cloud/private-link.html diff --git a/docs/howto/protect-branches.md b/docs/howto/protect-branches.md index 438a6157d57..8c45773fd90 100644 --- a/docs/howto/protect-branches.md +++ b/docs/howto/protect-branches.md @@ -2,7 +2,6 @@ title: Protect Branches description: Branch protection rules prevent direct changes from being applied to your important branches. parent: How-To -has_children: false redirect_from: - /reference/protected_branches.html --- diff --git a/docs/howto/sizing-guide.md b/docs/howto/sizing-guide.md index dd4524064e2..9cbb4b4dc2a 100644 --- a/docs/howto/sizing-guide.md +++ b/docs/howto/sizing-guide.md @@ -2,7 +2,6 @@ title: Sizing Guide parent: How-To description: This section provides a detailed sizing guide for deploying lakeFS. -has_children: false redirect_from: - /architecture/sizing-guide.html - /understand/sizing-guide.html diff --git a/docs/howto/unity-delta-sharing.md b/docs/howto/unity-delta-sharing.md index 615c0f64e71..e47b86407fe 100644 --- a/docs/howto/unity-delta-sharing.md +++ b/docs/howto/unity-delta-sharing.md @@ -2,7 +2,6 @@ title: Unity Delta Sharing 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. -has_children: false redirect_from: - /cloud/unity-delta-sharing.html --- diff --git a/docs/integrations/airbyte.md b/docs/integrations/airbyte.md index ab824cdc8ff..fddfce31974 100644 --- a/docs/integrations/airbyte.md +++ b/docs/integrations/airbyte.md @@ -2,7 +2,6 @@ title: Airbyte description: Use Airbyte with lakeFS to easily sync data between applications and S3 with lakeFS version control. parent: Integrations -has_children: false --- # Airbyte diff --git a/docs/integrations/airflow.md b/docs/integrations/airflow.md index 553a9ad70d8..9d896103dcc 100644 --- a/docs/integrations/airflow.md +++ b/docs/integrations/airflow.md @@ -2,7 +2,6 @@ title: Apache Airflow description: Easily build reproducible data pipelines with Airflow and lakeFS using commits, without modifying the code or logic of your job. parent: Integrations -has_children: false redirect_from: /using/airflow.html --- diff --git a/docs/integrations/athena.md b/docs/integrations/athena.md index 16ac113e1b3..fd147296790 100644 --- a/docs/integrations/athena.md +++ b/docs/integrations/athena.md @@ -2,7 +2,6 @@ title: Amazon Athena description: This section shows how you can start querying data from lakeFS using Amazon Athena. parent: Integrations -has_children: false redirect_from: /using/athena.html --- diff --git a/docs/integrations/aws_cli.md b/docs/integrations/aws_cli.md index 68bf0da5912..f53ed8e9953 100644 --- a/docs/integrations/aws_cli.md +++ b/docs/integrations/aws_cli.md @@ -2,7 +2,6 @@ title: AWS CLI description: This section shows how to use the AWS CLI for AWS S3 to access lakeFS. parent: Integrations -has_children: false redirect_from: /using/aws_cli.html --- diff --git a/docs/integrations/cloudera.md b/docs/integrations/cloudera.md index f74493f64aa..76811453e85 100644 --- a/docs/integrations/cloudera.md +++ b/docs/integrations/cloudera.md @@ -2,7 +2,6 @@ title: Cloudera description: Accessing data in lakeFS from Cloudera Spark works the same as accessing S3 data from Apache Spark. parent: Integrations -has_children: false redirect_from: --- diff --git a/docs/integrations/dbt.md b/docs/integrations/dbt.md index df58b0833ef..b392bfeadfa 100644 --- a/docs/integrations/dbt.md +++ b/docs/integrations/dbt.md @@ -2,7 +2,6 @@ title: dbt description: Integrating dbt and lakeFS parent: Integrations -has_children: false redirect_from: /using/dbt.html --- diff --git a/docs/integrations/delta.md b/docs/integrations/delta.md index 47ef7f01dd9..1b0b19a5275 100644 --- a/docs/integrations/delta.md +++ b/docs/integrations/delta.md @@ -2,7 +2,6 @@ title: Delta Lake description: This section explains how to use Delta Lake with lakeFS. parent: Integrations -has_children: false --- # Using lakeFS with Delta Lake diff --git a/docs/integrations/dremio.md b/docs/integrations/dremio.md index 752129c5a14..f681b493b55 100644 --- a/docs/integrations/dremio.md +++ b/docs/integrations/dremio.md @@ -2,7 +2,6 @@ title: Dremio description: This section shows how you can start using lakeFS with Dremio, a next-generation data lake engine. parent: Integrations -has_children: false redirect_from: /using/dremio.html --- diff --git a/docs/integrations/duckdb.md b/docs/integrations/duckdb.md index 43c288ce84f..30e14ba8881 100644 --- a/docs/integrations/duckdb.md +++ b/docs/integrations/duckdb.md @@ -2,7 +2,6 @@ title: DuckDB description: How to use lakeFS with DuckDB, an open-source SQL OLAP database management system. parent: Integrations -has_children: false --- # Using lakeFS with DuckDB diff --git a/docs/integrations/glue_hive_metastore.md b/docs/integrations/glue_hive_metastore.md index aac1870a20c..8a853a7c4e9 100644 --- a/docs/integrations/glue_hive_metastore.md +++ b/docs/integrations/glue_hive_metastore.md @@ -2,7 +2,6 @@ title: Glue / Hive metastore description: This section explains how to query data from lakeFS branches in services backed by Glue/Hive Metastore. parent: Integrations -has_children: false redirect_from: /using/glue_hive_metastore.html --- diff --git a/docs/integrations/hive.md b/docs/integrations/hive.md index b3c65521591..1b337f7f26d 100644 --- a/docs/integrations/hive.md +++ b/docs/integrations/hive.md @@ -2,7 +2,6 @@ title: Apache Hive description: This section covers how you can start using lakeFS with Apache Hive, a distributed data warehouse system that enables analytics at a massive scale. parent: Integrations -has_children: false redirect_from: /using/hive.html --- diff --git a/docs/integrations/iceberg.md b/docs/integrations/iceberg.md index 938eb210ece..0e6a06db201 100644 --- a/docs/integrations/iceberg.md +++ b/docs/integrations/iceberg.md @@ -2,7 +2,6 @@ title: Apache Iceberg description: How to integrate lakeFS with Apache Iceberg parent: Integrations -has_children: false --- # Using lakeFS with Apache Iceberg diff --git a/docs/integrations/kafka.md b/docs/integrations/kafka.md index 68a0257c0a2..998b05ec1e3 100644 --- a/docs/integrations/kafka.md +++ b/docs/integrations/kafka.md @@ -2,7 +2,6 @@ title: Apache Kafka description: This section explains how you can start using lakeFS with Kafka using Confluent’s S3 Sink Connector. parent: Integrations -has_children: false redirect_from: - /using/kakfa.html - /integrations/kakfa.html diff --git a/docs/integrations/kubeflow.md b/docs/integrations/kubeflow.md index aedc186e4a2..2876e49721c 100644 --- a/docs/integrations/kubeflow.md +++ b/docs/integrations/kubeflow.md @@ -2,7 +2,6 @@ title: Kubeflow description: Easily build reproducible data pipelines with Kubeflow and lakeFS using commits, without modifying the code or logic of your job. parent: Integrations -has_children: false --- # Using lakeFS with Kubeflow pipelines diff --git a/docs/integrations/presto_trino.md b/docs/integrations/presto_trino.md index 69843c9b59d..417d9e03bbb 100644 --- a/docs/integrations/presto_trino.md +++ b/docs/integrations/presto_trino.md @@ -2,7 +2,6 @@ title: Presto / Trino description: This section explains how you can start using lakeFS with Presto and Trino, an open-source distributed SQL query engine. parent: Integrations -has_children: false redirect_from: - /integrations/presto.html - /using/presto.html diff --git a/docs/integrations/python.md b/docs/integrations/python.md index 1ec7fc3c20d..1d33e36bf20 100644 --- a/docs/integrations/python.md +++ b/docs/integrations/python.md @@ -2,7 +2,6 @@ title: Python description: Use Python to interact with your objects on lakeFS parent: Integrations -has_children: false redirect_from: - /using/python.html - /using/boto.html diff --git a/docs/integrations/r.md b/docs/integrations/r.md index 7c6f9475e86..453796549fa 100644 --- a/docs/integrations/r.md +++ b/docs/integrations/r.md @@ -2,7 +2,6 @@ title: R description: How to use lakeFS from R including creating branches, committing changes, and merging. parent: Integrations -has_children: false --- # Using R with lakeFS diff --git a/docs/integrations/sagemaker.md b/docs/integrations/sagemaker.md index b42d0c95e30..5bc7804601f 100644 --- a/docs/integrations/sagemaker.md +++ b/docs/integrations/sagemaker.md @@ -2,7 +2,6 @@ title: Amazon SageMaker description: This section explains how to integrate your Amazon SageMaker installation to work with lakeFS. parent: Integrations -has_children: false redirect_from: /using/sagemaker.html --- diff --git a/docs/integrations/spark.md b/docs/integrations/spark.md index a8ea5cf87ea..96c92dba00a 100644 --- a/docs/integrations/spark.md +++ b/docs/integrations/spark.md @@ -2,7 +2,6 @@ title: Apache Spark description: Accessing data in lakeFS from Apache Spark works the same as accessing S3 data from Apache Spark. parent: Integrations -has_children: false redirect_from: - /integrations/databricks.html - /integrations/emr.html diff --git a/docs/posts/security_update.md b/docs/posts/security_update.md index ca315fb7716..1339e3191ea 100644 --- a/docs/posts/security_update.md +++ b/docs/posts/security_update.md @@ -1,6 +1,5 @@ --- parent: posts -has_children: false date: 2023-01-31 search_exclude: true --- diff --git a/docs/project/contributing.md b/docs/project/contributing.md index e46f2ac933e..30080a697dd 100644 --- a/docs/project/contributing.md +++ b/docs/project/contributing.md @@ -2,7 +2,6 @@ title: Contributing to lakeFS description: lakeFS community welcomes your contribution. To make the process as seamless as possible, we recommend reading this contribution guide first. parent: The lakeFS Project -has_children: false redirect_from: - /contributing.html --- diff --git a/docs/project/docs/callouts.md b/docs/project/docs/callouts.md index 44fc931ccdd..d2a43d453e1 100644 --- a/docs/project/docs/callouts.md +++ b/docs/project/docs/callouts.md @@ -3,7 +3,6 @@ title: Callouts description: Using and Customising Callouts in lakeFS Documentation parent: Documentation grand_parent: The lakeFS Project -has_children: false redirect_from: - /callouts.html --- diff --git a/docs/quickstart/actions-and-hooks.md b/docs/quickstart/actions-and-hooks.md index 8628c235051..a56e1fc3093 100644 --- a/docs/quickstart/actions-and-hooks.md +++ b/docs/quickstart/actions-and-hooks.md @@ -3,7 +3,6 @@ title: 6️⃣ Using Actions and Hooks in lakeFS description: lakeFS quickstart / Use Actions and Hooks to enforce conditions when committing and merging changes parent: ⭐ Quickstart ⭐ nav_order: 30 -has_children: false next: ["Resources for learning more about lakeFS", "./learning-more-lakefs.html"] previous: ["Rollback the changes", "./rollback.html"] --- diff --git a/docs/quickstart/branch.md b/docs/quickstart/branch.md index 65f59c5857e..63359abafba 100644 --- a/docs/quickstart/branch.md +++ b/docs/quickstart/branch.md @@ -3,7 +3,6 @@ title: 3️⃣ Create a branch description: lakeFS quickstart / Create a branch in lakeFS without copying data on disk, make a change to the branch, see that the original version of the data is unchanged. parent: ⭐ Quickstart ⭐ nav_order: 15 -has_children: false next: ["Merge the branch back into main", "./commit-and-merge.html"] previous: ["Query the pre-populated data", "./query.html"] --- diff --git a/docs/quickstart/commit-and-merge.md b/docs/quickstart/commit-and-merge.md index dce25d14a8f..dbc73297055 100644 --- a/docs/quickstart/commit-and-merge.md +++ b/docs/quickstart/commit-and-merge.md @@ -3,7 +3,6 @@ title: 4️⃣ Commit and Merge description: lakeFS quickstart / Commit the change and merge it back into the main branhch parent: ⭐ Quickstart ⭐ nav_order: 20 -has_children: false next: ["Rollback the changes", "./rollback.html"] previous: ["Create a branch of the data", "./branch.html"] --- diff --git a/docs/quickstart/launch.md b/docs/quickstart/launch.md index 9537806ea7e..003a2b85fb2 100644 --- a/docs/quickstart/launch.md +++ b/docs/quickstart/launch.md @@ -3,7 +3,6 @@ title: 1️⃣ Run lakeFS description: lakeFS quickstart / Run lakeFS locally pre-populated with a sample repository and data under Docker Compose parent: ⭐ Quickstart ⭐ nav_order: 5 -has_children: false next: ["Query the pre-populated data", "./query.html"] previous: ["Quickstart introduction", "./index.html"] --- diff --git a/docs/quickstart/learning-more-lakefs.md b/docs/quickstart/learning-more-lakefs.md index f18bb94cbec..d6c22a6dfcf 100644 --- a/docs/quickstart/learning-more-lakefs.md +++ b/docs/quickstart/learning-more-lakefs.md @@ -3,7 +3,6 @@ title: 🧑🏻‍🎓 Learn more about lakeFS description: Learn more about lakeFS here with links to resources including quickstart, samples, installation guides, and more. parent: ⭐ Quickstart ⭐ nav_order: 99 -has_children: false previous: ["Using Actions and Hooks in lakeFS", "./actions-and-hooks.html"] --- diff --git a/docs/quickstart/query.md b/docs/quickstart/query.md index ecfaa5f9a0c..769f7868ff5 100644 --- a/docs/quickstart/query.md +++ b/docs/quickstart/query.md @@ -3,7 +3,6 @@ title: 2️⃣ Query the data description: lakeFS quickstart / Query the pre-populated data using DuckDB browser that's built into lakeFS parent: ⭐ Quickstart ⭐ nav_order: 10 -has_children: false next: ["Create a branch of the data", "./branch.html"] previous: ["Launch the quickstart environment", "./launch.html"] --- diff --git a/docs/quickstart/rollback.md b/docs/quickstart/rollback.md index 68d1b14b688..c21bc2ca7a8 100644 --- a/docs/quickstart/rollback.md +++ b/docs/quickstart/rollback.md @@ -3,7 +3,6 @@ title: 5️⃣ Roll back Changes description: lakeFS quickstart / Rollback the changes made to show how lakeFS can be used to revert changes made in error. parent: ⭐ Quickstart ⭐ nav_order: 25 -has_children: false next: ["Using Actions and Hooks in lakeFS", "./actions-and-hooks.html"] previous: ["Merge the branch back into main", "./commit-and-merge.html"] --- diff --git a/docs/reference/api.md b/docs/reference/api.md index 1ac0eb66d4e..bc835bcbec5 100644 --- a/docs/reference/api.md +++ b/docs/reference/api.md @@ -2,7 +2,6 @@ title: lakeFS API description: This section includes the reference documentation for the lakeFS platform's various APIs. parent: Reference -has_children: false --- {% include swagger.html %} diff --git a/docs/reference/cli.md b/docs/reference/cli.md index 1a57cf15d68..3822bf14699 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -2,7 +2,6 @@ title: lakectl (lakeFS command-line tool) description: lakeFS comes with its own native CLI client. Here you can see the complete command reference. parent: Reference -has_children: false redirect_from: - /reference/commands.html --- diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 882f898f32e..eadb447c773 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -2,7 +2,6 @@ title: lakeFS Server Configuration description: Configuration reference for lakeFS Server parent: Reference -has_children: false --- # lakeFS Server Configuration diff --git a/docs/reference/monitor.md b/docs/reference/monitor.md index 2834e3abbd8..8eb9c0ce7c1 100644 --- a/docs/reference/monitor.md +++ b/docs/reference/monitor.md @@ -2,7 +2,6 @@ title: Monitoring using Prometheus description: A guide to monitoring your lakeFS Installation with Prometheus. parent: Reference -has_children: false redirect_from: /deploying-aws/monitor.md --- diff --git a/docs/reference/s3.md b/docs/reference/s3.md index cd5fc6edf6c..6370c2c8e2e 100644 --- a/docs/reference/s3.md +++ b/docs/reference/s3.md @@ -2,7 +2,6 @@ title: S3 Gateway API description: "S3 Gateway API. lakeFS supports the following API operations: Identity and authorization, Bucket operations, Object operations and listing" parent: Reference -has_children: false --- # S3-Supported API diff --git a/docs/reference/spark-client.md b/docs/reference/spark-client.md index b7fe97c528b..eb1017d9239 100644 --- a/docs/reference/spark-client.md +++ b/docs/reference/spark-client.md @@ -2,7 +2,6 @@ title: Spark Client description: The lakeFS Spark client performs operations on lakeFS committed metadata stored in the object store. parent: Reference -has_children: false --- diff --git a/docs/slack/index.md b/docs/slack/index.md index a1c83e9ed19..a1105f37611 100644 --- a/docs/slack/index.md +++ b/docs/slack/index.md @@ -2,7 +2,6 @@ title: Slack nav_order: 100 description: Redirect page for lakeFS slack joining url -has_children: false nav_exclude: true redirect_to: "https://lakefs.io/slack" --- diff --git a/docs/understand/architecture.md b/docs/understand/architecture.md index ca212cb470c..142b31a7d01 100644 --- a/docs/understand/architecture.md +++ b/docs/understand/architecture.md @@ -2,7 +2,6 @@ title: Architecture parent: Understanding lakeFS description: lakeFS architecture overview. Learn more about lakeFS components, including its S3 API gateway. -has_children: false redirect_from: - /architecture/index.html - /architecture/overview.html diff --git a/docs/understand/faq.md b/docs/understand/faq.md index 716974dec50..96f6b36ad5d 100644 --- a/docs/understand/faq.md +++ b/docs/understand/faq.md @@ -2,7 +2,6 @@ title: FAQ parent: Understanding lakeFS description: Have a question about lakeFS? Check out this list of Frequently Asked Questions -has_children: false redirect_from: - /faq.html --- diff --git a/docs/understand/glossary.md b/docs/understand/glossary.md index 9d6a848e980..b24db3316d1 100644 --- a/docs/understand/glossary.md +++ b/docs/understand/glossary.md @@ -2,7 +2,6 @@ title: Glossary description: Glossary of all terms related to lakeFS technical internals and the architecture. parent: Understanding lakeFS -has_children: false redirect_from: - /reference/glossary.html - /glossary.html diff --git a/docs/understand/how/kv.md b/docs/understand/how/kv.md index bf2d147ca57..c73fe625e1c 100644 --- a/docs/understand/how/kv.md +++ b/docs/understand/how/kv.md @@ -3,7 +3,6 @@ title: Internal database structure parent: How lakeFS Works grand_parent: Understanding lakeFS description: Brief introduction to lakeFS over KV -has_children: false redirect_from: - /understand/kv-in-a-nutshell.html --- diff --git a/docs/understand/how/merge.md b/docs/understand/how/merge.md index d7fbb0d7f7e..118387ff992 100644 --- a/docs/understand/how/merge.md +++ b/docs/understand/how/merge.md @@ -3,7 +3,6 @@ title: Merge description: Using lakeFS, you can merge different commits and references into a branch. The purpose of this document is to explain how to use this feature. parent: How lakeFS Works grand_parent: Understanding lakeFS -has_children: false redirect_from: - /reference/merge.html - /understand/merge.html diff --git a/docs/understand/how/versioning-internals.md b/docs/understand/how/versioning-internals.md index 82b5699e093..07f832e388c 100644 --- a/docs/understand/how/versioning-internals.md +++ b/docs/understand/how/versioning-internals.md @@ -3,7 +3,6 @@ title: Versioning Internals parent: How lakeFS Works grand_parent: Understanding lakeFS description: This section explains how versioning works in lakeFS. -has_children: false redirect_from: - /understand/architecture/data-model.html - /understand/understand/data-model.html diff --git a/docs/understand/model.md b/docs/understand/model.md index e210628959c..e4b45e60e25 100644 --- a/docs/understand/model.md +++ b/docs/understand/model.md @@ -2,7 +2,6 @@ title: Concepts and Model description: The lakeFS object model blends the object models of Git and of object stores such as S3. Read this page to learn more. parent: Understanding lakeFS -has_children: false redirect_from: - /reference/object-model.html - /understand/branching-model.html diff --git a/docs/understand/performance-best-practices.md b/docs/understand/performance-best-practices.md index 51264d772d2..8cdbee2c0b1 100644 --- a/docs/understand/performance-best-practices.md +++ b/docs/understand/performance-best-practices.md @@ -2,7 +2,6 @@ title: Performance Best Practices parent: Understanding lakeFS description: This section suggests performance best practices to work with lakeFS. -has_children: false --- # Performance Best Practices diff --git a/docs/understand/use_cases/cicd_for_data.md b/docs/understand/use_cases/cicd_for_data.md index 173261f60e8..fd7a2f20ef0 100644 --- a/docs/understand/use_cases/cicd_for_data.md +++ b/docs/understand/use_cases/cicd_for_data.md @@ -4,7 +4,6 @@ title: CI/CD for Data Lakes description: In this tutorial, we will explore how to use lakeFS to build a CI/CD pipeline for data lakes. parent: Use Cases grand_parent: Understanding lakeFS -has_children: false redirect_from: - /use_cases/cicd_for_data.html --- diff --git a/docs/understand/use_cases/etl_testing.md b/docs/understand/use_cases/etl_testing.md index 3ea075314b1..a63a6220bbf 100644 --- a/docs/understand/use_cases/etl_testing.md +++ b/docs/understand/use_cases/etl_testing.md @@ -3,7 +3,6 @@ title: ETL Testing Environment description: In this tutorial, we will explore how to safely run ETL testing using lakeFS to create isolated dev/test data environments to run data pipelines. parent: Use Cases grand_parent: Understanding lakeFS -has_children: false redirect_from: - /use_cases/etl_testing.html - /use_cases/iso_env.html diff --git a/docs/understand/use_cases/reproducibility.md b/docs/understand/use_cases/reproducibility.md index a5624ab12fb..1e7123a599e 100644 --- a/docs/understand/use_cases/reproducibility.md +++ b/docs/understand/use_cases/reproducibility.md @@ -4,7 +4,6 @@ title: Reproducibility description: In this tutorial, we will explore how to use lakeFS for reproducibility of data. parent: Use Cases grand_parent: Understanding lakeFS -has_children: false redirect_from: - /use_cases/reproducibility.html --- diff --git a/docs/understand/use_cases/rollback.md b/docs/understand/use_cases/rollback.md index ae723860d76..aceb17a86d7 100644 --- a/docs/understand/use_cases/rollback.md +++ b/docs/understand/use_cases/rollback.md @@ -4,7 +4,6 @@ title: Rollback description: In this tutorial, we will explore how to use lakeFS for rollback operations. parent: Use Cases grand_parent: Understanding lakeFS -has_children: false redirect_from: - /use_cases/rollback.html ---