From 28f6ff6fcdeb6d4822d746f01b58f46bd0d90e3e Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 30 Aug 2024 11:54:51 -0700 Subject: [PATCH] docs: remove incorrect vectorstore local column (#25895) --- docs/Makefile | 2 ++ docs/src/theme/FeatureTables.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 8857aaea7b86c..d2b331be9d511 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -73,6 +73,8 @@ append-related: generate-references: $(PYTHON) scripts/generate_api_reference_links.py --docs_dir $(OUTPUT_NEW_DOCS_DIR) +update-md: generate-files md-sync + build: install-py-deps generate-files copy-infra render md-sync append-related vercel-build: install-vercel-deps build generate-references diff --git a/docs/src/theme/FeatureTables.js b/docs/src/theme/FeatureTables.js index e9925127e8239..1aa1e8b69cf63 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -890,7 +890,7 @@ const FEATURE_TABLES = { {title: "Passes Standard Tests", formatter: (item) => item.passesStandardTests ? "✅" : "❌"}, {title: "Multi Tenancy", formatter: (item) => item.multiTenancy ? "✅" : "❌"}, {title: "IDs in add Documents", formatter: (item) => item.idsInAddDocuments ? "✅" : "❌"}, - {title: "Local/Cloud", formatter: (item) => item.local ? "Local" : "Cloud"}, + // {title: "Local/Cloud", formatter: (item) => item.local ? "Local" : "Cloud"}, ], items: [ {