Skip to content

Commit 646e4be

Browse files
authored
docs: more readme badges (#39)
1 parent cd36a37 commit 646e4be

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[![Google Analytics Proxy][banner-image-link]][github-repo-link]
22

3-
[![Actions][github-actions-badge]][github-actions-link]
43
[![License][license-badge]][license-link]
4+
[![Go Reference][godoc-badge]][godoc-link]
5+
[![Go Report Card][goreportcard-badge]][goreportcard-link]
6+
[![Actions][github-actions-badge]][github-actions-link]
7+
[![Packages][github-packages-badge]][github-packages-link]
58
[![Releases][github-release-badge]][github-release-link]
69

710
# Google Analytics Proxy
@@ -118,14 +121,20 @@ Realtime pageviews should also appear in your Google Analytics dashboard.
118121

119122
This code is distributed under the [MIT License][license-link], see [LICENSE.txt][license-file] for more information.
120123

121-
[banner-image-link]: https://user-images.githubusercontent.com/307183/131765571-5303a7f6-42c0-4764-ab5f-0b96ede2fda1.png
122-
[github-actions-badge]: https://github.com/joshdk/google-analytics-proxy/workflows/Build/badge.svg
123-
[github-actions-link]: https://github.com/joshdk/google-analytics-proxy/actions
124-
[github-master-link]: https://github.com/joshdk/google-analytics-proxy/tree/master
125-
[github-release-badge]: https://img.shields.io/github/release/joshdk/google-analytics-proxy/all.svg
126-
[github-release-link]: https://github.com/joshdk/google-analytics-proxy/releases
127-
[github-repo-link]: https://github.com/joshdk/google-analytics-proxy
128-
[kubernetes-demo-link]: https://github.com/joshdk/google-analytics-proxy/tree/master/kubernetes
129-
[license-badge]: https://img.shields.io/badge/license-MIT-green.svg
130-
[license-file]: https://github.com/joshdk/google-analytics-proxy/blob/master/LICENSE.txt
131-
[license-link]: https://opensource.org/licenses/MIT
124+
[banner-image-link]: https://user-images.githubusercontent.com/307183/131765571-5303a7f6-42c0-4764-ab5f-0b96ede2fda1.png
125+
[github-actions-badge]: https://github.com/joshdk/google-analytics-proxy/workflows/Build/badge.svg
126+
[github-actions-link]: https://github.com/joshdk/google-analytics-proxy/actions
127+
[github-master-link]: https://github.com/joshdk/google-analytics-proxy/tree/master
128+
[github-packages-badge]: https://img.shields.io/badge/ghcr.io-images-blue.svg
129+
[github-packages-link]: https://github.com/joshdk/google-analytics-proxy/pkgs/container/google-analytics-proxy
130+
[github-release-badge]: https://img.shields.io/github/release/joshdk/google-analytics-proxy/all.svg
131+
[github-release-link]: https://github.com/joshdk/google-analytics-proxy/releases
132+
[github-repo-link]: https://github.com/joshdk/google-analytics-proxy
133+
[godoc-badge]: https://pkg.go.dev/badge/github.com/joshdk/google-analytics-proxy.svg
134+
[godoc-link]: https://pkg.go.dev/github.com/joshdk/google-analytics-proxy
135+
[goreportcard-badge]: https://goreportcard.com/badge/github.com/joshdk/google-analytics-proxy
136+
[goreportcard-link]: https://goreportcard.com/report/github.com/joshdk/google-analytics-proxy
137+
[kubernetes-demo-link]: https://github.com/joshdk/google-analytics-proxy/tree/master/kubernetes
138+
[license-badge]: https://img.shields.io/badge/license-MIT-green.svg
139+
[license-file]: https://github.com/joshdk/google-analytics-proxy/blob/master/LICENSE.txt
140+
[license-link]: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)