This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1d1bc5d90 HDDS-9566. Integrate Algolia search into the new Ozone
website. (#328)
1d1bc5d90 is described below
commit 1d1bc5d9025c9d630353cd6f7a8080f1da394916
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Mon Feb 9 15:22:11 2026 -0800
HDDS-9566. Integrate Algolia search into the new Ozone website. (#328)
---
docusaurus.config.js | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 0626ee12b..cd6538039 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -88,6 +88,13 @@ const config = {
content: 'fXhAWQ_Jb1fOk6QlN9a7Zs_Xsj-E2U0Q8oFqTNVclaE',
},
},
+ {
+ tagName: 'meta',
+ attributes: {
+ name: 'algolia-site-verification',
+ content: 'A2998EF969F36A0D',
+ },
+ },
],
markdown: {
@@ -365,11 +372,10 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ['bash'],
},
- // TODO HDDS-9566
algolia: {
- appId: "PLACEHOLDER",
- apiKey: "PLACEHOLDER",
- indexName: "PLACEHOLDER",
+ appId: "YQWKI4BIJ7",
+ apiKey: "47cd671112fb5e0363a4d9724beeb9d4",
+ indexName: "Apache Ozone website",
searchParameters: {}
}
}),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]