Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs deployment #25

Merged
merged 7 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const config: Config = {
metadata: [
{name: 'description', content: 'Develop high-performance applications using our comprehensive React Native Boilerplate for a smooth development process with integrated support for TypeScript.'},
],

} satisfies Preset.ThemeConfig,

trailingSlash: true,
Expand Down
4 changes: 2 additions & 2 deletions documentation/src/components/HomepageHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import Link from '@docusaurus/Link';
import Heading from '@theme/Heading';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import styles from './styles.module.css';
import HeaderImg from '../../../static/img/hero_header_img.png'
import HeaderImg from '../../../static/img/hero_header_img.webp'

const HomepageHeader = () => {
const { siteConfig } = useDocusaurusContext();
return (
<header className={clsx('hero--primary', styles.heroBanner)}>
<div className={clsx(styles.header_img_container)}>
<div className={clsx(styles.header_img_wrapper)}>
<img src={HeaderImg} alt="header-hero-img" className={clsx(styles.header_img)} />
<img src={HeaderImg} alt="react-native-boilerplate" className={clsx(styles.header_img)} />
</div>
<div className={'container h-full flex items-start lg:items-center xl:items-center 2xl:items-center z-50'}>
<div className={clsx(styles.header_content_view)}>
Expand Down
Binary file removed documentation/static/img/hero_header_img.png
Binary file not shown.
Binary file added documentation/static/img/hero_header_img.webp
Binary file not shown.