This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 7b72a97 Added Go client library links to navigation bar (#2016)
7b72a97 is described below
commit 7b72a971330d72c323e5c8b669ae8a94fe1a0458
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Jun 21 21:25:19 2018 -0700
Added Go client library links to navigation bar (#2016)
---
site/_includes/navbar.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/site/_includes/navbar.html b/site/_includes/navbar.html
index 4516069..b5a1d31 100644
--- a/site/_includes/navbar.html
+++ b/site/_includes/navbar.html
@@ -67,6 +67,9 @@
<a class="dropdown-item" href="/docs/latest/clients/Java">
Java
</a>
+ <a class="dropdown-item" href="/docs/latest/clients/go">
+ Go
+ </a>
<a class="dropdown-item" href="/docs/latest/clients/Python">
Python
</a>
@@ -80,6 +83,9 @@
<a class="dropdown-item" href="/api/admin">
Java admin Javadoc
</a>
+ <a class="dropdown-item"
href="https://godoc.org/github.com/apache/incubator-pulsar/pulsar-client-go/pulsar">
+ GoDoc
+ </a>
<a class="dropdown-item" href="/api/pulsar-functions">
Pulsar Functions Java SDK
</a>