这是indexloc提供的服务,不要输入任何密码
Skip to content

Remove confusing features from docs page #1754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions docs/content/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ const FEATURES: Features = [
name: "Content-aware hashing",
description: `Turborepo looks at the contents of your files, not timestamps to figure out what needs to be built.`,
Icon: FingerPrintIcon,
page: "home",
},
{
name: "Parallel execution",
description: `Execute builds using every core at maximum parallelism without wasting idle CPUs.`,
Icon: LightningBoltIcon,
page: "all",
},
{
Expand All @@ -39,12 +45,6 @@ const FEATURES: Features = [
Icon: CloudUploadIcon,
page: "all",
},
{
name: "Parallel execution",
description: `Execute builds using every core at maximum parallelism without wasting idle CPUs.`,
Icon: LightningBoltIcon,
page: "all",
},
{
name: "Zero runtime overhead",
description: `Turborepo won’t interfere with your runtime code or touch your sourcemaps. `,
Expand Down Expand Up @@ -73,13 +73,7 @@ const FEATURES: Features = [
name: `Profile in your browser`,
description: `Generate build profiles and import them in Chrome or Edge to understand which tasks are taking the longest.`,
Icon: ChartBarIcon,
page: "all",
},
{
name: "JSON configuration",
description: `Reduce complexity through convention. Fan out configuration with just a few lines of JSON.`,
Icon: BeakerIcon,
page: "docs",
page: "home",
},
];

Expand Down