From a2f8df3b14979f74c03a79b2ffaf081739837899 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 3 May 2023 01:09:49 +0800 Subject: --- docs/components/QuickStart.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/components/QuickStart.tsx') diff --git a/docs/components/QuickStart.tsx b/docs/components/QuickStart.tsx index 040871e..113ba4f 100644 --- a/docs/components/QuickStart.tsx +++ b/docs/components/QuickStart.tsx @@ -20,7 +20,7 @@ export const QuickStartArea = () => { description: `Add Turborepo to any JavaScript or TypeScript project in minutes.`, name: "Add to existing project", }} - href="/repo/docs/getting-started/add-to-project" + href="/AI/docs/getting-started/add-to-project" > { description: `Build a brand-new monorepo with shared packages powered by Turborepo.`, name: "Create a new monorepo", }} - href="/repo/docs/getting-started/create-new" + href="/AI/docs/getting-started/create-new" > { description: `Incrementally add Turborepo to your existing monorepo codebase.`, name: "Add to existing monorepo", }} - href="/repo/docs/getting-started/existing-monorepo" + href="/AI/docs/getting-started/existing-monorepo" > ); @@ -49,9 +49,9 @@ export const MonoreposArea = () => { feature={{ Icon: LightBulbIcon, description: `Understand why monorepos don't scale - and why Turborepo is the solution.`, - name: "Why Turborepo?", + name: "Why AI?", }} - href="/repo/docs/core-concepts/monorepos" + href="/AI/docs/core-concepts/monorepos" > { description: `Learn the basics of monorepos before you dive in to Turborepo.`, name: "Read the Monorepo Handbook", }} - href="/docs/handbook" + href="/AI/handbook" > ); @@ -74,7 +74,7 @@ export const LearnMoreArea = () => { description: `Turborepo remembers the output of any task you run - and can skip work that's already been done.`, name: "Never do the same work twice", }} - href="/repo/docs/core-concepts/caching" + href="/AI/docs/core-concepts/caching" /> { description: `The way you run your tasks is probably not optimized. Turborepo speeds them up with smart scheduling, minimising idle CPU's.`, name: "Maximum Multitasking", }} - href="/repo/docs/core-concepts/monorepos/running-tasks" + href="/AI/docs/core-concepts/monorepos/running-tasks" > ); -- cgit v1.2.3-70-g09d2