diff --git a/docs/site/content/docs/reference/options-overview.mdx b/docs/site/content/docs/reference/options-overview.mdx index 082baf69b9569..e1495dbe31644 100644 --- a/docs/site/content/docs/reference/options-overview.mdx +++ b/docs/site/content/docs/reference/options-overview.mdx @@ -38,12 +38,12 @@ The three strategies listed above are in order of precedence. Where a flag value
-| Behavior | Flags | Environment Variables | turbo.json | -| ------------------------------ | ----- | ------------------------------------------------------------------------------------------------------------------- | ---------- | -| Disable version print | - | [`TURBO_PRINT_VERSION_DISABLED`](/docs/reference/system-environment-variables#turbo_print_version_disabled) | - | -| Disable telemetry message | - | [`TURBO_TELEMETRY_MESSAGE_DISABLED`](/docs/reference/system-environment-variables#turbo_telemetry_message_disabled) | - | -| Disable global `turbo` warning | - | [`TURBO_GLOBAL_WARNING_DISABLED`](/docs/reference/system-environment-variables#turbo_global_warning_disabled) | - | -| No update notifier | - | [`TURBO_NO_UPDATE_NOTIFIER`](/docs/reference/system-environment-variables#turbo_no_update_notifier) | - | +| Behavior | Flags | Environment Variables | turbo.json | +| ------------------------------ | ----- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | +| Disable version print | - | [`TURBO_PRINT_VERSION_DISABLED`](/docs/reference/system-environment-variables#turbo_print_version_disabled) | - | +| Disable telemetry message | - | [`TURBO_TELEMETRY_MESSAGE_DISABLED`](/docs/reference/system-environment-variables#turbo_telemetry_message_disabled) | - | +| Disable global `turbo` warning | - | [`TURBO_GLOBAL_WARNING_DISABLED`](/docs/reference/system-environment-variables#turbo_global_warning_disabled) | - | +| No update notifier | - | [`TURBO_NO_UPDATE_NOTIFIER`](/docs/reference/system-environment-variables#turbo_no_update_notifier) | [`noUpdateNotifier`](https://turborepo.com/docs/reference/configuration#noupdatenotifier) |