From a2f8df3b14979f74c03a79b2ffaf081739837899 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 3 May 2023 01:09:49 +0800 Subject: --- docs/components/pages/repo-home/RepoFeatures.tsx | 15 --- docs/components/pages/repo-home/RepoHero.tsx | 114 ---------------------- docs/components/pages/repo-home/RepoLetter.tsx | 118 ----------------------- docs/components/pages/repo-home/index.tsx | 22 ----- 4 files changed, 269 deletions(-) delete mode 100644 docs/components/pages/repo-home/RepoFeatures.tsx delete mode 100644 docs/components/pages/repo-home/RepoHero.tsx delete mode 100644 docs/components/pages/repo-home/RepoLetter.tsx delete mode 100644 docs/components/pages/repo-home/index.tsx (limited to 'docs/components/pages/repo-home') diff --git a/docs/components/pages/repo-home/RepoFeatures.tsx b/docs/components/pages/repo-home/RepoFeatures.tsx deleted file mode 100644 index 4499725..0000000 --- a/docs/components/pages/repo-home/RepoFeatures.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import { REPO_HOME_FEATURES } from "../../../content/features"; -import { FadeIn } from "../home-shared/FadeIn"; -import { FeaturesBento } from "../home-shared/FeaturesBento"; - -export function RepoFeatures() { - return ( - - - - ); -} diff --git a/docs/components/pages/repo-home/RepoHero.tsx b/docs/components/pages/repo-home/RepoHero.tsx deleted file mode 100644 index a63777a..0000000 --- a/docs/components/pages/repo-home/RepoHero.tsx +++ /dev/null @@ -1,114 +0,0 @@ -import cn from "classnames"; -import Image from "next/image"; -import Link from "next/link"; -import gradients from "../home-shared/gradients.module.css"; -import { HeroText, SectionSubtext } from "../home-shared/Headings"; -import { Gradient } from "../home-shared/Gradient"; -import { FadeIn } from "../home-shared/FadeIn"; -import { CTAButton } from "../home-shared/CTAButton"; -import RepoLogo from "../../logos/RepoLogo"; - -export function RepoHero() { - return ( - <> - - -
- {/* TODO: On dark mode, there should be a "breathing" gradient inside the inner circle */} - Turborepo - Turborepo -
-
- -
- -
- - -
-
- -
- - - The build system that makes ship happen - - Turborepo is a high-performance build system for JavaScript and - TypeScript codebases. - - - -
- - - Get Started - - - - - GitHub - - -
-

License: MPL-2.0

-
- -
- - - - ); -} diff --git a/docs/components/pages/repo-home/RepoLetter.tsx b/docs/components/pages/repo-home/RepoLetter.tsx deleted file mode 100644 index 7093a3a..0000000 --- a/docs/components/pages/repo-home/RepoLetter.tsx +++ /dev/null @@ -1,118 +0,0 @@ -import { HeroText } from "../home-shared/Headings"; -import Image from "next/image"; -import cn from "classnames"; -import gradients from "../home-shared/gradients.module.css"; -import { FadeIn } from "../home-shared/FadeIn"; -import { CTAButton } from "../home-shared/CTAButton"; -import Link from "next/link"; -import { Gradient } from "../home-shared/Gradient"; - -export function RepoLetter() { - return ( -
- - - Scaling your Codebase -
- shouldn't be so difficult -
-
-
- -

- The bigger your project grows, the slower it gets. Tasks like - linting, testing, and building begin to take enormous amounts of - time. -

-
-

- If you're serving multiple applications, you might reach for a - monorepo. They're incredible for productivity, especially on - the frontend, but the tooling can be a nightmare. There's a lot - of stuff to do (and things to mess up). Nothing “just - works.” It's become completely normal to waste entire - days or weeks on plumbing—tweaking configs, writing one-off scripts, - and stitching stuff together. -

-
-

We need something else.

-

-

- A fresh take on the whole setup. Designed to glue everything - together. A toolchain that works for you and not against you. With - sensible defaults, but even better escape hatches. Built with the - same techniques used by the big guys, but in a way that doesn't - require PhD to learn or a staff to maintain. -

-
-

With Turborepo, we're doing just that.

-
-

- We're building a build system that can keep up with your team. - You'll see your CI get faster, duplicated work get cut, and - your NPM scripts get simpler. You'll get a world-class - development environment, without the maintenance burden. -

-
- - - - -
- Image of Jared Palmer -
-
- Jared Palmer's hand written signature - Jared Palmer's hand written signature -
-

Jared Palmer

-

Founder of Turborepo

-
-
-
-
- -
- - - Start Building - - -
- -
-
- ); -} diff --git a/docs/components/pages/repo-home/index.tsx b/docs/components/pages/repo-home/index.tsx deleted file mode 100644 index 992a614..0000000 --- a/docs/components/pages/repo-home/index.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { RepoHero } from "./RepoHero"; -import { RepoFeatures } from "./RepoFeatures"; -import { RepoLetter } from "./RepoLetter"; -import { GradientSectionBorder } from "../home-shared/GradientSectionBorder"; -import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles"; - -export default function Home() { - return ( - <> - -
- - - - - - - -
- - ); -} -- cgit v1.2.3-70-g09d2