diff --git a/docs/pages/docs/getting-started.mdx b/docs/pages/docs/getting-started.mdx index 41ccc79f9c725..b537b119562f7 100644 --- a/docs/pages/docs/getting-started.mdx +++ b/docs/pages/docs/getting-started.mdx @@ -1,5 +1,5 @@ --- -title: Getting Started +title: Getting Started --- import Callout from "../../components/callout"; @@ -101,7 +101,7 @@ In the above example, the `build` and `test` tasks are dependant on their packag For each script in each workspace's `package.json`, Turborepo will cache files outputted to `dist/**` and `build/**` folders by default if an override isn't added. Using the [`outputs`](./features/caching#configuring-cache-outputs-1) array allows you to override the default cache folders, like in the example above, where the `.next/**` folder is selected to be the default cache folder for the `build` task. Turborepo will automatically record and cache logs to `.turbo/turbo-