Skip to content

Commit

Permalink
Cringy images
Browse files Browse the repository at this point in the history
  • Loading branch information
agilelab-tmnd1991 committed Oct 27, 2023
1 parent 200a1b5 commit 5cef115
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 392 deletions.
7 changes: 2 additions & 5 deletions docsite/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
sidebar_position: 1
---

# Intro
# Docs

There is no doc yet. Except openapi specifications:

- [Whitefox](pathname:///openapi_whitefox.html)
- [Delta Sharing](pathname:///openapi_delta-sharing.html)
Navigate on the left sidebar around documentation.
10 changes: 5 additions & 5 deletions docsite/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Delta or Iceberg? You choose!',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Img: require('@site/static/img/fox1.png').default,
description: (
<>
Whitefox is a protocol and a server that enables easy data sharing
Expand All @@ -15,7 +15,7 @@ const FeatureList = [
},
{
title: 'Completely compatible with Delta Sharing',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Img: require('@site/static/img/fox2.png').default,
description: (
<>
Whitefox was build from the ground up to be compatible with Delta Sharing protocol.
Expand All @@ -26,7 +26,7 @@ const FeatureList = [
},
{
title: 'Cloud native',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Img: require('@site/static/img/fox3.png').default,
description: (
<>
Whitefox is a cloud native application, it can be deployed on Kubernetes
Expand All @@ -37,11 +37,11 @@ const FeatureList = [
},
];

function Feature({Svg, title, description}) {
function Feature({Img, title, description}) {
return (
<div className={clsx('col col--4')}>
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
<img src={Img} alt="Logo" height="300px" width="300px"/>
</div>
<div className="text--center padding-horiz--md">
<h3>{title}</h3>
Expand Down
Binary file removed docsite/static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed docsite/static/img/docusaurus.png
Binary file not shown.
Binary file modified docsite/static/img/favicon.ico
Binary file not shown.
Binary file added docsite/static/img/fox1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docsite/static/img/fox2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docsite/static/img/fox3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docsite/static/img/fox4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docsite/static/img/logo.svg

This file was deleted.

Loading

0 comments on commit 5cef115

Please sign in to comment.