Skip to content

Expand LiveKit integration into comprehensive documentation section#212

Open
ArchieMcM234 wants to merge 1 commit intomainfrom
livekit-uplift
Open

Expand LiveKit integration into comprehensive documentation section#212
ArchieMcM234 wants to merge 1 commit intomainfrom
livekit-uplift

Conversation

@ArchieMcM234
Copy link
Contributor

Summary

Transforms the basic LiveKit integration page into a full documentation section with dedicated
pages for quickstart, STT configuration, and TTS configuration.

Changes

Structure:

  • Delete single-page livekit.mdx (63 lines)
  • Create livekit/ section with 3 pages (567 lines total):
    • index.mdx — Step-by-step quickstart guide
    • stt.mdx — Comprehensive speech-to-text configuration
    • tts.mdx — Text-to-speech configuration
  • Add working code examples in assets/
  • Add sidebar navigation via sidebar.ts

New content:
Page: Quickstart
Description: End-to-end guide to build a voice agent with LiveKit Cloud, including CLI setup,
environment config, and a complete working main.py
────────────────────────────────────────
Page: STT
Description: Full documentation of the Speechmatics STT plugin: turn detection modes (adaptive,
fixed, smart turn, external), speaker diarization, speaker focus/filtering, output
formatting, and custom vocabulary
────────────────────────────────────────
Page: TTS
Description: Basic TTS configuration with voice selection
Code examples added:

  • main.py — Complete voice agent using Speechmatics STT + TTS with OpenAI LLM
  • stt-full-example.py — Comprehensive STT configuration example

@vercel
Copy link

vercel bot commented Feb 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 25, 2026 1:53pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant