浏览代码

docs: add placeholder warning to landing page

Signed-off-by: Xe Iaso <me@xeiaso.net>
Xe Iaso 3 月之前
父节点
当前提交
c49c039fae
共有 2 个文件被更改,包括 9 次插入2 次删除
  1. 2 2
      docs/src/components/HomepageFeatures/index.tsx
  2. 7 0
      docs/src/pages/index.tsx

+ 2 - 2
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: (
       <>

+ 7 - 0
docs/src/pages/index.tsx

@@ -37,6 +37,13 @@ export default function Home(): ReactNode {
       <HomepageHeader />
       <main>
         <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>
     </Layout>
   );