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

erose pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this 
push:
     new d5d14a76 HDDS-12128. Disable indexing of the under-construction site 
(#123)
d5d14a76 is described below

commit d5d14a76aa16420b1e69bac06b2bcd1a5f5cb698
Author: Rishabh Patel <[email protected]>
AuthorDate: Thu Jan 23 15:51:39 2025 -0800

    HDDS-12128. Disable indexing of the under-construction site (#123)
---
 docusaurus.config.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index e96914cc..e01f928b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -30,7 +30,8 @@ const darkCodeTheme = themes.dracula;
 const config = {
   title: 'Apache Ozone',
   tagline: 'Scalable, reliable, distributed storage system optimized for data 
analytics and object store workloads.',
-
+  // TODO: HDDS-12129 Delete this before the site goes live to enable search 
engine indexing.
+  noIndex: true,
   // Set the production URL of the website. Must be updated when the final 
site is deployed.
   // This must match the URL the website is hosted at for social media 
previews to work.
   // If you are testing the social media image (themeConfig.image) locally, 
set this to http://localhost:3001.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to