Skip to content

Commit e798ac6

Browse files
zkaoudiCalvinKirsnovatechflow
authored
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 <kirs@apache.org> Co-authored-by: Alexander Alten <alo.alt@me.com>
1 parent 233602c commit e798ac6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type {Config} from '@docusaurus/types';
33
import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
6-
title: 'Apache Wayang',
6+
title: 'Apache Wayang',
77
tagline: 'Unifying Data Processing Engines for Cross-Platform Analytics',
88
favicon: 'img/wayang-logo.jpg',
99

src/components/HomepageFeatures/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const FeatureList: FeatureItem[] = [
4949

5050
function Feature({title, Svg, description}: FeatureItem) {
5151
return (
52-
<div className={clsx('col col--4')}>
52+
<div className={clsx('col col--3')}>
5353
<div className="text--center">
5454
<Svg className={styles.featureSvg} role="img" />
5555
</div>

0 commit comments

Comments
 (0)