Skip to content

Commit 0c553be

Browse files
committed
Testing mintlify's automated CI for broken links
1 parent 20be2fb commit 0c553be

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/docs-ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,3 @@ jobs:
3232
set -euo pipefail
3333
test -s lance-namespace/docs/src/rest.yaml
3434
cp lance-namespace/docs/src/rest.yaml docs/api-reference/rest/openapi.yml
35-
36-
- name: Install Mintlify CLI
37-
run: npm install -g mintlify@latest
38-
39-
- name: Check broken links
40-
run: |
41-
set -euo pipefail
42-
if command -v mint >/dev/null 2>&1; then
43-
(cd docs && mint broken-links)
44-
elif command -v mintlify >/dev/null 2>&1; then
45-
(cd docs && mintlify broken-links)
46-
else
47-
(cd docs && npx -y mintlify@latest broken-links)
48-
fi

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and need a managed solution. Start here:
5353
<Card
5454
title="Quickstart"
5555
icon="rocket"
56-
href="/quickstart"
56+
href="/quickstarts"
5757
>
5858
Get started with LanceDB in minutes.
5959
</Card>

0 commit comments

Comments
 (0)