This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new 67e150d [MINOR][DOC] Update algolia index name
67e150d is described below
commit 67e150d3d68de5dd63f4255112ce2161fcd7873f
Author: j143 <[email protected]>
AuthorDate: Tue Dec 8 18:02:26 2020 +0530
[MINOR][DOC] Update algolia index name
Refer https://github.com/algolia/docsearch-configs/pull/2943
---
docs/_includes/scripts.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_includes/scripts.html b/docs/_includes/scripts.html
index f4a344e..965c62c 100644
--- a/docs/_includes/scripts.html
+++ b/docs/_includes/scripts.html
@@ -75,11 +75,11 @@ limitations under the License.
docsearch({
apiKey: '78c19564c220d4642a41197baae304ef',
- indexName: 'apache_systemml',
+ indexName: 'apache_systemds',
inputSelector: "#s-bar",
// For custom styling for the dropdown, please set debug to true
// so that the dropdown won't disappear when the inspect tools are
// open.
debug: false
});
-</script>
\ No newline at end of file
+</script>