This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-0.1.0 in repository https://gitbox.apache.org/repos/asf/sedona-db.git
commit d5d5cc7632dcacc31ae2f5cedc0cf48ca9a13b14 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
