Commit 3135467
committed
Fix broken docs links: ResourceSource and TextToSpeechModelSources are type aliases
TypeDoc emits `export type` declarations under `06-api-reference/type-aliases/`,
not `06-api-reference/interfaces/`. The links in useTextToSpeech.md pointed at
the interfaces/ paths, which never get generated for these names, breaking the
Docusaurus build (`onBrokenLinks: 'throw'`).1 parent a3c38d3 commit 3135467
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments