Skip to content

Commit 509a18c

Browse files
authored
Merge pull request #4907 from platformsh/service-sorted
Fix service order
2 parents 8ee6d53 + 31b1c9c commit 509a18c

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

sites/upsun/src/add-services/chroma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Chroma
33
sidebarTitle: Chroma
4-
weight: 50
4+
weight: -120
55
---
66

77
[Chroma](https://www.trychroma.com/) is an open-source vector database designed for AI applications that need to store, query, and manage embeddings efficiently.

sites/upsun/src/add-services/qdrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Qdrant
33
sidebarTitle: Qdrant
4-
weight: 50
4+
weight: 5
55
---
66

77
[Qdrant](https://github.com/qdrant/qdrant) is a vector similarity search engine and vector database. It provides a production-ready service with a convenient API to store, search, and manage points—vectors with an additional payload Qdrant is tailored to extended filtering support. It makes it useful for all sorts of neural-network or semantic-based matching, faceted search, and other applications.

sites/upsun/src/add-services/valkey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Valkey"
3-
weight: 20
3+
weight: 40
44
sidebarTitle: "Valkey"
55
---
66

sites/upsun/src/add-services/varnish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Varnish
3-
weight: 40
3+
weight: 50
44
---
55

66
Varnish is a popular HTTP proxy server, often used for caching.

sites/upsun/src/add-services/vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Vault key management service
33
sidebarTitle: Vault KMS
4-
weight: 50
4+
weight: 60
55
---
66

77
The Vault key management service (KMS) provides key management and access control for your secrets.

themes/psh-docs/layouts/shortcodes/access-services.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Consult each of the individual service documentation to see how to retrieve and
1717
{{ $suffix = "usage-example" }}
1818
{{ else if eq .File.Path "add-services/clickhouse.md" }}
1919
{{ $suffix = "usage-example" }}
20+
{{ else if eq .File.Path "add-services/chroma.md" }}
21+
{{ $suffix = "3-use-the-relationship-in-your-application" }}
22+
{{ else if eq .File.Path "add-services/qdrant.md" }}
23+
{{ $suffix = "4-use-the-relationship-in-your-application" }}
2024
{{ end }}
2125
- [{{ if .Params.sidebarTitle}}{{ .Params.sidebarTitle }}{{ else }}{{ .Title }}{{ end }}]({{ .RelPermalink }}#{{ $suffix }})
2226
{{ end }}

0 commit comments

Comments
 (0)