File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,19 @@ contents:
295295 -
296296 repo : elasticsearch-js
297297 path : docs/
298-
298+ -
299+ title : GO API
300+ prefix : go-api
301+ current : master
302+ branches : [ master ]
303+ index : docs/go/index.asciidoc
304+ single : 1
305+ tags : Clients/Go
306+ subject : Clients
307+ sources :
308+ -
309+ repo : elasticsearch
310+ path : docs/go
299311 -
300312 title : Groovy API
301313 prefix : groovy-api
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ alias docbldejv='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs
114114
115115alias docbldejs=' $GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-js/docs/index.asciidoc'
116116
117+ alias docbldego=' $GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/go/index.asciidoc --single 1'
118+
117119alias docbldegr=' $GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/groovy-api/index.asciidoc'
118120
119121alias docbldnet=' $GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch-net/docs/index.asciidoc --chunk 1'
You can’t perform that action at this time.
0 commit comments