docs: remove H1 on pages where frontmatter + summary already cover the parenthetical

This commit is contained in:
Vincent Koc
2026-04-23 15:47:48 -07:00
parent 41448da417
commit 789e71cdb8
20 changed files with 0 additions and 40 deletions

View File

@@ -6,8 +6,6 @@ read_when:
title: "Control UI"
---
# Control UI (browser)
The Control UI is a small **Vite + Lit** single-page app served by the Gateway:
- default: `http://<host>:18789/`

View File

@@ -5,8 +5,6 @@ read_when:
title: "Dashboard"
---
# Dashboard (Control UI)
The Gateway dashboard is the browser Control UI served at `/` by default
(override with `gateway.controlUi.basePath`).

View File

@@ -6,8 +6,6 @@ read_when:
title: "Web"
---
# Web (Gateway)
The Gateway serves a small **browser Control UI** (Vite + Lit) from the same port as the Gateway WebSocket:
- default: `http://<host>:18789/`

View File

@@ -6,8 +6,6 @@ read_when:
title: "TUI"
---
# TUI (Terminal UI)
## Quick start
### Gateway mode

View File

@@ -5,8 +5,6 @@ read_when:
title: "WebChat"
---
# WebChat (Gateway WebSocket UI)
Status: the macOS/iOS SwiftUI chat UI talks directly to the Gateway WebSocket.
## What it is