[DOCS] Moves graph to docs folder (#33472)
This commit is contained in:
parent
2b730d1b9d
commit
e4c3fd6d96
|
@ -100,6 +100,7 @@ buildRestTests.docs = fileTree(projectDir) {
|
||||||
exclude 'reference/rollup/apis/delete-job.asciidoc'
|
exclude 'reference/rollup/apis/delete-job.asciidoc'
|
||||||
exclude 'reference/rollup/apis/get-job.asciidoc'
|
exclude 'reference/rollup/apis/get-job.asciidoc'
|
||||||
exclude 'reference/rollup/apis/rollup-caps.asciidoc'
|
exclude 'reference/rollup/apis/rollup-caps.asciidoc'
|
||||||
|
exclude 'reference/graph/explore.asciidoc'
|
||||||
}
|
}
|
||||||
|
|
||||||
listSnippets.docs = buildRestTests.docs
|
listSnippets.docs = buildRestTests.docs
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
|
[testenv="platinum"]
|
||||||
[[graph-explore-api]]
|
[[graph-explore-api]]
|
||||||
== Explore API
|
== Explore API
|
||||||
|
|
|
@ -19,7 +19,7 @@ directly to configure and access {xpack} features.
|
||||||
|
|
||||||
|
|
||||||
include::info.asciidoc[]
|
include::info.asciidoc[]
|
||||||
include::{xes-repo-dir}/rest-api/graph/explore.asciidoc[]
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
||||||
include::{es-repo-dir}/licensing/index.asciidoc[]
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
||||||
include::{es-repo-dir}/migration/migration.asciidoc[]
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
||||||
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]
|
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]
|
||||||
|
|
|
@ -92,7 +92,6 @@ buildRestTests.docs = fileTree(projectDir) {
|
||||||
exclude 'build'
|
exclude 'build'
|
||||||
// These file simply doesn't pass yet. We should figure out how to fix them.
|
// These file simply doesn't pass yet. We should figure out how to fix them.
|
||||||
exclude 'en/watcher/reference/actions.asciidoc'
|
exclude 'en/watcher/reference/actions.asciidoc'
|
||||||
exclude 'en/rest-api/graph/explore.asciidoc'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<String, String> setups = buildRestTests.setups
|
Map<String, String> setups = buildRestTests.setups
|
||||||
|
|
Loading…
Reference in New Issue