diff options
author | Jan-Simon Möller <dl9pf@gmx.de> | 2016-12-05 23:17:59 +0100 |
---|---|---|
committer | Jan-Simon Möller <dl9pf@gmx.de> | 2016-12-05 23:17:59 +0100 |
commit | 835bd2306ab184733981c698b862f0802b49ed78 (patch) | |
tree | 246aa47a17f635c3eb1bbb18ed34c04ef68c8092 /conf | |
parent | 167e4a8b7168e13bf9a490cb45a4834fcb6af286 (diff) |
Add search configuration.
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/_config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/_config.yml b/conf/_config.yml index bb87cf4..ecce84d 100644 --- a/conf/_config.yml +++ b/conf/_config.yml @@ -87,8 +87,8 @@ exclude: - static/css-src algolia: # https://community.algolia.com/docsearch/ - index : "iot" - apikey: "40ffa808affb354450e0c0ddabe94aa9" + index : "automotivelinux" + apikey: "edd30bcff9f6df4b095c41cba3e5a418" #disqus: # check https://disqus.com/admin # name: "docsiotbzh" |