This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new b1345eaf feat: add index.html for go client (#296)
b1345eaf is described below
commit b1345eafbbc96d4332750673ab734a6084d81614
Author: izliang <[email protected]>
AuthorDate: Mon Oct 30 10:46:35 2023 +0800
feat: add index.html for go client (#296)
---------
Co-authored-by: imbajin <[email protected]>
---
layouts/client-go/index.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/layouts/client-go/index.html b/layouts/client-go/index.html
new file mode 100644
index 00000000..760ed1b4
--- /dev/null
+++ b/layouts/client-go/index.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <meta name="go-import" content="hugegraph.apache.org/client-go git
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go">
+ <meta name="go-source" content="hugegraph.apache.org/client-go git
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/tree/release{/dir}
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/blob/release{/dir}/{file}#L{line}">
+ <meta http-equiv="refresh" content="0;
url=https://pkg.go.dev/hugegraph.apache.org/client-go">
+ </head>
+ <body>
+ <p>Redirecting to <a
href="https://pkg.go.dev/hugegraph.apache.org/client-go">pkg.go.dev/hugegraph.apache.org/client-go</a>...</p>
+ </body>
+</html>