File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments