Skip to content

Commit e4c3fd6

Browse files
authored
[DOCS] Moves graph to docs folder (elastic#33472)
1 parent 2b730d1 commit e4c3fd6

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

docs/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ buildRestTests.docs = fileTree(projectDir) {
100100
exclude 'reference/rollup/apis/delete-job.asciidoc'
101101
exclude 'reference/rollup/apis/get-job.asciidoc'
102102
exclude 'reference/rollup/apis/rollup-caps.asciidoc'
103+
exclude 'reference/graph/explore.asciidoc'
103104
}
104105

105106
listSnippets.docs = buildRestTests.docs

x-pack/docs/en/rest-api/graph/explore.asciidoc docs/reference/graph/explore.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[role="xpack"]
2+
[testenv="platinum"]
23
[[graph-explore-api]]
34
== Explore API
45

docs/reference/rest-api/index.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ directly to configure and access {xpack} features.
1919

2020

2121
include::info.asciidoc[]
22-
include::{xes-repo-dir}/rest-api/graph/explore.asciidoc[]
22+
include::{es-repo-dir}/graph/explore.asciidoc[]
2323
include::{es-repo-dir}/licensing/index.asciidoc[]
2424
include::{es-repo-dir}/migration/migration.asciidoc[]
2525
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]

x-pack/docs/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ buildRestTests.docs = fileTree(projectDir) {
9292
exclude 'build'
9393
// These file simply doesn't pass yet. We should figure out how to fix them.
9494
exclude 'en/watcher/reference/actions.asciidoc'
95-
exclude 'en/rest-api/graph/explore.asciidoc'
9695
}
9796

9897
Map<String, String> setups = buildRestTests.setups

0 commit comments

Comments
 (0)