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 1299a9a  [DOCS] new PR for spatial bench theme (#11)
1299a9a is described below

commit 1299a9a7aa3244a368289c05412e2ed90fe22161
Author: Kelly-Ann Dolor <[email protected]>
AuthorDate: Wed Sep 17 13:39:21 2025 -0700

    [DOCS] new PR for spatial bench theme (#11)
---
 docs-overrides/sedona_logo.png        | Bin 0 -> 36199 bytes
 docs-overrides/sedona_logo_symbol.png | Bin 0 -> 17623 bytes
 docs-overrides/sedona_logo_symbol.svg |   8 ++++++++
 docs/index.md                         |  25 ++++++++++++++++++++++---
 docs/overview-methodology.md          |  23 +++++++++++++++++++++--
 docs/stylesheets/extra.css            |  27 ++++++++++++++-------------
 mkdocs.yml                            |  11 ++++++++---
 7 files changed, 73 insertions(+), 21 deletions(-)

diff --git a/docs-overrides/sedona_logo.png b/docs-overrides/sedona_logo.png
new file mode 100644
index 0000000..d67c86a
Binary files /dev/null and b/docs-overrides/sedona_logo.png differ
diff --git a/docs-overrides/sedona_logo_symbol.png 
b/docs-overrides/sedona_logo_symbol.png
new file mode 100644
index 0000000..a4e593e
Binary files /dev/null and b/docs-overrides/sedona_logo_symbol.png differ
diff --git a/docs-overrides/sedona_logo_symbol.svg 
b/docs-overrides/sedona_logo_symbol.svg
new file mode 100644
index 0000000..d06c8da
--- /dev/null
+++ b/docs-overrides/sedona_logo_symbol.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg width="100%" height="100%" viewBox="0 0 629 696" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; 
xml:space="preserve" xmlns:serif="http://www.serif.com/"; 
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
+    <use id="Background" xlink:href="#_Image1" x="0" y="0" width="628.846px" 
height="696px" transform="matrix(0.999755,0,0,1,0,0)"/>
+    <defs>
+        <image id="_Image1" width="629px" height="696px" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAnUAAAK4CAYAAAASgQs+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR4nOzde5hkZXnv/S+v/QoSoAiFjJMpVJqKW1EhOCBH8Qxy1OakaAvKYUBFQYOIqDCACgKKgpxRohaKCgwEweDZmJ0wIejeebNNTGpXjFOdyeiubFsTD8lE3z/WauiZ6equw1rrWYfv57q4rgSH7hu6eq17/Z713A9IKoxeo7k6dA2SJEkaQ6/RfHqv0ez1Gs1nh65FkpQ//0/oAiQN7BpgB+ATvUZzq9DFSJLyxaZOKoBeo/l04BBgAtgP2CNoQZKk3LGpk4phLqWbY1onSdqETZ2Uc5uldHNM6yRJm7Cpk/Jv85RujmmdJOkxNnVSj
 [...]
+    </defs>
+</svg>
diff --git a/docs/index.md b/docs/index.md
index 1427e12..adf52b8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,23 @@
-# Sedona SpatialBench
+---
+title: Sedona SpatialBench
+---
+
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 Sedona SpatialBench makes it easy to run spatial benchmarks on a realistic 
dataset with any query engine.
 
@@ -6,7 +25,7 @@ The methodology is unbiased and the benchmarks in any 
environment to compare rel
 
 ## Why SpatialBench
 
-SpatialBench is a geospatial benchmark for testing and optimizing spatial 
analytical query performance in database systems. Inspired by the SSB and NYC 
taxi data, it combines realistic urban mobility scenarios with a star schema 
extended with spatial attributes like pickup/dropoff points, zones, and 
building footprints. 
+SpatialBench is a geospatial benchmark for testing and optimizing spatial 
analytical query performance in database systems. Inspired by the SSB and NYC 
taxi data, it combines realistic urban mobility scenarios with a star schema 
extended with spatial attributes like pickup/dropoff points, zones, and 
building footprints.
 
 This design enables evaluation of the following geospatial operations:
 
@@ -48,7 +67,7 @@ See the project repository 
[README](https://github.com/apache/sedona-spatialbenc
 Here’s an example query that counts the number of trips that start within 500 
meters of each building:
 
 ```sql
-SELECT 
+SELECT
     b.b_buildingkey,
     b.b_name,
     COUNT(*) AS nearby_pickup_count
diff --git a/docs/overview-methodology.md b/docs/overview-methodology.md
index 39d67de..0a2cd02 100644
--- a/docs/overview-methodology.md
+++ b/docs/overview-methodology.md
@@ -1,3 +1,22 @@
-# SpatialBench Overview and Methodology
+---
+title: SpatialBench Overview and Methodology
+---
 
-TODO
\ No newline at end of file
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+## TODO
\ No newline at end of file
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index b197694..a7ad722 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -32,26 +32,27 @@
   width: auto;
 }
 
-/* ==========================================================================
-   Navigation Tabs Styles
-   ========================================================================== 
*/
+/* --- Definitive Navigation CSS (Final Version) --- */
 
-/* The main navigation bar container (the red bar) */
+/* 1. Set the height of the main navigation bar */
 .md-tabs {
   background-color: var(--color-red);
+  height: 2.5rem; /* Set an explicit, predictable height for the bar */
 }
 
-/* This ensures the navigation links are centered */
+/* 2. Control the alignment of the links within the bar */
 .md-tabs .md-tabs__list {
-  justify-content: center;
+  height: 100%; /* Make the link container fill the bar's height */
+  justify-content: center; /* Center links horizontally */
+  align-items: center;   /* NEW: Center links vertically */
+  flex-wrap: wrap;       /* Allow wrapping on small screens */
 }
 
-/* Styles for each link in the navigation bar */
+/* 3. Style the individual navigation links */
 .md-tabs__link {
-  font-family: var(--font-inter);
-  color: var(--color-white);
-
-  /* You can adjust the padding here to control spacing */
-  /* The first value is top/bottom, the second is left/right. */
-  padding: .5rem .6rem;
+  font-weight: 400;
+  color: rgba(255, 255, 255, 0.85);
+  /* We no longer need vertical padding for spacing */
+  padding: 0 0.9rem;
+  font-size: 0.65rem; /* NEW: Adjust font size */
 }
diff --git a/mkdocs.yml b/mkdocs.yml
index 8ffd6c7..dd33807 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -18,8 +18,13 @@
 site_name: Apache Sedona SpatialBench
 site_description: SpatialBench is a high-performance geospatial benchmark for 
generating synthetic spatial data at scale.
 nav:
-  - Home: index.md
+  - SpatialBench: index.md
   - Overview and Methodology: overview-methodology.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/";
+  - SedonaDB Homepage: "https://sedona.apache.org/sedonadb/";
 
 repo_url: https://github.com/apache/sedona-spatialbench/
 repo_name: apache/sedona-spatialbench
@@ -32,7 +37,7 @@ theme:
     primary: custom
     accent: 'green'
   icon:
-    logo: fontawesome/solid/earth-americas
+    logo: sedona_logo_symbol
     repo: fontawesome/brands/github
   features:
     - content.code.copy
@@ -44,7 +49,7 @@ theme:
     - navigation.instant
     - navigation.top
     - navigation.sections
-    - navigation.expand
+    - navigation.tabs
     - navigation.tabs.sticky
 extra:
   version:

Reply via email to