Skip to content

Commit a694c66

Browse files
authored
Update sidebar title for scale & resilience page (#1095)
1 parent 6f084a8 commit a694c66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@
847847
"langsmith/data-purging-compliance"
848848
]
849849
},
850+
"langsmith/scalability-and-resilience",
850851
"langsmith/authentication-methods",
851852
"langsmith/faq",
852853
"langsmith/regions-faq",
@@ -1313,8 +1314,7 @@
13131314
"langsmith/self-host-organization-charts",
13141315
"langsmith/langsmith-managed-clickhouse",
13151316
"langsmith/self-host-ingress",
1316-
"langsmith/self-host-mirroring-images",
1317-
"langsmith/scalability-and-resilience"
1317+
"langsmith/self-host-mirroring-images"
13181318
]
13191319
}
13201320
]

src/langsmith/scalability-and-resilience.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Scalability & resilience
3-
sidebarTitle: Overview
3+
sidebarTitle: Scalability & resilience
44
---
55

66
LangSmith is designed to scale horizontally with your workload. Each instance of the service is stateless, and keeps no resources in memory. The service is designed to gracefully handle new instances being added or removed, including hard shutdown cases.

0 commit comments

Comments
 (0)