This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new cc067c09e [DOCS] 💄 update `mkdocs.yml` to sort the `theme/features` 
list (#1645)
cc067c09e is described below

commit cc067c09e0a5dae83ed2410ff8038e234367b84d
Author: John Bampton <[email protected]>
AuthorDate: Fri Oct 18 15:01:55 2024 +1000

    [DOCS] 💄 update `mkdocs.yml` to sort the `theme/features` list (#1645)
    
    Minor change for improved readability.  A ordered list always helps.  Less 
chaos :+1:
---
 mkdocs.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 983bc4384..2ea098aa6 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -144,14 +144,14 @@ theme:
     logo: fontawesome/solid/earth-americas
     repo: fontawesome/brands/github
   features:
-    - navigation.instant
-    - navigation.tabs
-    - navigation.top
-    - search.suggest
+    - content.code.copy
     - search.highlight
     - search.share
+    - search.suggest
     - navigation.footer
-    - content.code.copy
+    - navigation.instant
+    - navigation.tabs
+    - navigation.top
 extra:
   version:
     provider: mike

Reply via email to