We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d73909 commit 0c2f2c0Copy full SHA for 0c2f2c0
2 files changed
config/assembler.yml
@@ -184,6 +184,7 @@ references:
184
185
# @elastic/developer-docs
186
eland:
187
+ elasticsearch-dsl-js:
188
elasticsearch-hadoop:
189
elasticsearch-java:
190
elasticsearch-js:
config/navigation.yml
@@ -276,6 +276,11 @@ toc:
276
path_prefix: reference/elasticsearch/clients/javascript
277
# Children include the entire AsciiDoc book
278
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
+
284
# .NET
285
# https://github.com/elastic/elasticsearch-net/blob/main/docs/reference/toc.yml
286
- toc: elasticsearch-net://reference
0 commit comments