Skip to content

Commit 0c2f2c0

Browse files
authored
add js esql dsl (#3027)
1 parent 5d73909 commit 0c2f2c0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

config/assembler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ references:
184184

185185
# @elastic/developer-docs
186186
eland:
187+
elasticsearch-dsl-js:
187188
elasticsearch-hadoop:
188189
elasticsearch-java:
189190
elasticsearch-js:

config/navigation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,11 @@ toc:
276276
path_prefix: reference/elasticsearch/clients/javascript
277277
# Children include the entire AsciiDoc book
278278

279+
# JavaScript/TypeScript DSL
280+
# https://github.com/elastic/elasticsearch-dsl-js/blob/main/docs/reference/toc.yml
281+
- toc: elasticsearch-dsl-js://reference
282+
path_prefix: reference/elasticsearch/clients/javascript-dsl
283+
279284
# .NET
280285
# https://github.com/elastic/elasticsearch-net/blob/main/docs/reference/toc.yml
281286
- toc: elasticsearch-net://reference

0 commit comments

Comments
 (0)