Skip to content

Commit bc69175

Browse files
committed
[DOCS] Sort cluster API docs alphabetically (#48198)
1 parent 6842910 commit bc69175

15 files changed

+64
-25
lines changed

docs/reference/cluster.asciidoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,32 +79,32 @@ GET /_nodes/ra*:2
7979
GET /_nodes/ra*:2*
8080
--------------------------------------------------
8181

82+
include::cluster/allocation-explain.asciidoc[]
83+
84+
include::cluster/get-settings.asciidoc[]
85+
8286
include::cluster/health.asciidoc[]
8387

88+
include::cluster/reroute.asciidoc[]
89+
8490
include::cluster/state.asciidoc[]
8591

8692
include::cluster/stats.asciidoc[]
8793

88-
include::cluster/pending.asciidoc[]
89-
90-
include::cluster/reroute.asciidoc[]
91-
9294
include::cluster/update-settings.asciidoc[]
9395

94-
include::cluster/get-settings.asciidoc[]
96+
include::cluster/nodes-usage.asciidoc[]
9597

96-
include::cluster/nodes-stats.asciidoc[]
98+
include::cluster/nodes-hot-threads.asciidoc[]
9799

98100
include::cluster/nodes-info.asciidoc[]
99101

100-
include::cluster/nodes-usage.asciidoc[]
102+
include::cluster/nodes-stats.asciidoc[]
103+
104+
include::cluster/pending.asciidoc[]
101105

102106
include::cluster/remote-info.asciidoc[]
103107

104108
include::cluster/tasks.asciidoc[]
105109

106-
include::cluster/nodes-hot-threads.asciidoc[]
107-
108-
include::cluster/allocation-explain.asciidoc[]
109-
110110
include::cluster/voting-exclusions.asciidoc[]

docs/reference/cluster/allocation-explain.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-allocation-explain]]
2-
=== Cluster Allocation Explain API
2+
=== Cluster allocation explain API
3+
++++
4+
<titleabbrev>Cluster allocation explain</titleabbrev>
5+
++++
36

47
Provides explanations for shard allocations in the cluster.
58

docs/reference/cluster/get-settings.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-get-settings]]
2-
=== Cluster Get Settings
2+
=== Cluster get settings API
3+
++++
4+
<titleabbrev>Cluster get settings</titleabbrev>
5+
++++
36

47
Returns cluster-wide settings.
58

docs/reference/cluster/health.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-health]]
2-
=== Cluster Health
2+
=== Cluster health API
3+
++++
4+
<titleabbrev>Cluster health</titleabbrev>
5+
++++
36

47
Returns the health status of a cluster.
58

docs/reference/cluster/nodes-hot-threads.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-nodes-hot-threads]]
2-
=== Nodes hot_threads
2+
=== Nodes hot threads API
3+
++++
4+
<titleabbrev>Nodes hot threads</titleabbrev>
5+
++++
36

47
Returns the hot threads on each selected node in the cluster.
58

docs/reference/cluster/nodes-info.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-nodes-info]]
2-
=== Nodes Info
2+
=== Nodes info API
3+
++++
4+
<titleabbrev>Nodes info</titleabbrev>
5+
++++
36

47
Returns cluster nodes information.
58

docs/reference/cluster/nodes-stats.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-nodes-stats]]
2-
=== Nodes Stats
2+
=== Nodes stats API
3+
++++
4+
<titleabbrev>Nodes stats</titleabbrev>
5+
++++
36

47
Returns cluster nodes statistics.
58

docs/reference/cluster/nodes-usage.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-nodes-usage]]
2-
=== Nodes Feature Usage
2+
=== Nodes feature usage API
3+
++++
4+
<titleabbrev>Nodes feature usage</titleabbrev>
5+
++++
36

47
Returns information on the usage of features.
58

docs/reference/cluster/pending.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-pending]]
2-
=== Pending cluster tasks
2+
=== Pending cluster tasks API
3+
++++
4+
<titleabbrev>Pending cluster tasks</titleabbrev>
5+
++++
36

47
Returns cluster-level changes that have not yet been executed.
58

docs/reference/cluster/remote-info.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[[cluster-remote-info]]
2-
=== Remote Cluster Info
2+
=== Remote cluster info API
3+
++++
4+
<titleabbrev>Remote cluster info</titleabbrev>
5+
++++
36

47
Returns configured remote cluster information.
58

0 commit comments

Comments
 (0)