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 6d0b218  docs: update navigation (#202)
6d0b218 is described below

commit 6d0b218844fe50d6c4d2b3a2d15ee124baecf110
Author: Matthew Powers <[email protected]>
AuthorDate: Thu Oct 9 18:15:46 2025 -0400

    docs: update navigation (#202)
---
 mkdocs.yml | 50 ++++++++++++++++++--------------------------------
 1 file changed, 18 insertions(+), 32 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 60a56b1..9f45525 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -27,48 +27,34 @@ extra:
       link: 'https://twitter.com/ApacheSedona'
     - icon: fontawesome/brands/discord
       link: 'https://discord.gg/9A3k5dEBsY'
-  community_links: &community_links
-    - Get Involved:
-        - Sedona OSS Blog: "https://sedona.apache.org/latest/blog/";
-        - Community: "https://sedona.apache.org/latest/community/contact/";
-        - Apache Software Foundation: 
"https://sedona.apache.org/latest/asf/asf/";
 
 site_name: SedonaDB
 site_description: "Documentation for SedonaDB"
 site_url: https://sedona.apache.org/sedonadb/
 nav:
-  # This becomes the 'SedonaDB' tab
+  - Home: https://sedona.apache.org/latest/
+  - Setup: https://sedona.apache.org/latest/setup/overview/
+  - Download: https://sedona.apache.org/latest/download/
+  - Programming Guides: https://sedona.apache.org/latest/tutorial/sql/
+  - API Docs: https://sedona.apache.org/latest/api/sql/Overview/
   - SedonaDB:
       - Home: index.md
-      # The alias (*) works perfectly from the 'extra' block
-      - <<: *community_links
-
-  # This becomes the 'Quickstart' tab
-  - Python Quickstart:
-      - quickstart-python.md
-      - <<: *community_links
-
-  # This becomes the 'SedonaDB Guides' tab
-  - SedonaDB Guides:
-      - Working with Vector Data: programming-guide.md
-      - Working with GeoPandas: geopandas-interop.md
-      - Working with Overture: overture-examples.md
+      - Quickstart: quickstart-python.md
+      - Programming Guide: programming-guide.md
+      - GeoPandas interop: geopandas-interop.md
+      - Overture Examples: overture-examples.md
+      - CRS Examples: crs-examples.md
       - Working with Parquet Files: working-with-parquet-files.md
-      - Joining Spatial Data with Different Coordinate Systems: crs-examples.md
       - Working with SQL in SedonaDB: working-with-sql-sedonadb.md
       - Contributors Guide: contributors-guide.md
-
-      - <<: *community_links
-
-  # This becomes the 'SedonaDB Reference' tab
-  - SedonaDB Reference:
-      - Python:
-          - Python Functions: reference/python.md
-      - SQL:
-          - SQL Functions: reference/sql.md
-          - Spatial Joins: reference/sql-joins.md
-      - <<: *community_links
-  - Sedona Homepage: "https://sedona.apache.org/";
+      - API:
+        - Python: reference/python.md
+        - SQL: reference/sql.md
+        - Spatial Joins: reference/sql-joins.md
+  - SpatialBench: https://sedona.apache.org/spatialbench/
+  - Blog: https://sedona.apache.org/latest/blog/
+  - Community: https://sedona.apache.org/latest/setup/compile/
+  - Apache Software Foundation: https://sedona.apache.org/latest/asf/asf/
 
 repo_url: https://github.com/apache/sedona-db
 edit_uri: https://github.com/apache/sedona-db/blob/main/docs/

Reply via email to