You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2022/06/16 05:04:46 UTC

[spark-website] branch asf-site updated: update release process on how to modify Algolia Crawler configurations (#395)

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

gengliang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3359b9331 update release process on how to modify Algolia Crawler configurations (#395)
3359b9331 is described below

commit 3359b933111df4a00cf9043f1acbb66ada82a38b
Author: Gengliang Wang <ge...@apache.org>
AuthorDate: Wed Jun 15 22:04:41 2022 -0700

    update release process on how to modify Algolia Crawler configurations (#395)
    
    The instruction of "Update the version index of DocSearch" on https://spark.apache.org/release-process.html is out of date: the github repo https://github.com/algolia/docsearch-configs is read-only now and we need to update the configuration by ourself on https://crawler.algolia.com/.
    Currently, only @gatorsmile and I have admin permission to the crawler. For the upcoming releases, we can either add the new release manager to the admins or help he/she update the configuration.
    
    Here is a screenshot for preview:
    <img width="974" alt="Screen Shot 2022-06-15 at 20 24 52" src="https://user-images.githubusercontent.com/1097932/173985982-852ac0ea-da52-44c8-ad54-60d5ff2c9e6e.png">
---
 release-process.md        | 4 ++--
 site/release-process.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/release-process.md b/release-process.md
index 27636f978..7c1e9ff2d 100644
--- a/release-process.md
+++ b/release-process.md
@@ -284,8 +284,8 @@ $ git tag v1.1.1 v1.1.1-rc2 # the RC that passed
 $ git push apache v1.1.1
 ```
 
-<h4>Update the version index of DocSearch</h4>
-In the repository <a href="https://github.com/algolia/docsearch-configs">algolia/docsearch-configs</a>, submit a PR to add the new Spark version in <a href="https://github.com/algolia/docsearch-configs/blob/master/configs/apache_spark.json">apache_spark.json</a>.
+<h4>Update the configuration of Algolia Crawler</h4>
+The search box on the <a href="https://spark.apache.org/docs/latest/">Spark documentation website</a> leverages the <a href="https://www.algolia.com/products/search-and-discovery/crawler/">Algolia Crawler</a>. Before a release, please update the crawler configuration for Apache Spark with the new version on the <a href="https://crawler.algolia.com/">Algolia Crawler Admin Console</a>. If you don't have access to the configuration, contact <a href="mailto:gengliang@apache.org">Gengliang Wa [...]
 
 <h4>Update the Spark website</h4>
 
diff --git a/site/release-process.html b/site/release-process.html
index 5def3f549..3d7665999 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -396,8 +396,8 @@ anymore, so that the correct links are generated on the site.</p>
 $ git push apache v1.1.1
 </code></pre></div></div>
 
-<h4>Update the version index of DocSearch</h4>
-<p>In the repository <a href="https://github.com/algolia/docsearch-configs">algolia/docsearch-configs</a>, submit a PR to add the new Spark version in <a href="https://github.com/algolia/docsearch-configs/blob/master/configs/apache_spark.json">apache_spark.json</a>.</p>
+<h4>Update the configuration of Algolia Crawler</h4>
+<p>The search box on the <a href="https://spark.apache.org/docs/latest/">Spark documentation website</a> leverages the <a href="https://www.algolia.com/products/search-and-discovery/crawler/">Algolia Crawler</a>. Before a release, please update the crawler configuration for Apache Spark with the new version on the <a href="https://crawler.algolia.com/">Algolia Crawler Admin Console</a>. If you don&#8217;t have access to the configuration, contact <a href="mailto:gengliang@apache.org">Gen [...]
 
 <h4>Update the Spark website</h4>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org