Skip to content

Updated configuration for js client #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
curator: https://github.com/elastic/curator.git
ecs: https://github.com/elastic/ecs.git
elasticsearch-hadoop: https://github.com/elastic/elasticsearch-hadoop.git
elasticsearch-js: https://github.com/elastic/elasticsearch-js-legacy.git
elasticsearch-js: https://github.com/elastic/elasticsearch-js.git
elasticsearch-net: https://github.com/elastic/elasticsearch-net.git
elasticsearch-php: https://github.com/elastic/elasticsearch-php
elasticsearch-php-cn: https://github.com/elasticsearch-cn/elasticsearch-php.git
Expand Down Expand Up @@ -309,11 +309,12 @@ contents:
-
title: JavaScript API
prefix: javascript-api
current: 15.x
branches: [ 15.x ]
current: 7.x
branches: [ master, 7.x, 6.x, 5.x, 15.x ]
index: docs/index.asciidoc
tags: Clients/JavaScript
subject: Clients
asciidoctor: true
sources:
-
repo: elasticsearch-js
Expand Down
2 changes: 1 addition & 1 deletion doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ alias docbldjvr='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs

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

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

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

Expand Down