Skip to content

Commit 13aceaa

Browse files
authored
Update reference-docs-links.txt to include serverless doc reference link (#131175)
* Update reference-docs-links.txt * Update reference-docs-links.txt * Update ReferenceDocs.java
1 parent 393f707 commit 13aceaa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

server/src/main/java/org/elasticsearch/common/ReferenceDocs.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public enum ReferenceDocs {
8484
ALLOCATION_EXPLAIN_MAX_RETRY,
8585
SECURE_SETTINGS,
8686
CLUSTER_SHARD_LIMIT,
87+
DEPLOY_CLOUD_DIFF_FROM_STATEFUL,
8788
// this comment keeps the ';' on the next line so every entry above has a trailing ',' which makes the diff for adding new links cleaner
8889
;
8990

server/src/main/resources/org/elasticsearch/common/reference-docs-links.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ CIRCUIT_BREAKER_ERRORS troubleshoot/ela
4545
ALLOCATION_EXPLAIN_NO_COPIES troubleshoot/elasticsearch/diagnose-unassigned-shards#no-shard-copy
4646
ALLOCATION_EXPLAIN_MAX_RETRY troubleshoot/elasticsearch/diagnose-unassigned-shards#maximum-retries-exceeded
4747
SECURE_SETTINGS deploy-manage/security/secure-settings
48-
CLUSTER_SHARD_LIMIT reference/elasticsearch/configuration-reference/miscellaneous-cluster-settings#cluster-shard-limit
48+
CLUSTER_SHARD_LIMIT reference/elasticsearch/configuration-reference/miscellaneous-cluster-settings#cluster-shard-limit
49+
DEPLOY_CLOUD_DIFF_FROM_STATEFUL deploy-manage/deploy/elastic-cloud/differences-from-other-elasticsearch-offerings

0 commit comments

Comments
 (0)