Skip to content

fix(docs): repair malformed Voice & TTS table in integrations overview#24103

Closed
luarss wants to merge 1 commit into
NousResearch:mainfrom
luarss:fix/integrations-tts-table
Closed

fix(docs): repair malformed Voice & TTS table in integrations overview#24103
luarss wants to merge 1 commit into
NousResearch:mainfrom
luarss:fix/integrations-tts-table

Conversation

@luarss

@luarss luarss commented May 12, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Fixes a malformed markdown table in the Integrations overview doc. The "Voice & TTS Providers" table had stray leading double-pipes (||) on its separator row and every data row, which broke rendering in Docusaurus — readers saw an extra empty leading column and misaligned cells. Changing each || to | restores a properly-aligned 4-column table.

Related Issue

fixes #24101

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 🔒 Security fix
  • 📝 Documentation update
  • ✅ Tests (adding or improving test coverage)
  • ♻️ Refactor (no behavior change)
  • 🎯 New skill (bundled or hub)

Changes Made

  • website/docs/integrations/index.md — replaced leading || with | on the Voice & TTS table separator and 5 data rows (lines 59–64).

How to Test

  1. cd website && npm install && npm start
  2. Open http://localhost:3000/docs/integrations and scroll to "Voice & TTS Providers".
  3. Confirm the table renders as 4 columns (Provider / Quality / Cost / API Key) with no empty leading column or misaligned rows.

Checklist

Code

  • I've read the Contributing Guide
  • My commit messages follow Conventional Commits (fix(scope):, feat(scope):, etc.)
  • I searched for existing PRs to make sure this isn't a duplicate
  • My PR contains only changes related to this fix/feature (no unrelated commits)
  • I've run pytest tests/ -q and all tests pass
  • I've added tests for my changes (required for bug fixes, strongly encouraged for features)
  • I've tested on my platform: macOS 15 (Darwin 25.4)

Documentation & Housekeeping

  • I've updated relevant documentation (README, docs/, docstrings) — or N/A
  • N/A — cli-config.yaml.example (no config changes)
  • N/A — CONTRIBUTING.md / AGENTS.md (no architecture changes)
  • N/A — cross-platform impact (markdown-only)
  • N/A — tool descriptions/schemas (no tool changes)

Screenshots / Logs

Before — note the empty leading column produced by ||:

Provider Quality Cost API Key
Edge TTS (default) Good Free None needed

After:

Provider Quality Cost API Key
Edge TTS (default) Good Free None needed

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have duplicate This issue or pull request already exists labels May 12, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #15053 — identical fix (same file, same line changes removing leading || from TTS table rows). #15053 has been open since April.

@luarss

luarss commented May 12, 2026

Copy link
Copy Markdown
Contributor Author

Thanks, closing for now then.

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

Labels

duplicate This issue or pull request already exists P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] - Voice & TTS md table malformed

2 participants