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

kranti pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/staging by this push:
     new 11083848c Update github stars and site title
11083848c is described below

commit 11083848c6923a0b8f063a0ad318d152ca6983a0
Author: kparisa <[email protected]>
AuthorDate: Sat Jul 12 13:49:40 2025 -0500

    Update github stars and site title
---
 docusaurus.config.ts | 2 +-
 src/pages/index.tsx  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 5ec2ca8fc..7046ba5ea 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -111,7 +111,7 @@ const config: Config = {
         },
         {
           href: "https://github.com/apache/iggy";,
-          label: "GitHub ⭐ 2.7K+",
+          label: "GitHub ⭐ 2.8K",
           position: "right",
         },
         {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 86504aa74..ddc3117b7 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -28,7 +28,7 @@ function HomepageHeader() {
             <div className="w-layout-grid l-g-4-col hero-features-grid">
               <div className="feature-block centered subheadline-features">
                 <h3 className="heading m on-hero 
linear-gradient-1">Millions</h3>
-                <p className="body-text m s-m-b-0 
subheadline-features">Messages/Second</p>
+                <p className="body-text m s-m-b-0 
subheadline-features">Messages/Second/Node</p>
               </div>
               <div className="feature-block centered subheadline-features">
                 <h3 className="heading m on-hero linear-gradient-2"> &lt; 1 
ms</h3>
@@ -80,7 +80,7 @@ export default function Home(): ReactNode {
   const {siteConfig} = useDocusaurusContext();
   return (
     <Layout
-      title={`Hello from ${siteConfig.title}`}
+      title={`Apache Iggy (Incubating)`}
       description="Description will go into a meta tag in <head />">
       <HomepageHeader />
       <main>

Reply via email to