mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
Right now we'd like to be able to build the SQL docs without modifying core even if they aren't quite how we're going to keep them in the end. This removes the need for a change to core and leaves a note that we'll have to make undo this commit before release. Original commit: elastic/x-pack-elasticsearch@9ca6a0e467
30 lines
815 B
Plaintext
30 lines
815 B
Plaintext
[[elasticsearch-reference]]
|
|
= Elasticsearch Reference
|
|
|
|
:include-xpack: true
|
|
:xes-repo-dir: {docdir}
|
|
:es-repo-dir: {docdir}/../../../../elasticsearch/docs
|
|
:es-test-dir: {docdir}/../../../../elasticsearch/docs/src/test
|
|
:plugins-examples-dir: {docdir}/../../../../elasticsearch/plugins/examples
|
|
|
|
include::{es-repo-dir}/Versions.asciidoc[]
|
|
|
|
include::{es-repo-dir}/reference/index-shared1.asciidoc[]
|
|
|
|
:edit_url!:
|
|
include::setup-xes.asciidoc[]
|
|
|
|
:edit_url:
|
|
include::{es-repo-dir}/reference/index-shared2.asciidoc[]
|
|
|
|
:edit_url!:
|
|
include::sql/index.asciidoc[]
|
|
include::rest-api/index.asciidoc[]
|
|
|
|
|
|
# NOCOMMIT before merging SQL we should make a index-shared4 in core and
|
|
# put index-shared3 between sql and rest-api.
|
|
|
|
:edit_url:
|
|
include::{es-repo-dir}/reference/index-shared3.asciidoc[]
|