From ed33f63cce994cbe439f442ea9d4dc8f5771ba10 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 16 Jan 2024 18:27:47 +0000 Subject: docs: remove old docusaurus (#1581) --- docs/src/components/HomepageFeatures/index.js | 70 ---------------------- .../components/HomepageFeatures/styles.module.css | 27 --------- 2 files changed, 97 deletions(-) delete mode 100644 docs/src/components/HomepageFeatures/index.js delete mode 100644 docs/src/components/HomepageFeatures/styles.module.css (limited to 'docs/src/components') diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js deleted file mode 100644 index 81528043..00000000 --- a/docs/src/components/HomepageFeatures/index.js +++ /dev/null @@ -1,70 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import styles from './styles.module.css'; - -const FeatureList = [ - { - title: 'History sync', - description: ( - <> - - - ), - }, - { - title: 'Speedy search', - description: ( - <> - - - ), - }, - { - title: 'Extra context', - description: ( - <> - - - ), - }, -]; - -function Feature({ Svg, title, description }) { - return ( -
-
-

{title}

-

{description}

-
-
- ); -} - -export default function HomepageFeatures() { - return ( -
-
-
- {FeatureList.map((props, idx) => ( - - ))} -
-
-
- ); -} diff --git a/docs/src/components/HomepageFeatures/styles.module.css b/docs/src/components/HomepageFeatures/styles.module.css deleted file mode 100644 index c02de402..00000000 --- a/docs/src/components/HomepageFeatures/styles.module.css +++ /dev/null @@ -1,27 +0,0 @@ -.features { - display: flex; - align-items: center; - padding: 2rem 0; - width: 100%; -} - -.featureSvg { - height: 200px; - width: 200px; -} - -.whatisfeature { - background-color: var(--ifm-hero-background-color); - padding: 2rem; -} - - -@media screen and (max-width: 996px) { - .whatisfeatureblock { - margin-top: 2rem; - } - - .features { - padding: 0; - } -} -- cgit v1.3.1