Skip to content

Commit 046e32a

Browse files
attempt to fix display of url
1 parent f45a813 commit 046e32a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install link checker
2020
run: pip install linkchecker
2121
- name: Create config
22-
run: echo -e "[csv]\nseparator=,\n[filtering]\nignore=\n\texample.com\n\tdocs.example.com\n\tus.i.posthog.com\n\tdocs.stack-auth.com\n\tgithub.com/owner/repo\n\t/_vercel/(speed-)?insights/\n\tc.vialoops.com/CL0\n[output]\nignoreerrors=\n ^http ^403 Forbidden" > lcconfig
22+
run: echo -e "[csv]\nseparator=,\n[filtering]\nignore=\n\texample.com\n\tus.i.posthog.com\n\tdocs.stack-auth.com\n\tgithub.com/owner/repo\n\t/_vercel/(speed-)?insights/\n\tc.vialoops.com/CL0\n[output]\nignoreerrors=\n ^http ^403 Forbidden" > lcconfig
2323
- name: Check ${{ matrix.site.name }} Links
2424
run: |
2525
set +e

fern/apis/fai/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5175,7 +5175,7 @@
51755175
}
51765176
],
51775177
"title": "Url Pattern",
5178-
"description": "Regex pattern to filter URLs (e.g., 'https://example\\.com/(docs|api)/.*')."
5178+
"description": "Regex pattern to filter URLs (e.g., `https://example\\.com/(docs|api)/.*`)."
51795179
},
51805180
"chunk_size": {
51815181
"anyOf": [

0 commit comments

Comments
 (0)