Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
36 changes: 18 additions & 18 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,24 +301,7 @@ contents:
-
repo: elasticsearch-js
path: docs/

-
title: Groovy API
prefix: groovy-api
current: 2.4
branches: [ master, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
index: docs/groovy-api/index.asciidoc
tags: Clients/Groovy
subject: Clients
sources:
-
repo: elasticsearch
path: docs/groovy-api
-
repo: elasticsearch
path: docs/Versions.asciidoc
exclude_branches: [ 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]


-
title: .NET API
prefix: net-api
Expand Down Expand Up @@ -1293,6 +1276,23 @@ contents:
-
repo: x-pack
path: docs/public/graph
-
title: Groovy API
prefix: groovy-api
current: 2.4
branches: [ master, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
index: docs/groovy-api/index.asciidoc
tags: Clients/Groovy
subject: Clients
asciidoctor: true
sources:
-
repo: elasticsearch
path: docs/groovy-api
-
repo: elasticsearch
path: docs/Versions.asciidoc
exclude_branches: [ 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]

redirects:
-
Expand Down
2 changes: 1 addition & 1 deletion doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ alias docbldejv='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs

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

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

alias docbldnet='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-net/docs/index.asciidoc --chunk 1'

Expand Down