From c49c039fae4554a691d78dd2a937384d71a4536d Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 20 Mar 2025 15:10:37 -0400 Subject: [PATCH] docs: add placeholder warning to landing page Signed-off-by: Xe Iaso --- docs/src/components/HomepageFeatures/index.tsx | 4 ++-- docs/src/pages/index.tsx | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/src/components/HomepageFeatures/index.tsx b/docs/src/components/HomepageFeatures/index.tsx index 645f795..8eef6af 100644 --- a/docs/src/components/HomepageFeatures/index.tsx +++ b/docs/src/components/HomepageFeatures/index.tsx @@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [ ), }, { - title: "", + title: "Lightweight", Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default, description: ( <> @@ -32,7 +32,7 @@ const FeatureList: FeatureItem[] = [ ), }, { - title: "Powered by React", + title: "Multi-threaded", Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, description: ( <> diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index c9bcfc1..fbe6e5e 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -37,6 +37,13 @@ export default function Home(): ReactNode {
+ +
+

+ This is all placeholder text. It will be fixed. Give me time. I am + one person and my project has unexpectedly gone viral. +

+
);