Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs-overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<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 %}
Expand Down
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# specific language governing permissions and limitations
# under the License.

site_name: Apache Sedona&trade;
site_name: Apache Sedona
site_url: https://sedona.apache.org
site_description: Apache Sedona&trade; 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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down