File tree 4 files changed +3
-2
lines changed
4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ buildRestTests.docs = fileTree(projectDir) {
100
100
exclude ' reference/rollup/apis/delete-job.asciidoc'
101
101
exclude ' reference/rollup/apis/get-job.asciidoc'
102
102
exclude ' reference/rollup/apis/rollup-caps.asciidoc'
103
+ exclude ' reference/graph/explore.asciidoc'
103
104
}
104
105
105
106
listSnippets. docs = buildRestTests. docs
Original file line number Diff line number Diff line change 1
1
[role="xpack"]
2
+ [testenv="platinum"]
2
3
[[graph-explore-api]]
3
4
== Explore API
4
5
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ directly to configure and access {xpack} features.
19
19
20
20
21
21
include::info.asciidoc[]
22
- include::{xes -repo-dir}/rest-api /graph/explore.asciidoc[]
22
+ include::{es -repo-dir}/graph/explore.asciidoc[]
23
23
include::{es-repo-dir}/licensing/index.asciidoc[]
24
24
include::{es-repo-dir}/migration/migration.asciidoc[]
25
25
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ buildRestTests.docs = fileTree(projectDir) {
92
92
exclude ' build'
93
93
// These file simply doesn't pass yet. We should figure out how to fix them.
94
94
exclude ' en/watcher/reference/actions.asciidoc'
95
- exclude ' en/rest-api/graph/explore.asciidoc'
96
95
}
97
96
98
97
Map<String , String > setups = buildRestTests. setups
You can’t perform that action at this time.
0 commit comments