This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.7.0 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit f388fe4587df3763acfbd2f3015dc132cf384804 Author: Matthew Powers <[email protected]> AuthorDate: Tue Jan 7 12:44:20 2025 -0300 [DOCS] add canonical links to docs (#1735) * [WIP] add canonical links to docs * add site_url for docs --- mkdocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index f04833ee88..0ed315ccfe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,6 +16,7 @@ # under the License. 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. nav: - Home: index.md @@ -174,6 +175,8 @@ theme: extra: version: provider: mike + default: + - latest social: - icon: fontawesome/brands/github-alt link: 'https://github.com/apache/sedona' @@ -225,3 +228,5 @@ plugins: type: datetime - mkdocs-jupyter: include_source: True + - mike: + canonical_version: "latest"
