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-db.git


The following commit(s) were added to refs/heads/main by this push:
     new 338d369  chore: enable version selector in mike and fix the gitignore 
(#89)
338d369 is described below

commit 338d36917a3af845715da5a5d6d1c2485665041a
Author: Jia Yu <[email protected]>
AuthorDate: Tue Sep 16 07:53:17 2025 -0700

    chore: enable version selector in mike and fix the gitignore (#89)
---
 .gitignore | 1 -
 mkdocs.yml | 5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3d88842..3ef7d21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,4 +46,3 @@ __pycache__
 
 # R-related files
 .Rproj.user
-*
diff --git a/mkdocs.yml b/mkdocs.yml
index f3b07e6..62392c0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -48,7 +48,7 @@ extra:
   version:
     provider: mike
     default:
-       - 0.1
+      - latest
 
 
 extra_css:
@@ -97,7 +97,8 @@ plugins:
         type: datetime
    - mkdocs-jupyter
    - mike:
-        version_selector: false
+        version_selector: true
+        canonical_version: 'latest'
    - glightbox:
         touchNavigation: true
         loop: false

Reply via email to