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 33b959d [DOCS] changing spatial bench logo, header, and adding to
requirements (#27)
33b959d is described below
commit 33b959d8989d2030b3dccdcdae9ae3438e03323d
Author: Kelly-Ann Dolor <[email protected]>
AuthorDate: Mon Sep 22 11:34:03 2025 -0700
[DOCS] changing spatial bench logo, header, and adding to requirements (#27)
* changing spatial bench logo, header, and adding to requirements
* removing broken css
* add spatialbench messaging
* add punctuation
---
docs-overrides/.icons/sedona_logo_symbol_white.svg | 18 ++++++++++++++++++
docs/index.md | 4 +++-
docs/stylesheets/extra.css | 15 +++++++++++++++
mkdocs.yml | 2 +-
requirements-docs.txt | 1 +
5 files changed, 38 insertions(+), 2 deletions(-)
diff --git a/docs-overrides/.icons/sedona_logo_symbol_white.svg
b/docs-overrides/.icons/sedona_logo_symbol_white.svg
new file mode 100644
index 0000000..95d8e8a
--- /dev/null
+++ b/docs-overrides/.icons/sedona_logo_symbol_white.svg
@@ -0,0 +1,18 @@
+<svg width="286" height="317" viewBox="0 0 286 317" fill="none"
xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_1920_8884)">
+<mask id="mask0_1920_8884" style="mask-type:luminance"
maskUnits="userSpaceOnUse" x="0" y="0" width="286" height="325">
+<path d="M286 0H0V324.459H286V0Z" fill="white"/>
+</mask>
+<g mask="url(#mask0_1920_8884)">
+<path d="M201.145 183.463L181.741 196.596L159.156 180.86L111.78
147.848L-0.00390625 218.43L107.689 0L178.919 139.832L201.145 183.463Z"
fill="white"/>
+<path d="M286.743 221.398L212.794 175.626L201.892 182.954L182.487
196.087L159.902 180.351L179.666 139.323L209.933 76.48L286.743 221.398Z"
fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M111.438 219.01L164.576
255.745L181.553 267.481L211.874 247.119L333.732 322.023L322.171 338.481L211.708
271.455L206.618 274.874L181.387 291.816L153.017 272.204L111.033 243.18L-42.2985
341.841L-53.3008 325.011L111.438 219.01Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M111.781 172.658L165.229
210.17L182.358 221.906L213.12 200.766L336.072 275.671L324.407 292.128L212.952
225.103L207.816 228.521L182.358 245.463L153.734 225.852L111.372
196.828L-43.3364 295.488L-54.4375 278.658L111.781 172.658Z" fill="white"/>
+</g>
+</g>
+<defs>
+<clipPath id="clip0_1920_8884">
+<rect width="286" height="317" fill="white"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/docs/index.md b/docs/index.md
index adf52b8..993be0e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -19,7 +19,9 @@ title: Sedona SpatialBench
under the License.
-->
-Sedona SpatialBench makes it easy to run spatial benchmarks on a realistic
dataset with any query engine.
+SpatialBench is a benchmark for assessing geospatial SQL analytics query
performance across database systems.
+
+SpatialBench makes it easy to run spatial benchmarks on a realistic dataset
with any query engine.
The methodology is unbiased and the benchmarks in any environment to compare
relative performance between runtimes.
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 72d20b5..1b5a89f 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -67,3 +67,18 @@
background-color: var(--color-red); /* Use your red color */
box-shadow: none; /* Optional: removes the shadow */
}
+
+
+/* ==========================================================================
+ Logo Size Adjustment
+ ==========================================================================
*/
+
+/*
+ Targets the logo in the header, whether it's an SVG or a standard image file.
+ Adjust the height value as needed to get the perfect size.
+*/
+.md-header .md-logo img,
+.md-header .md-logo svg {
+ height: 42px; /* This should match the Apache Sedona logo size */
+ width: auto; /* Ensures the width scales proportionally */
+}
diff --git a/mkdocs.yml b/mkdocs.yml
index c346d13..ecf3270 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-site_name: Apache Sedona SpatialBench
+site_name: SpatialBench
site_description: SpatialBench is a benchmark for assessing geospatial SQL
analytics query performance across database systems
nav:
- Home:
diff --git a/requirements-docs.txt b/requirements-docs.txt
index 7f81021..20fa4a8 100644
--- a/requirements-docs.txt
+++ b/requirements-docs.txt
@@ -3,5 +3,6 @@ mkdocs-material
mkdocs-macros-plugin
mkdocs-glightbox
mkdocs-git-revision-date-localized-plugin
+mkdocstrings[python]
mike
mkdocs-jupyter