diff --git a/docs/content/features.ts b/docs/content/features.ts index 87368f01b2a07..e18135a6e9527 100644 --- a/docs/content/features.ts +++ b/docs/content/features.ts @@ -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", }, { @@ -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. `, @@ -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", }, ];