Skip to content

Commit

Permalink
Add content to index pages of /understand (#6270)
Browse files Browse the repository at this point in the history
* Remove default layout metadata
- It's the only layout
- It's the default anyway
- It adds unnecessary content to the front page matter metadata for pages, making it more likely to make a mistake editing what is there

* Add content to index pages of /understand, fix a few page nits

* Always that file you forget to update 🤦🏻
  • Loading branch information
Robin Moffatt authored Jul 27, 2023
1 parent 5ba488b commit feb2d41
Show file tree
Hide file tree
Showing 88 changed files with 100 additions and 134 deletions.
1 change: 0 additions & 1 deletion cmd/lakectl/cmd/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

// language=markdown
var cliReferenceHeader = `---
layout: default
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
Expand Down
1 change: 0 additions & 1 deletion docs/404.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
permalink: /404.html
nav_exclude: true
---
Expand Down
1 change: 0 additions & 1 deletion docs/cloud/auditing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Auditing
parent: lakeFS Cloud
description: Auditing is a solution for lakeFS Cloud which enables tracking of events and activities performed within the solution. These logs capture information such as who accessed the solution, what actions were taken, and when they occurred.
Expand Down
1 change: 0 additions & 1 deletion docs/cloud/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: lakeFS Cloud
description: This section includes lakeFS Cloud documentation
nav_order: 80
Expand Down
1 change: 0 additions & 1 deletion docs/cloud/managed-gc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Managed Garbage Collection
description: Reduce the operational overhead of running garbage collection manually.
parent: lakeFS Cloud
Expand Down
1 change: 0 additions & 1 deletion docs/cloud/private-link.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Private Link
description: Private Link enables lakeFS Cloud to interact with your infrastructure using private networking.
parent: lakeFS Cloud
Expand Down
1 change: 0 additions & 1 deletion docs/cloud/sso.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Single Sign On (SSO)
description: How to configure Single Sign On (SSO) for lakeFS Cloud.
parent: lakeFS Cloud
Expand Down
1 change: 0 additions & 1 deletion docs/cloud/unity-delta-sharing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
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.
Expand Down
1 change: 0 additions & 1 deletion docs/enterprise/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: lakeFS Enterprise
description: lakeFS Enterprise is an enterprise-ready lakeFS solution providing additional features including RBAC, SSO and Support SLA.
nav_order: 81
Expand Down
1 change: 0 additions & 1 deletion docs/enterprise/sso.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Single Sign On (SSO) in lakeFS Enterprise
description: How to configure Single Sign On in lakeFS Enterprise.
parent: lakeFS Enterprise
Expand Down
1 change: 0 additions & 1 deletion docs/howto/copying.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Copying data to/from lakeFS
description:
parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/deploy/aws.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: AWS
grand_parent: How-To
parent: Install lakeFS
Expand Down
1 change: 0 additions & 1 deletion docs/howto/deploy/azure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Azure
grand_parent: How-To
parent: Install lakeFS
Expand Down
1 change: 0 additions & 1 deletion docs/howto/deploy/gcp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: GCP
grand_parent: How-To
parent: Install lakeFS
Expand Down
7 changes: 5 additions & 2 deletions docs/howto/deploy/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Install lakeFS
parent: How-To
description: This section will guide you through deploying and setting up a production lakeFS environment.
Expand All @@ -16,4 +15,8 @@ redirect_from:
# Deploy and Setup lakeFS

For a hosted lakeFS service with guaranteed SLAs, try [lakeFS Cloud](https://lakefs.cloud)
{: .note }
{: .note }

lakeFS releases include [binaries](https://github.com/treeverse/lakeFS/releases) for common operating systems, a [containerized option](https://hub.docker.com/r/treeverse/lakefs) or a [Helm chart](https://artifacthub.io/packages/helm/lakefs/lakefs).

Check out our guides for running lakeFS on [AWS]({{ site.baseurl }}/howto/deploy/aws.md), [GCP]({{ site.baseurl }}/howto/deploy/gcp.md) and [more]({{ site.baseurl }}/howto/deploy).
1 change: 0 additions & 1 deletion docs/howto/deploy/onprem.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: On-Premises Deployment of lakeFS
grand_parent: How-To
parent: Install lakeFS
Expand Down
1 change: 0 additions & 1 deletion docs/howto/deploy/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Upgrade lakeFS
description: A guide to upgrading lakeFS to the latest version.
grand_parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/export.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
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
Expand Down
1 change: 0 additions & 1 deletion docs/howto/garbage-collection-committed.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: (deprecated) Committed Objects
description: Clean up unnecessary objects using the garbage collection feature in lakeFS.
parent: Garbage Collection
Expand Down
1 change: 0 additions & 1 deletion docs/howto/garbage-collection-index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Garbage Collection
description: Clean up unnecessary objects using the garbage collection feature in lakeFS.
parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/garbage-collection-uncommitted.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: (deprecated) Uncommitted Objects
description: Clean up uncommitted objects that are no longer needed.
parent: Garbage Collection
Expand Down
1 change: 0 additions & 1 deletion docs/howto/garbage-collection.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Garbage Collection
description: Clean up expired objects using the garbage collection feature in lakeFS.
parent: Garbage Collection
Expand Down
1 change: 0 additions & 1 deletion docs/howto/gc-internals.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: "Internals: Committed GC"
description: How Garbage Collection in lakeFS works
parent: Garbage Collection
Expand Down
1 change: 0 additions & 1 deletion docs/howto/hooks/airflow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Airflow Hooks
parent: Actions and Hooks
grand_parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/hooks/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Actions and Hooks
description: Overview of lakeFS Actions and Hooks
has_children: true
Expand Down
1 change: 0 additions & 1 deletion docs/howto/hooks/lua.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Lua Hooks
parent: Actions and Hooks
grand_parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/hooks/webhooks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Webhooks
parent: Actions and Hooks
grand_parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/import.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Import data
description: Import existing data into a lakeFS repository
parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: How-To
description: How to perform various tasks in lakeFS
nav_order: 5
Expand Down
1 change: 0 additions & 1 deletion docs/howto/migrate-away.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
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
Expand Down
1 change: 0 additions & 1 deletion docs/howto/protect-branches.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Protect Branches
description: Branch protection rules prevent direct changes from being applied to your important branches.
parent: How-To
Expand Down
1 change: 0 additions & 1 deletion docs/howto/sizing-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Sizing Guide
parent: How-To
description: This section provides a detailed sizing guide for deploying lakeFS.
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Welcome to lakeFS 👋🏻
description: The lakeFS documentation provides guidance on how to use lakeFS to deliver resilience and manageability to data lakes.
nav_order: 0
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/airbyte.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Airbyte
description: Use Airbyte with lakeFS to easily sync data between applications and S3 with lakeFS version control.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/airflow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Airflow
description: Easily build reproducible data pipelines with Airflow and lakeFS using commits, without modifying the code or logic of your job.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/athena.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Amazon Athena
description: This section shows how you can start querying data from lakeFS using Amazon Athena.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/aws_cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: AWS CLI
description: This section shows how to use the AWS CLI for AWS S3 to access lakeFS.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/cloudera.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Cloudera
description: Accessing data in lakeFS from Cloudera Spark works the same as accessing S3 data from Apache Spark.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/dbt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: dbt
description: This guide covers maintaining environments with dbt and lakeFS.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/delta.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Delta Lake
description: This section explains how to use Delta Lake with lakeFS.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/dremio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Dremio
description: This section shows how you can start using lakeFS with Dremio, a next-generation data lake engine.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/duckdb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: DuckDB
description: How to use lakeFS with DuckDB, an open-source SQL OLAP database management system.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/glue_hive_metastore.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Glue / Hive metastore
description: This section explains how to query data from lakeFS branches in services backed by Glue/Hive Metastore.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/hive.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: 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
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/iceberg.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Apache Iceberg
description: How to integrate lakeFS with Apache Iceberg
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Integrations
description: Integrate lakeFS with all modern data frameworks such as Spark, Apache Iceberg, Hive, AWS Athena, Presto, and more.
nav_order: 10
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/kafka.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Kafka
description: This section explains how you can start using lakeFS with Kafka using Confluent’s S3 Sink Connector.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/kubeflow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
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
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/presto_trino.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Presto/Trino
description: This section explains how you can start using lakeFS with Presto/Trino, an open-source distributed SQL query engine.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/python.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Python
description: Use Python to interact with your objects on lakeFS
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/r.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: R
description: How to use lakeFS from R including creating branches, committing changes, and merging.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/sagemaker.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: SageMaker
description: This section explains how to integrate your SageMaker installation to work with lakeFS.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/integrations/spark.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Spark
description: Accessing data in lakeFS from Apache Spark works the same as accessing S3 data from Apache Spark.
parent: Integrations
Expand Down
1 change: 0 additions & 1 deletion docs/posts/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
has_children: true
search_exclude: true
---
1 change: 0 additions & 1 deletion docs/posts/security_update.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
parent: posts
has_children: false
date: 2023-01-31
Expand Down
1 change: 0 additions & 1 deletion docs/project/contributing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
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
Expand Down
1 change: 0 additions & 1 deletion docs/project/docs/callouts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Callouts
description: Using and Customising Callouts in lakeFS Documentation
parent: Documentation
Expand Down
1 change: 0 additions & 1 deletion docs/project/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: The lakeFS Project
description: lakeFS is an open-source project under the Apache 2.0 license, committed to fostering the open-source space.
nav_order: 100
Expand Down
1 change: 0 additions & 1 deletion docs/quickstart/learning-more-lakefs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: 🧑🏻‍🎓 Learn more about lakeFS
description: Learn more about lakeFS here with links to resources including quickstart, samples, installation guides, and more.
parent: ⭐ Quickstart ⭐
Expand Down
1 change: 0 additions & 1 deletion docs/reference/access-control-lists.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Access Control Lists (ACLs)
parent: Reference
description: Access control lists (ACLs) are one of the resource-based options that you can use to manage access to your repositories and objects. There are limits to managing permissions using ACLs.
Expand Down
1 change: 0 additions & 1 deletion docs/reference/api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: API Reference
description: This section includes the reference documentation for the lakeFS platform's various APIs.
parent: Reference
Expand Down
1 change: 0 additions & 1 deletion docs/reference/authentication.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Authentication
description: This section covers Authentication of your lakeFS server.
parent: Reference
Expand Down
1 change: 0 additions & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
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
Expand Down
1 change: 0 additions & 1 deletion docs/reference/configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Configuration
description: Configuring lakeFS is done using a YAML configuration file. This reference uses `.` to denote the nesting of values.
parent: Reference
Expand Down
Loading

0 comments on commit feb2d41

Please sign in to comment.