diff --git a/src/frontend/src/content/docs/app-host/with-terminal.mdx b/src/frontend/src/content/docs/app-host/with-terminal.mdx index 1e65c6147..0cd50d133 100644 --- a/src/frontend/src/content/docs/app-host/with-terminal.mdx +++ b/src/frontend/src/content/docs/app-host/with-terminal.mdx @@ -74,9 +74,12 @@ The terminal session is described by a set of options with sensible defaults: | ------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Columns` | `120` | The initial number of columns for the terminal grid. | | `Rows` | `30` | The initial number of rows for the terminal grid. | -| `Shell` | `null` | The shell to launch for the session. When `null`, the default is used: for containers this is typically `/bin/sh`; for executables the process itself is the terminal program. | | `ShowTerminalHost` | `false` | Whether the hidden per-replica terminal host resources appear in the dashboard and CLI resource lists. Set to `true` to diagnose terminal-host startup or connectivity issues. | + +