You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/07/10 03:52:20 UTC

[apisix-go-plugin-runner] branch master updated: docs: add link in the README (#21)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new 09b823f  docs: add link in the README (#21)
09b823f is described below

commit 09b823fada889e78144c20559b7f026d0f627a59
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Sat Jul 10 11:52:13 2021 +0800

    docs: add link in the README (#21)
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 4d138fe..c123294 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,7 @@
 [![Go Report Card](https://goreportcard.com/badge/github.com/apache/apisix-go-plugin-runner)](https://goreportcard.com/report/github.com/apache/apisix-go-plugin-runner)
 [![Build Status](https://github.com/apache/apisix-go-plugin-runner/workflows/unit-test-ci/badge.svg?branch=master)](https://github.com/apache/apisix-go-plugin-runner/actions)
 [![Codecov](https://codecov.io/gh/apache/apisix-go-plugin-runner/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/apisix-go-plugin-runner)
+[![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/apache/apisix-go-plugin-runner)
+
+The documentation can be found in this [website](http://apisix.apache.org/docs/go-plugin-runner/getting-started),
+which is generated from the files under `docs/`.