Skip to content

Commit f440100

Browse files
committed
[DOCS] Adds Go client documentation
1 parent ee2d3d2 commit f440100

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

conf.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

doc_build_aliases.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ alias docbldejv='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs
114114

115115
alias 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+
117119
alias docbldegr='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/elasticsearch/docs/groovy-api/index.asciidoc'
118120

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

0 commit comments

Comments
 (0)