This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.8.0 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 49f6a00ca84113c0bfbb419c9d0fdc885778653a Author: Kelly-Ann Dolor <[email protected]> AuthorDate: Thu Sep 18 10:49:42 2025 -0700 [DOCS] adding announcement bar SedonaDB and SpatialBench to Homepage (#2358) * adding announcement bar * adding announcement bar * [DOCS] aligning color code and adding prefix * [DOCS] aligning color code and adding prefix --- docs-overrides/main.html | 6 ++++++ mkdocs.yml | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs-overrides/main.html b/docs-overrides/main.html index 8c6ca97f3d..3e022f5e21 100644 --- a/docs-overrides/main.html +++ b/docs-overrides/main.html @@ -15,6 +15,12 @@ You're not viewing the latest stable version. <meta name="google-site-verification" content="o2riomKLozYKc2IQivWGsrI2unuyQs7hXiAD4kGMCTQ" /> {% endblock %} +{% block header %} + <div style="background: #CA463A; color: white; text-align: center; padding: 0.5rem;"> + <a href="https://sedona.apache.org/sedonadb/" title="Announcement">📢 Introducing SedonaDB: A single-node analytical database engine with geospatial as the first-class citizen.</a> + </div> + {{ super() }} {# This renders the original header below your test bar #} +{% endblock %} {% block container %} {% if page.is_homepage %} diff --git a/mkdocs.yml b/mkdocs.yml index 5fb73d4cac..b87c504fc0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,9 +15,9 @@ # specific language governing permissions and limitations # under the License. -site_name: Apache Sedona™ +site_name: Apache Sedona site_url: https://sedona.apache.org -site_description: Apache Sedona™ is a cluster computing system for processing large-scale spatial data. Sedona extends existing cluster computing systems, such as Apache Spark, Apache Flink, and Snowflake, with a set of out-of-the-box distributed Spatial Datasets and Spatial SQL that efficiently load, process, and analyze large-scale spatial data across machines. +site_description: Apache Sedona is a cluster computing system for processing large-scale spatial data. Sedona extends existing cluster computing systems, such as Apache Spark, Apache Flink, and Snowflake, with a set of out-of-the-box distributed Spatial Datasets and Spatial SQL that efficiently load, process, and analyze large-scale spatial data across machines. nav: - Home: index.md - Setup: @@ -144,6 +144,8 @@ nav: - Function (Snowflake): api/snowflake/vector-data/Function.md - Aggregate Function (Snowflake): api/snowflake/vector-data/AggregateFunction.md - Predicate (Snowflake): api/snowflake/vector-data/Predicate.md + - SedonaDB: 'https://sedona.apache.org/sedonadb/' + - SpatialBench: 'https://sedona.apache.org/spatialbench/' - Blog: blog/index.md - Community: - Compile the code: setup/compile.md @@ -184,6 +186,7 @@ theme: logo: fontawesome/solid/earth-americas repo: fontawesome/brands/github features: + - announce.dismiss - content.code.copy - content.action.edit - search.highlight
