Skip to content

[docs] - Voice & TTS md table malformed #24101

@luarss

Description

@luarss

Title

docs: "Voice & TTS Providers" table on /docs/integrations has an extra empty column

Problem

In website/docs/integrations/index.md (lines 58–64), the separator and all data rows of the "Voice & TTS Providers" table start with || instead of |. Docusaurus parses the extra pipe as an empty leading cell, so the rendered table shows a blank first column and misaligned rows.

Current source

| Provider | Quality | Cost | API Key |
||----------|---------|------|---------|
|| **Edge TTS** (default) | Good | Free | None needed |
...

Repro

  1. cd website && npm install && npm start
  2. Open /docs/integrationsVoice & TTS Providers.
  3. Observe empty leading column.

Fix

Replace || with | on lines 59–64:

sed -i '' '59,64 s/^||/|/' website/docs/integrations/index.md

Impact: cosmetic only.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havetype/docsDocumentation improvements

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions