We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8381d commit 7d46074Copy full SHA for 7d46074
docs/reference/rest-api/index.asciidoc
@@ -18,7 +18,7 @@ directly to configure and access {xpack} features.
18
--
19
20
21
-include::{xes-repo-dir}/rest-api/info.asciidoc[]
+include::info.asciidoc[]
22
include::{xes-repo-dir}/rest-api/graph/explore.asciidoc[]
23
include::{xes-repo-dir}/rest-api/licensing.asciidoc[]
24
include::{xes-repo-dir}/rest-api/migration.asciidoc[]
x-pack/docs/en/rest-api/info.asciidoc renamed to docs/reference/rest-api/info.asciidoc
@@ -1,8 +1,9 @@
1
[role="xpack"]
2
+[testenv="basic"]
3
[[info-api]]
4
== Info API
5
-The info API provides general information about the installed {xpack}.
6
+The info API provides general information about the installed {xpack} features.
7
8
[float]
9
=== Request
0 commit comments