From 5f188af30f8ed6f3dbdcb6aa69cbc14b448c0a56 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:03:09 -0400 Subject: [PATCH 1/2] attempt to use more threads --- .github/workflows/check-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index cd0a93237..680f5cb20 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -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: @@ -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 50 --config lcconfig -F csv/utf-8/link_report.csv if [ $? -ne 0 ]; then echo "Bad links found. Please see report." From 92d7b2ee39bd33ade7f74597961049d4d1ce3df9 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:28:45 -0400 Subject: [PATCH 2/2] remove bad links --- .github/workflows/check-links.yml | 2 +- .../docs/pages/component-library/writing-content/markdown.mdx | 2 +- fern/products/docs/pages/navigation/changelogs.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 680f5cb20..94f745eab 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -24,7 +24,7 @@ jobs: run: | set +e cat lcconfig - linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 50 --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." diff --git a/fern/products/docs/pages/component-library/writing-content/markdown.mdx b/fern/products/docs/pages/component-library/writing-content/markdown.mdx index 3269b920d..9bb455ebc 100644 --- a/fern/products/docs/pages/component-library/writing-content/markdown.mdx +++ b/fern/products/docs/pages/component-library/writing-content/markdown.mdx @@ -189,7 +189,7 @@ You can embed videos from YouTube, Loom, Vimeo, and other streaming platforms us -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 diff --git a/fern/products/docs/pages/navigation/changelogs.mdx b/fern/products/docs/pages/navigation/changelogs.mdx index 335e76349..33048f77c 100644 --- a/fern/products/docs/pages/navigation/changelogs.mdx +++ b/fern/products/docs/pages/navigation/changelogs.mdx @@ -53,7 +53,7 @@ navigation: ``` -[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.