docs: add placeholder warning to landing page
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
c47347ff76
commit
c49c039fae
2 changed files with 9 additions and 2 deletions
|
@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "",
|
title: "Lightweight",
|
||||||
Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
|
Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
|
||||||
description: (
|
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,
|
Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
|
|
|
@ -37,6 +37,13 @@ export default function Home(): ReactNode {
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<main>
|
<main>
|
||||||
<HomepageFeatures />
|
<HomepageFeatures />
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<p>
|
||||||
|
This is all placeholder text. It will be fixed. Give me time. I am
|
||||||
|
one person and my project has unexpectedly gone viral.
|
||||||
|
</p>
|
||||||
|
</center>
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue