From b590e31739d1efaf5ab3f076e6967697982a6b7d Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Tue, 15 Aug 2023 08:32:05 +0100 Subject: [PATCH] remove custom component for now Signed-off-by: Lorenzo Lewis --- src/components/PrerequisitesHelper.astro | 38 ------------------- .../docs/2/guide/prerequisites/index.mdx | 3 -- 2 files changed, 41 deletions(-) delete mode 100644 src/components/PrerequisitesHelper.astro diff --git a/src/components/PrerequisitesHelper.astro b/src/components/PrerequisitesHelper.astro deleted file mode 100644 index 2257a61108..0000000000 --- a/src/components/PrerequisitesHelper.astro +++ /dev/null @@ -1,38 +0,0 @@ ---- -import { Card } from '@astrojs/starlight/components'; ---- - - -

Which operating system do you develop with?

- -
- - -
-
- - -
-
- - -
- -
- - -
-
- - -
-
- - diff --git a/src/content/docs/2/guide/prerequisites/index.mdx b/src/content/docs/2/guide/prerequisites/index.mdx index 0c40987c7e..48d9063b0d 100644 --- a/src/content/docs/2/guide/prerequisites/index.mdx +++ b/src/content/docs/2/guide/prerequisites/index.mdx @@ -3,9 +3,6 @@ title: Prerequisites --- import { Tabs, TabItem, Card } from '@astrojs/starlight/components'; -import PrerequisitesHelper from '@components/PrerequisitesHelper.astro'; - - In order to get started building your project with Tauri you'll first need to install a few dependencies: