You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/07/23 23:07:14 UTC

[pinot-site] 01/01: remove Incubating from title

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

xiangfu pushed a commit to branch fixing_incubating_wording
in repository https://gitbox.apache.org/repos/asf/pinot-site.git

commit fbdd418211762d7a64e4a6022b9b05bb681ad695
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Fri Jul 23 16:06:53 2021 -0700

    remove Incubating from title
---
 website/docusaurus.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index f1f94c2..76c7b5a 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -17,7 +17,7 @@
  * under the License.
  */
 module.exports = {
-  title: 'Apache Pinot™ (Incubating)',
+  title: 'Apache Pinot™',
   tagline: 'Realtime distributed OLAP datastore',
   url: 'https://pinot.apache.org',
   baseUrl: '/',
@@ -195,7 +195,7 @@ module.exports = {
         },
       ],
       logo: {
-        alt: 'Apache Pinot™ - Incubating',
+        alt: 'Apache Pinot™',
         src: 'img/logo.svg',
         href: 'https://pinot.apache.org/',
       },

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