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

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


The following commit(s) were added to refs/heads/main by this push:
     new 34aa45dce touch readme and index files
34aa45dce is described below

commit 34aa45dce10f3f8776caee3239d5a99ddc0ddd4d
Author: kparisa <[email protected]>
AuthorDate: Sat Jul 12 18:19:13 2025 -0500

    touch readme and index files
---
 README.md                                 | 5 +++++
 src/components/HomepageFeatures/index.tsx | 2 +-
 src/pages/index.tsx                       | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 665f4b28e..7c709608e 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,8 @@ $ GIT_USER=<Your GitHub username> yarn deploy
 ```
 
 If you are using GitHub pages for hosting, this command is a convenient way to 
build the website and push to the `gh-pages` branch.
+
+### Publishing
+
+Production Website: iggy.apache.org is published from `asf-site` branch
+Staging Website: iggy.staged.apache.org is published from `asf-staging` branch
\ No newline at end of file
diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 48393a21e..b46f1a3cf 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -60,7 +60,7 @@ const FeatureList: FeatureItem[] = [
     Svg: require('@site/static/img/FullyOpenSourced.svg').default,
     description: (
       <>
-        Thanks to the power of community, we can constantly improve Iggy and 
support multiple programming languages SDKs.
+        Thanks to the power of community, we can constantly improve Apache 
Iggy and support multiple programming languages SDKs.
       </>
     ),
   },
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index ddc3117b7..96fcac4c0 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -81,7 +81,7 @@ export default function Home(): ReactNode {
   return (
     <Layout
       title={`Apache Iggy (Incubating)`}
-      description="Description will go into a meta tag in <head />">
+      description="Apache Iggy, A blazing-fast, reliable, and scalable message 
streaming platform written in Rust and built for modern distributed systems. 
Process millions of messages per node with unparalleled efficiency.">
       <HomepageHeader />
       <main>
         <HomepageFeatures />

Reply via email to