docs: reconstruct docs

This commit is contained in:
Masaki Yatsu
2025-11-13 13:26:57 +09:00
parent 972adc209d
commit 0ff24310ce
8 changed files with 1164 additions and 590 deletions

View File

@@ -26,7 +26,7 @@ Create `.env.claude` with Trino connection settings:
```bash
# Trino Connection (Password Authentication)
TRINO_HOST=trino.buun.dev
TRINO_HOST=trino.yourdomain.com
TRINO_PORT=443
TRINO_SCHEME=https
TRINO_SSL=true
@@ -75,7 +75,7 @@ Create `~/.env.claude` in your home directory with 1Password references:
```bash
# Trino Connection (Password Authentication)
TRINO_HOST=trino.buun.dev
TRINO_HOST=trino.yourdomain.com
TRINO_PORT=443
TRINO_SCHEME=https
TRINO_SSL=true

View File

@@ -392,7 +392,7 @@ cli user="":
TRINO_HOST="${TRINO_HOST}"
while [ -z "${TRINO_HOST}" ]; do
TRINO_HOST=$(gum input --prompt="Trino host (FQDN): " --width=100 \
--placeholder="e.g., trino.buun.dev")
--placeholder="e.g., trino.yourdomain.com")
done
TRINO_USER="{{ user }}"
if [ -z "${TRINO_USER}" ]; then