You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ni...@apache.org on 2019/03/19 20:23:56 UTC

[systemml] branch master updated: [SYSTEMML-2520][DOC] Specified the steps required to update Crawler configuration for the search indexing in our release documentation.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45f72bf  [SYSTEMML-2520][DOC] Specified the steps required to update Crawler configuration for the search indexing in our release documentation.
45f72bf is described below

commit 45f72bf4e4aecff98b74382282948a850ed4846d
Author: Niketan Pansare <np...@us.ibm.com>
AuthorDate: Tue Mar 19 13:22:18 2019 -0700

    [SYSTEMML-2520][DOC] Specified the steps required to update Crawler configuration for the search indexing in our release documentation.
---
 docs/release-process.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/release-process.md b/docs/release-process.md
index dec6b15..8ef4693 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -494,3 +494,11 @@ Commit the update to `documentation.html` to publish the website update.
 
 The versioned project documentation is now deployed to the main website, and the
 [Documentation Page](http://systemml.apache.org/documentation) contains a link to the versioned documentation.
+
+## Update Crawler configuration for the search indexing
+
+Create a PR or an issue to update the version number in the crawler configuration. 
+Please see the `start_urls` tag in the file [https://github.com/algolia/docsearch-configs/blob/master/configs/apache_systemml.json](https://github.com/algolia/docsearch-configs/blob/master/configs/apache_systemml.json).
+If the Algolia team provides us an updated `apiKey` or `indexName` credentials, then please update the corresponding entries in the file 
+[https://github.com/apache/systemml/blob/master/docs/_layouts/global.html](https://github.com/apache/systemml/blob/master/docs/_layouts/global.html) 
+(see for `Algolia search section` in the previously mentioned HTML file).
\ No newline at end of file