Skip to content

fix(docs): repair Voice & TTS provider table#24138

Merged
teknium1 merged 1 commit into
NousResearch:mainfrom
nightcityblade:fix/issue-24101
May 12, 2026
Merged

fix(docs): repair Voice & TTS provider table#24138
teknium1 merged 1 commit into
NousResearch:mainfrom
nightcityblade:fix/issue-24101

Conversation

@nightcityblade

Copy link
Copy Markdown

What does this PR do?

Fixes a malformed Markdown table in the Voice & TTS Providers section by removing the extra leading pipe characters from the separator and provider rows.

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

  • Updated website/docs/integrations/index.md to remove the extra leading | characters from Voice & TTS table rows.

How to Test

  1. git diff --check
  2. python3 table column check for the Voice & TTS Markdown table

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 26.3

Documentation & Housekeeping

  • I've updated relevant documentation (README, docs/, docstrings) — or N/A
  • I've updated cli-config.yaml.example if I added/changed config keys — or N/A
  • I've updated CONTRIBUTING.md or AGENTS.md if I changed architecture or workflows — or N/A
  • I've considered cross-platform impact (Windows, macOS) per the compatibility guide — or N/A
  • I've updated tool descriptions/schemas if I changed tool behavior — or N/A

For New Skills

N/A

Screenshots / Logs

git diff --check
# passed with no output

python3 table column check
# line 58: 4 columns
# line 59: 4 columns
# line 60: 4 columns
# line 61: 4 columns
# line 62: 4 columns
# line 63: 4 columns
# line 64: 4 columns
# OK

@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 one-line fix (removing leading || from TTS table rows in website/docs/integrations/index.md). #24103 was also closed as a duplicate of the same.

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

3 participants