aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <dl9pf@gmx.de>2019-08-03 06:20:38 +0100
committerGitHub <noreply@github.com>2019-08-03 06:20:38 +0100
commit9250191725be32377574351e889cc9b860f260fb (patch)
tree2311e12263b314581d777513449bf0a8f9214a22
parent5351edacca58cea0884bd264abde8c6ba557d8f4 (diff)
parentc7e8b5f8855b46fd3d51ab8d6518367e50a3eed6 (diff)
Merge pull request #10 from automotive-grade-linux/jsm-search
We decided the search 'quality' was not really good and consistent this way. Hide it.
-rw-r--r--conf/_config.yml10
-rw-r--r--site/_includes/header.html4
2 files changed, 7 insertions, 7 deletions
diff --git a/conf/_config.yml b/conf/_config.yml
index 6ca6369..6273648 100644
--- a/conf/_config.yml
+++ b/conf/_config.yml
@@ -15,7 +15,7 @@ baseurl: "" # the subpath of the site, e.g. /blog; NOTE: no trailing slas
docsurl: "/docs" # docsearch entry point
rss_path: /misc/feed.xml
-copyright_date: "2015-2018"
+copyright_date: "2015-2019"
excerpt_separator: <!--more-->
@@ -51,7 +51,7 @@ logo:
message:
indev : "Draft version of documentation under development may change!"
-ganalytics: xxxxxxxx
+#ganalytics: xxxxxxxx
# NOTE:
# this value gets overwritten in _defaults.yml, which is a generated file
@@ -87,9 +87,9 @@ graph: # ~~~ UML-style-class
exclude:
- static/css-src
-algolia: # https://community.algolia.com/docsearch/
- index : "automotivelinux"
- apikey: "edd30bcff9f6df4b095c41cba3e5a418"
+#algolia: # https://community.algolia.com/docsearch/
+# index : "automotivelinux"
+# apikey: "edd30bcff9f6df4b095c41cba3e5a418"
#disqus: # check https://disqus.com/admin
# name: "docsiotbzh"
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 4272748..78387ad 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -76,8 +76,8 @@
<input id="header-search-field" type="text" placeholder="Search '{{ version }}' docs..." class="form-control hidden-xs" autocomplete="off">
</div>
</form> -->
- <script async src="https://cse.google.com/cse.js?cx=015035502323899441113:l83yxim-aao"></script>
- <div class="gcse-search"></div>
+ <!--<script async src="https://cse.google.com/cse.js?cx=015035502323899441113:l83yxim-aao"></script>
+ <div class="gcse-search"></div>-->
</li>
</ul>
</div>