You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2020/12/10 00:01:17 UTC

[incubator-sedona] branch master updated: Update mkdocs.yml to support the latest theme

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/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new a614cfb  Update mkdocs.yml to support the latest theme
a614cfb is described below

commit a614cfbb322d18dee01a4043426073bec4727047
Author: Jia Yu <ji...@apache.org>
AuthorDate: Wed Dec 9 16:01:05 2020 -0800

    Update mkdocs.yml to support the latest theme
---
 mkdocs.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index c1510b0..65ae03b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -100,7 +100,7 @@ theme:
   font:
     text: Lato
   features:
-    - tabs
+    - navigation.tabs
 google_analytics: ['UA-64886725-1', 'www.public.asu.edu/~jiayu2/geospark/index.html']
 extra:
   social:
@@ -129,4 +129,7 @@ markdown_extensions:
   - pymdownx.superfences
   - pymdownx.tasklist:
       custom_checkbox: true
-  - pymdownx.tilde
\ No newline at end of file
+  - pymdownx.tilde
+plugins:
+  - search:
+      prebuild_index: true