This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 28f5d15 [DOCS] aligning nav (#112)
28f5d15 is described below
commit 28f5d1514601134135e98de7e97a3899d5791d45
Author: Kelly-Ann Dolor <[email protected]>
AuthorDate: Fri Sep 19 12:33:46 2025 -0700
[DOCS] aligning nav (#112)
---
docs/index.md | 1 -
mkdocs.yml | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index 62a8bfc..6f45db2 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,4 @@
---
-hide:
title: Introducing SedonaDB
---
diff --git a/mkdocs.yml b/mkdocs.yml
index 233ce78..6a9515a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -20,7 +20,7 @@ site_description: "Documentation for Apache SedonaDB"
site_url: https://sedona.apache.org/sedonadb/
nav:
- SedonaDB: index.md
- - Python Quickstart: quickstart-python.md
+ - Quickstart: quickstart-python.md
- SedonaDB Guides:
- Working with Vector Data: programming-guide.md
- Working with GeoPandas: geopandas-interop.md