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-spatialbench.git


The following commit(s) were added to refs/heads/main by this push:
     new 1731925  Changing SpatialBench Navigation (#31)
1731925 is described below

commit 17319258ddabda64e9b3b3d3dd532edbe8968036
Author: Kelly-Ann Dolor <[email protected]>
AuthorDate: Tue Sep 23 16:16:31 2025 -0700

    Changing SpatialBench Navigation (#31)
    
    * Changing SpatialBench Navigation
    
    * [DOCS] fixing pre-commit
    
    * fixing pre-commit adding contributors to nav
    
    * fixing comments
    
    * Apply suggestion from @jiayuasu
    
    Co-authored-by: Jia Yu <[email protected]>
    
    * fixing extra sedona link
    
    * fixing comments
    
    * fixing comments
    
    ---------
    
    Co-authored-by: Jia Yu <[email protected]>
---
 docs/overview-methodology.md |  4 +--
 mkdocs.yml                   | 60 +++++++++++++++++++++++++++++++-------------
 2 files changed, 43 insertions(+), 21 deletions(-)

diff --git a/docs/overview-methodology.md b/docs/overview-methodology.md
index b7e5577..8e12d9d 100644
--- a/docs/overview-methodology.md
+++ b/docs/overview-methodology.md
@@ -1,5 +1,5 @@
 ---
-title: SpatialBench Overview and Methodology
+title: SpatialBench Methodology
 ---
 
 <!---
@@ -19,8 +19,6 @@ title: SpatialBench Overview and Methodology
   under the License.
 -->
 
-# SpatialBench Overview and Methodology
-
 SpatialBench is an open benchmark suite of representative spatial queries 
designed to evaluate the performance of different engines at multiple scale 
factors.
 
 The SpatialBench queries are a great way to compare the relative performance 
between engines for analytical spatial workloads.  You can use a small scale 
factor for single-machine queries, and a large scale factor to benchmark an 
engine that distributes computations in the cloud.
diff --git a/mkdocs.yml b/mkdocs.yml
index e2fb203..d8d6840 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -15,18 +15,50 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# Define the anchor at the top so it's available for the nav section
+extra:
+  social:
+    - icon: fontawesome/brands/github
+      link: 'https://github.com/apache/spatialbench'
+    - icon: fontawesome/brands/twitter
+      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: SpatialBench
 site_description: SpatialBench is a benchmark for assessing geospatial SQL 
analytics query performance across database systems
+# Define a reusable block of links with a YAML anchor (&)
+
 nav:
-  - Home:
-    - SpatialBench: index.md
-    - Overview and Methodology: overview-methodology.md
-    - Datasets and Generators: datasets-generators.md
-    - Run the SpatialBench Queries: queries.md
-  - 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/";
-  - Sedona Homepage: "https://sedona.apache.org/latest/";
+  - SpatialBench:
+      - Home: index.md
+      # Use the alias (*) to insert the Get Involved links here
+      - <<: *community_links
+
+  - Methodology:
+      - overview-methodology.md
+      # Use the alias (*) to insert the Get Involved links here
+      - <<: *community_links
+
+  - Data Generation:
+      - datasets-generators.md
+      # Use the alias (*) to insert the Get Involved links here
+      - <<: *community_links
+
+  - SpatialBench Queries:
+      - queries.md
+      # Use the alias (*) to insert the Get Involved links here
+      - <<: *community_links
+  - Contributors Guide:
+      - contributors-guide.md
+      # Use the alias (*) to insert the Get Involved links here
+      - <<: *community_links
+  - Sedona Homepage: "https://sedona.apache.org";
 
 repo_url: https://github.com/apache/sedona-spatialbench/
 edit_uri: https://github.com/apache/sedona-spatialbench/blob/main/docs/
@@ -57,15 +89,7 @@ theme:
     - navigation.sections
     - navigation.tabs
     - navigation.tabs.sticky
-extra:
-  social:
-    - icon: fontawesome/brands/github
-      link: 'https://github.com/apache/spatialbench'
-    - icon: fontawesome/brands/twitter
-      link: 'https://twitter.com/ApacheSedona'
-    - icon: fontawesome/brands/discord
-      link: 'https://discord.gg/9A3k5dEBsY'
-# (Removed Sedona-specific version variables; no replacement needed)
+
 extra_css:
   - stylesheets/extra.css
 

Reply via email to