Skip to content
Open
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
14 changes: 0 additions & 14 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,3 @@ jobs:
set -euo pipefail
test -s lance-namespace/docs/src/rest.yaml
cp lance-namespace/docs/src/rest.yaml docs/api-reference/rest/openapi.yml

- name: Install Mintlify CLI
run: npm install -g mintlify@latest

- name: Check broken links
run: |
set -euo pipefail
if command -v mint >/dev/null 2>&1; then
(cd docs && mint broken-links)
elif command -v mintlify >/dev/null 2>&1; then
(cd docs && mintlify broken-links)
else
(cd docs && npx -y mintlify@latest broken-links)
fi
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ and need a managed solution. Start here:
<Card
title="Quickstart"
icon="rocket"
href="/quickstart"
href="/quickstarts"
>
Get started with LanceDB in minutes.
</Card>
Expand Down