From 0c553be8e3e9ea53b49e609f63faf2721d8075c5 Mon Sep 17 00:00:00 2001 From: prrao87 Date: Thu, 18 Dec 2025 13:18:09 -0500 Subject: [PATCH] Testing mintlify's automated CI for broken links --- .github/workflows/docs-ci.yml | 14 -------------- docs/index.mdx | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index 54907b8..72effcd 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -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 diff --git a/docs/index.mdx b/docs/index.mdx index c9eea00..1ae0147 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -53,7 +53,7 @@ and need a managed solution. Start here: Get started with LanceDB in minutes.