From f054e8cf77bed3c93f1c4d1597f03aaa0bd63e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Mon, 26 Jun 2023 15:49:08 +0200 Subject: [PATCH] Remove Getting Start documentation --- src/pages/index.astro | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1fe6b6a..b762703 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,18 +4,12 @@ import {WidgetState} from '../models/WidgetState'; import WidgetCardList from '../components/WidgetCardList.astro'; import Card from '../layouts/Card.astro'; -const articles = await Astro.glob("./articles/*.md") const widgets = await Astro.glob('./widgets/*.astro'); - -const gettingStartArticle = articles.find(article => article.frontmatter.id === "getting-start") ---

Notion Widgets

- - {gettingStartArticle && } -
\ No newline at end of file