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

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


The following commit(s) were added to refs/heads/main by this push:
     new e798ac6a make four features in one line (#106)
e798ac6a is described below

commit e798ac6a29cc32248d5f2dc3611ebcab0ba5d80b
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Thu Nov 27 15:06:05 2025 +0100

    make four features in one line (#106)
    
    * tensorflow blogpost
    
    * Update add-an-operator.md
    
    added the process of expanding the api when adding a new operator
    
    * Update add-an-operator.md
    
    * Update installation.md
    
    Added the mvn install command line
    
    * adding javadocs
    
    * adding javadocs
    
    * release documentation
    
    * Update how-to-make-a-release.md
    
    * latest release download
    
    * adding contributors
    
    * Update docusaurus.config.ts
    
    Added the complete attribution
    
    * javadocs per version
    
    * fixed broken link
    
    * fixed broken link
    
    * Add Javadocs creation instructions
    
    Added instructions for creating and uploading Javadocs after a release.
    
    * Update javadocs upload instructions for clarity
    
    * update
    
    * Update team.md to reflect changes in contributors
    
    * fix svg name for extensibility feature
    
    * Change column layout from 4 to 3 in Feature component
    
    this brings the extensibility feature in the same row
    
    * adding TM in title
    
    ---------
    
    Co-authored-by: Calvin Kirs <[email protected]>
    Co-authored-by: Alexander Alten <[email protected]>
---
 docusaurus.config.ts                      | 2 +-
 src/components/HomepageFeatures/index.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 954fd7b7..15d7c8bb 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -3,7 +3,7 @@ import type {Config} from '@docusaurus/types';
 import type * as Preset from '@docusaurus/preset-classic';
 
 const config: Config = {
-  title: 'Apache Wayang',
+  title: 'Apache Wayang™',
   tagline: 'Unifying Data Processing Engines for Cross-Platform Analytics',
   favicon: 'img/wayang-logo.jpg',
 
diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 76940f13..2800aaff 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -49,7 +49,7 @@ const FeatureList: FeatureItem[] = [
 
 function Feature({title, Svg, description}: FeatureItem) {
   return (
-    <div className={clsx('col col--4')}>
+    <div className={clsx('col col--3')}>
       <div className="text--center">
         <Svg className={styles.featureSvg} role="img" />
       </div>

Reply via email to