This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch docs-mar-07 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 88fd4041d4d73c09baef816b412a88ba671f98b5 Author: Jia Yu <[email protected]> AuthorDate: Sun Mar 9 21:26:18 2025 -0700 Restructure mkdocs --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index eb478fc515..2db776b633 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,6 +66,9 @@ nav: - GeoParquet: tutorial/files/geoparquet-sedona-spark.md - GeoJSON: tutorial/files/geojson-sedona-spark.md - Shapefiles: tutorial/files/shapefiles-sedona-spark.md + - Concepts: + - Spatial Joins: tutorial/concepts/spatial-joins.md + - Clustering Algorithms: tutorial/concepts/clustering-algorithms.md - Map visualization SQL app: - Scala/Java: tutorial/viz.md - Use Apache Zeppelin: tutorial/zeppelin.md @@ -81,9 +84,6 @@ nav: - Examples: - Scala/Java: tutorial/demo.md - Python: tutorial/jupyter-notebook.md - - Concepts: - - Spatial Joins: tutorial/concepts/spatial-joins.md - - Clustering Algorithms: tutorial/concepts/clustering-algorithms.md - API Docs: - Sedona with Apache Spark: - SQL:
