From 76595d266896e3af10e6d842fa791157b01a31df Mon Sep 17 00:00:00 2001 From: ebembi-crdb Date: Wed, 8 Jan 2025 19:48:40 +0530 Subject: [PATCH 1/2] dummy changes --- src/current/releases/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/releases/index.md b/src/current/releases/index.md index f7dd618a343..e4acbf6a6b9 100644 --- a/src/current/releases/index.md +++ b/src/current/releases/index.md @@ -601,4 +601,4 @@ All binaries available on this page released on or after the day 24.3.0 is relea All binaries available on this page released prior to the release date of 24.3.0 are variously licensed under the Business Source License 1.1 (BSL), the CockroachDB Community License (CCL), and other licenses specified in the source code. -To review the CCL, refer to the [CockroachDB Community License](https://www.cockroachlabs.com/cockroachdb-community-license) page. You can find the applicable Business Source License or third party licenses by reviewing these in the `licenses` folder for the applicable version of CockroachDB in the GitHub repository [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach). See individual files for details. +To review the CCL, refer to the [CockroachDB Community License](https://www.cockroachlabs.com/cockroachdb-community-license) page. You can find the applicable Business Source License or third party licenses by reviewing these in the `licenses` folder for the applicable version of CockroachDB in the GitHub repository [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach). See individual files for details. From 1005959acfb1ef5bcba64c53a765702eeab23664 Mon Sep 17 00:00:00 2001 From: ebembi-crdb Date: Wed, 8 Jan 2025 19:59:16 +0530 Subject: [PATCH 2/2] added building the algolia indexing step --- src/current/netlify/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/current/netlify/build.sh b/src/current/netlify/build.sh index c447d97999e..5da19340c06 100755 --- a/src/current/netlify/build.sh +++ b/src/current/netlify/build.sh @@ -54,9 +54,9 @@ fi # Run Algolia if building main if [ "$CONTEXT" == "production" ]; then - echo "Temporarily skipping the Algolia index build" - # echo "Building Algolia index..." - # ALGOLIA_API_KEY=${PROD_ALGOLIA_API_KEY} bundle exec jekyll algolia --config _config_base.yml,_config_url.yml --builds-config _config_cockroachdb.yml + #echo "Temporarily skipping the Algolia index build" + echo "Building Algolia index..." + ALGOLIA_API_KEY=${PROD_ALGOLIA_API_KEY} bundle exec jekyll algolia --config _config_base.yml,_config_url.yml --builds-config _config_cockroachdb.yml else echo "Not building Algolia index for context $CONTEXT" fi