|
|
|
@ -4,7 +4,7 @@ import Layout from '@theme/Layout'; |
|
|
|
|
import Link from '@docusaurus/Link'; |
|
|
|
|
import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; |
|
|
|
|
import useBaseUrl from '@docusaurus/useBaseUrl'; |
|
|
|
|
import { Carousel } from '@trendyol/react-carousel'; |
|
|
|
|
import { Carousel } from '@trendyol-js/react-carousel'; |
|
|
|
|
import styles from './styles.module.css'; |
|
|
|
|
import { Redirect } from '@docusaurus/router'; |
|
|
|
|
|
|
|
|
@ -14,8 +14,8 @@ const features = [ |
|
|
|
|
imageUrl: 'img/undraw_docusaurus_mountain.svg', |
|
|
|
|
description: ( |
|
|
|
|
<> |
|
|
|
|
Docusaurus was designed from the ground up to be easily installed and used to get |
|
|
|
|
your website up and running quickly. |
|
|
|
|
Docusaurus was designed from the ground up to be easily installed and used |
|
|
|
|
to get your website up and running quickly. |
|
|
|
|
</> |
|
|
|
|
), |
|
|
|
|
}, |
|
|
|
@ -24,8 +24,8 @@ const features = [ |
|
|
|
|
imageUrl: 'img/undraw_docusaurus_tree.svg', |
|
|
|
|
description: ( |
|
|
|
|
<> |
|
|
|
|
Docusaurus lets you focus on your docs, and we'll do the chores. Go ahead and |
|
|
|
|
move your docs into the <code>docs</code> directory. |
|
|
|
|
Docusaurus lets you focus on your docs, and we'll do the chores. Go |
|
|
|
|
ahead and move your docs into the <code>docs</code> directory. |
|
|
|
|
</> |
|
|
|
|
), |
|
|
|
|
}, |
|
|
|
@ -34,8 +34,8 @@ const features = [ |
|
|
|
|
imageUrl: 'img/undraw_docusaurus_react.svg', |
|
|
|
|
description: ( |
|
|
|
|
<> |
|
|
|
|
Extend or customize your website layout by reusing React. Docusaurus can be |
|
|
|
|
extended while reusing the same header and footer. |
|
|
|
|
Extend or customize your website layout by reusing React. Docusaurus can |
|
|
|
|
be extended while reusing the same header and footer. |
|
|
|
|
</> |
|
|
|
|
), |
|
|
|
|
}, |
|
|
|
|