From bd6cdf95a49f5bbf78cecc3e9286928386407478 Mon Sep 17 00:00:00 2001 From: Orestis Herodotou Date: Tue, 15 Oct 2024 16:15:13 -0700 Subject: [PATCH] Add page titles for root docs pages --- docs/docs/contributing.md | 3 +++ docs/docs/faq.md | 2 +- docs/docs/icechunk-rust.md | 4 ++++ docs/docs/overview.md | 3 +++ docs/docs/sample-datasets.md | 3 +++ docs/docs/spec.md | 3 +++ 6 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md index 317c60b4..9a6efe55 100644 --- a/docs/docs/contributing.md +++ b/docs/docs/contributing.md @@ -1,3 +1,6 @@ +--- +title: Contributing +--- # Contributing 👋 Hi! Thanks for your interest in contributing to Icechunk! diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 22b5d375..a14a8936 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -1,5 +1,5 @@ --- -title: Icechunk - Frequenctly Asked Questions +title: Frequenctly Asked Questions --- # FAQ diff --git a/docs/docs/icechunk-rust.md b/docs/docs/icechunk-rust.md index d3a446b4..12c10c85 100644 --- a/docs/docs/icechunk-rust.md +++ b/docs/docs/icechunk-rust.md @@ -1,3 +1,7 @@ +--- +title: Rust +--- + # Icechunk Rust The Icechunk rust library is used internally by Icechunk Python. diff --git a/docs/docs/overview.md b/docs/docs/overview.md index e19ad7ce..b75d30f9 100644 --- a/docs/docs/overview.md +++ b/docs/docs/overview.md @@ -1,3 +1,6 @@ +--- +title: Overview +--- # Icechunk Icechunk is an open-source (Apache 2.0), transactional storage engine for tensor / ND-array data designed for use on cloud object storage. diff --git a/docs/docs/sample-datasets.md b/docs/docs/sample-datasets.md index 688c2ed6..92e63762 100644 --- a/docs/docs/sample-datasets.md +++ b/docs/docs/sample-datasets.md @@ -1,3 +1,6 @@ +--- +title: Sample Datasets +--- # Sample Datasets ## Native Datasets diff --git a/docs/docs/spec.md b/docs/docs/spec.md index 3c9d42af..00e32d63 100644 --- a/docs/docs/spec.md +++ b/docs/docs/spec.md @@ -1,3 +1,6 @@ +--- +title: Specification +--- # Icechunk Specification !!! note "Note"