Skip to content

Commit 47a32c3

Browse files
committed
Fix docs formatting for CI
1 parent 2da61ae commit 47a32c3

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

docs/cli/flags.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Targets a specific running SimDeck daemon for commands that support the HTTP fas
2828

2929
`ui`, `daemon start`, and `daemon restart` accept the same server options. `ui` also accepts `--open`.
3030

31-
| Flag | Default | Description |
32-
| ------------------ | --------------------- | ------------------------------------------------------------------------------------------------------- |
33-
| `--port <u16>` | `4310` | HTTP port for the REST API, browser UI, and WebRTC offer endpoint. |
34-
| `--bind <ip>` | `127.0.0.1` | Bind address (`0.0.0.0` for [LAN access](/guide/lan-access), `::` for IPv6). |
35-
| `--advertise-host` | matches local host | Hostname or IP printed for LAN browser access. |
36-
| `--client-root` | bundled `client/dist` | Override the static browser client directory. |
37-
| `--video-codec` | `auto` | One of `auto`, `hardware`, or `software`. See [Video Pipeline](/guide/video). |
38-
| `--low-latency` | `false` | Software H.264 profile for slower runners: caps at 15 fps and favors freshness. |
39-
| `--stream-quality` | auto/default | Optional realtime stream quality profile: `quality`, `balanced`, `smooth`, `economy`, or `ci-software`. |
40-
| `--local-stream-fps` | `60` | Local quality stream frame cap, from 15 to 120 fps. |
41-
| `--open` | `false` | `ui` only. Open the browser after the daemon is ready. |
31+
| Flag | Default | Description |
32+
| -------------------- | --------------------- | ------------------------------------------------------------------------------------------------------- |
33+
| `--port <u16>` | `4310` | HTTP port for the REST API, browser UI, and WebRTC offer endpoint. |
34+
| `--bind <ip>` | `127.0.0.1` | Bind address (`0.0.0.0` for [LAN access](/guide/lan-access), `::` for IPv6). |
35+
| `--advertise-host` | matches local host | Hostname or IP printed for LAN browser access. |
36+
| `--client-root` | bundled `client/dist` | Override the static browser client directory. |
37+
| `--video-codec` | `auto` | One of `auto`, `hardware`, or `software`. See [Video Pipeline](/guide/video). |
38+
| `--low-latency` | `false` | Software H.264 profile for slower runners: caps at 15 fps and favors freshness. |
39+
| `--stream-quality` | auto/default | Optional realtime stream quality profile: `quality`, `balanced`, `smooth`, `economy`, or `ci-software`. |
40+
| `--local-stream-fps` | `60` | Local quality stream frame cap, from 15 to 120 fps. |
41+
| `--open` | `false` | `ui` only. Open the browser after the daemon is ready. |
4242

4343
`studio expose` defaults to software H.264. Pass `--video-codec hardware` to
4444
opt into the hardware encoder when that is preferable.

docs/guide/daemon.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ This starts or reuses the project daemon, serves the bundled browser client, and
5454

5555
`daemon start`, `daemon restart`, and `ui` accept the same server options:
5656

57-
| Flag | Default | Notes |
58-
| ------------------ | --------------------- | ----------------------------------------------------------------------------------- |
59-
| `--port <u16>` | `4310` | HTTP port for the REST API, browser UI, and WebRTC offer endpoint. |
60-
| `--bind <ip>` | `127.0.0.1` | Bind address. Use `0.0.0.0` for [LAN access](/guide/lan-access). |
61-
| `--advertise-host` | matches local host | Hostname or IP advertised to browser clients. |
62-
| `--client-root` | bundled `client/dist` | Override the static browser client directory. |
63-
| `--video-codec` | `auto` | One of `auto`, `hardware`, or `software`. See [Video](/guide/video). |
64-
| `--low-latency` | `false` | Software H.264 profile for slower runners; caps at 15 fps and drops stale frames. |
65-
| `--stream-quality` | auto/default | Optional realtime stream quality profile, including `ci-software` for CI providers. |
66-
| `--local-stream-fps` | `60` | Local quality stream frame cap, from 15 to 120 fps. |
67-
| `--open` | `false` | `ui` only. Open the browser after the daemon is ready. |
57+
| Flag | Default | Notes |
58+
| -------------------- | --------------------- | ----------------------------------------------------------------------------------- |
59+
| `--port <u16>` | `4310` | HTTP port for the REST API, browser UI, and WebRTC offer endpoint. |
60+
| `--bind <ip>` | `127.0.0.1` | Bind address. Use `0.0.0.0` for [LAN access](/guide/lan-access). |
61+
| `--advertise-host` | matches local host | Hostname or IP advertised to browser clients. |
62+
| `--client-root` | bundled `client/dist` | Override the static browser client directory. |
63+
| `--video-codec` | `auto` | One of `auto`, `hardware`, or `software`. See [Video](/guide/video). |
64+
| `--low-latency` | `false` | Software H.264 profile for slower runners; caps at 15 fps and drops stale frames. |
65+
| `--stream-quality` | auto/default | Optional realtime stream quality profile, including `ci-software` for CI providers. |
66+
| `--local-stream-fps` | `60` | Local quality stream frame cap, from 15 to 120 fps. |
67+
| `--open` | `false` | `ui` only. Open the browser after the daemon is ready. |
6868

6969
Example:
7070

0 commit comments

Comments
 (0)