Hack docs so we can build them without modifying core

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
This commit is contained in:
Nik Everett 2017-08-29 14:49:30 -04:00
parent 1bb7d339e0
commit 810ca6637e
1 changed files with 5 additions and 6 deletions

View File

@ -19,12 +19,11 @@ 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[]
:edit_url!:
include::rest-api/index.asciidoc[]
:edit_url:
include::{es-repo-dir}/reference/index-shared4.asciidoc[]