From fbc6addc048eaff46494542a1375921844012b28 Mon Sep 17 00:00:00 2001 From: xcfio <119097812+xcfio@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:05:35 +0600 Subject: [PATCH 1/2] Update configuration.mdx --- docs/site/content/docs/reference/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/content/docs/reference/configuration.mdx b/docs/site/content/docs/reference/configuration.mdx index 18199ae9c7a5e..d284816c5c671 100644 --- a/docs/site/content/docs/reference/configuration.mdx +++ b/docs/site/content/docs/reference/configuration.mdx @@ -85,7 +85,7 @@ Select a terminal UI for the repository. `"tui"` allows for viewing each log at once and interacting with the task. `"stream"` outputs logs as they come in and is not interactive. -```json title="Terminal" +```jsonc title="./turbo.json" { "ui": "tui" | "stream" } From ca0d06f181d38fbe7c3d0b7b3aaf259c2f971dac Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 12 Sep 2025 08:04:15 -0600 Subject: [PATCH 2/2] Update docs/site/content/docs/reference/configuration.mdx --- docs/site/content/docs/reference/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/content/docs/reference/configuration.mdx b/docs/site/content/docs/reference/configuration.mdx index d284816c5c671..3fabffde8b6fa 100644 --- a/docs/site/content/docs/reference/configuration.mdx +++ b/docs/site/content/docs/reference/configuration.mdx @@ -85,7 +85,7 @@ Select a terminal UI for the repository. `"tui"` allows for viewing each log at once and interacting with the task. `"stream"` outputs logs as they come in and is not interactive. -```jsonc title="./turbo.json" +```json title="./turbo.json" { "ui": "tui" | "stream" }