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 c619bb2  navigation fix (#45)
c619bb2 is described below

commit c619bb2a736446d1a7ff56d22bb0a448f15b6e63
Author: Kelly-Ann Dolor <[email protected]>
AuthorDate: Fri Sep 26 15:19:47 2025 -0700

    navigation fix (#45)
---
 docs/stylesheets/extra.css |  2 +-
 mkdocs.yml                 | 29 ++++++++++++-----------------
 2 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 20e8077..644bdc4 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -53,7 +53,7 @@
   font-weight: 400;
   color: rgba(255, 255, 255, 0.85);
   /* We no longer need vertical padding for spacing */
-  padding: 0 0.9rem;
+  padding: 0 0.4rem;
   font-size: 0.65rem; /* NEW: Adjust font size */
 }
 
diff --git a/mkdocs.yml b/mkdocs.yml
index da7bcb2..e37b688 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -29,6 +29,13 @@ extra:
         - 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/";
+  spatialbench_links: &spatialbench_links
+    - Framework:
+        - Methodology: overview-methodology.md
+        - SpatialBench Queries: queries.md
+        - Datasets & Generators: datasets-generators.md
+        - Data Distributions: spatialbench-distributions.md
+
 
 site_name: SpatialBench
 site_description: SpatialBench is a benchmark for assessing geospatial SQL 
analytics query performance across database systems
@@ -38,32 +45,20 @@ nav:
   - SpatialBench:
       - Home: index.md
       # Use the alias (*) to insert the Get Involved links here
+      - <<: *spatialbench_links
       - <<: *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 Data Distributions:
-      - spatialbench-distributions.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
-  - Single node benchmarks:
+  - Single Node Benchmarks:
       - single-node-benchmarks.md
       # Use the alias (*) to insert the Get Involved links here
+      - <<: *spatialbench_links
       - <<: *community_links
   - Contributors Guide:
       - contributors-guide.md
       # Use the alias (*) to insert the Get Involved links here
+      - <<: *spatialbench_links
       - <<: *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/
 repo_name: apache/sedona-spatialbench

Reply via email to