From f09669de7fc46fdb8822905168a6cd3aa1ca85cb Mon Sep 17 00:00:00 2001 From: HighPon Date: Tue, 7 Jan 2025 15:16:18 +0000 Subject: [PATCH] fix(docs): Delete clojure from supported language --- .prh.yaml | 5 ----- docs/overview/about-vald.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.prh.yaml b/.prh.yaml index 781c07823f..c579f607ec 100644 --- a/.prh.yaml +++ b/.prh.yaml @@ -17,7 +17,6 @@ version: 1 # index: ann # index: besteffort # index: burstable -# index: clojure # index: configmap # index: docker # index: documentation @@ -76,10 +75,6 @@ rules: expected: ConfigMap options: wordBoundary: true - - pattern: clojure - expected: Clojure - options: - wordBoundary: true - pattern: docker expected: Docker options: diff --git a/docs/overview/about-vald.md b/docs/overview/about-vald.md index dc1fb00b39..f954bb35ba 100644 --- a/docs/overview/about-vald.md +++ b/docs/overview/about-vald.md @@ -57,7 +57,7 @@ Vald is easy to use, feature-rich and highly customizable as you needed. - You can configure the number of vector dimensions, the number of replica and etc. - Multi language supported - - Go, Java, Clojure, Node.js, and Python client library are supported. + - Go, Java, Node.js, and Python client library are supported. - gRPC APIs can be triggered by any programming languages which support gRPC. - REST API is also supported.