[DOCS] Skeleton for the sql plugin docs.
Original commit: elastic/x-pack-elasticsearch@f41ff1c993
This commit is contained in:
parent
35f98d1af3
commit
1bb7d339e0
|
@ -18,7 +18,13 @@ include::setup-xes.asciidoc[]
|
|||
include::{es-repo-dir}/reference/index-shared2.asciidoc[]
|
||||
|
||||
:edit_url!:
|
||||
include::rest-api/index.asciidoc[]
|
||||
include::sql/index.asciidoc[]
|
||||
|
||||
: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[]
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[role="xpack"]
|
||||
[[xpack-sql]]
|
||||
= SQL Access
|
||||
|
||||
[partintro]
|
||||
--
|
||||
Overview
|
||||
|
||||
--
|
||||
|
||||
include::sql-query-dsl.asciidoc[]
|
||||
include::sql-rest.asciidoc[]
|
||||
include::sql-jdbc.asciidoc[]
|
||||
include::sql-cli.asciidoc[]
|
|
@ -0,0 +1,5 @@
|
|||
[role="xpack"]
|
||||
[[sql-cli]]
|
||||
== SQL CLI
|
||||
|
||||
Content
|
|
@ -0,0 +1,5 @@
|
|||
[role="xpack"]
|
||||
[[sql-jdbc]]
|
||||
== SQL JDBC
|
||||
|
||||
Content
|
|
@ -0,0 +1,5 @@
|
|||
[role="xpack"]
|
||||
[[sql-query-dsl]]
|
||||
== SQL Query DSL
|
||||
|
||||
Content
|
|
@ -0,0 +1,5 @@
|
|||
[role="xpack"]
|
||||
[[sql-rest]]
|
||||
== SQL REST API
|
||||
|
||||
Content
|
Loading…
Reference in New Issue