Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Links
on:
# Run monday mornings
schedule:
- cron: '0 12 * * MON'
- cron: '0 10 * * MON'
workflow_dispatch:
jobs:
check-links:
Expand All @@ -24,7 +24,7 @@ jobs:
run: |
set +e
cat lcconfig
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --config lcconfig -F csv/utf-8/link_report.csv
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --config lcconfig -F csv/utf-8/link_report.csv

if [ $? -ne 0 ]; then
echo "Bad links found. Please see report."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ You can embed videos from YouTube, Loom, Vimeo, and other streaming platforms us
</Tab>
</Tabs>

See an example of [Markdown](https://github.com/elevenlabs/elevenlabs-docs/blob/6dba2b35a68edd8285762e18b4c7684c04bdf1ca/fern/conversational-ai/pages/guides/zendesk.mdx?plain=1#L14-L23) used for embedding videos and [how it renders](https://elevenlabs.io/docs/conversational-ai/guides/integrations/zendesk#demo-video) on the corresponding docs page from the ElevenLabs documentation.
See an example of [how it renders](https://elevenlabs.io/docs/conversational-ai/guides/integrations/zendesk#demo-video) on the corresponding docs page from the ElevenLabs documentation.

## LaTeX

Expand Down
2 changes: 1 addition & 1 deletion fern/products/docs/pages/navigation/changelogs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ navigation:
```
</CodeBlock>

[View an example](https://github.com/elevenlabs/elevenlabs-docs/blob/ab509a12b1c7e3db37b6414a76b502e71b580feb/fern/docs.yml#L45-L47) in GitHub of the ElevenLabs `docs.yml` which powers [their Changelog](https://elevenlabs.io/docs/changelog).
[View an example](https://elevenlabs.io/docs/changelog) of how this renders in the ElevenLabs Changelog.

</Accordion>
<Accordion title="Section-level Changelog">
Expand Down