Skip to content

Commit b9c8e10

Browse files
authored
Updated configuration for js client (#701)
1 parent 954b5d8 commit b9c8e10

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

conf.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
curator: https://github.com/elastic/curator.git
2222
ecs: https://github.com/elastic/ecs.git
2323
elasticsearch-hadoop: https://github.com/elastic/elasticsearch-hadoop.git
24-
elasticsearch-js: https://github.com/elastic/elasticsearch-js-legacy.git
24+
elasticsearch-js: https://github.com/elastic/elasticsearch-js.git
2525
elasticsearch-net: https://github.com/elastic/elasticsearch-net.git
2626
elasticsearch-php: https://github.com/elastic/elasticsearch-php
2727
elasticsearch-php-cn: https://github.com/elasticsearch-cn/elasticsearch-php.git
@@ -309,11 +309,12 @@ contents:
309309
-
310310
title: JavaScript API
311311
prefix: javascript-api
312-
current: 15.x
313-
branches: [ 15.x ]
312+
current: 7.x
313+
branches: [ master, 7.x, 6.x, 5.x, 15.x ]
314314
index: docs/index.asciidoc
315315
tags: Clients/JavaScript
316316
subject: Clients
317+
asciidoctor: true
317318
sources:
318319
-
319320
repo: elasticsearch-js

doc_build_aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ alias docbldjvr='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs
116116

117117
alias docbldejv='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/java-api/index.asciidoc --chunk 1'
118118

119-
alias docbldejs='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-js/docs/index.asciidoc'
119+
alias docbldejs='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch-js/docs/index.asciidoc'
120120

121121
alias docbldegr='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/elasticsearch/docs/groovy-api/index.asciidoc'
122122

0 commit comments

Comments
 (0)