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:
parent
1bb7d339e0
commit
810ca6637e
|
@ -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[]
|
||||
|
|
Loading…
Reference in New Issue