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 2c74ea54f Staging website configs, minor content fixes (#18)
2c74ea54f is described below
commit 2c74ea54f38aff03704b0cbf4d5663a2ed291da1
Author: kparisa <[email protected]>
AuthorDate: Sat Jul 12 15:20:32 2025 -0500
Staging website configs, minor content fixes (#18)
* Update github stars and site title
* add staged website url for gh actions
---------
Co-authored-by: kparisa <[email protected]>
---
.asf.yaml | 1 +
docusaurus.config.ts | 2 +-
src/pages/index.tsx | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index e0955275b..c25eef94d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,6 +26,7 @@ collaborators:
staging:
profile: ~
whoami: asf-staged-site
+ url: https://iggy.staged.apache.org
publish:
whoami: asf-site
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"> < 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>