From 383ffb79a60eb45c52d29f5e3ee6d1e32aabc2b9 Mon Sep 17 00:00:00 2001 From: grantseltzer Date: Thu, 13 Oct 2022 12:06:14 -0400 Subject: [PATCH] Add documentation badge to README This adds a documentation badge that links to libbpf.readthedocs.org When rendered on github it will display the status of the docs build Signed-off-by: Grant Seltzer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b7d350..bbb3466 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ libbpf [![Total alerts](https://img.shields.io/lgtm/alerts/g/libbpf/libbpf.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/libbpf/libbpf/alerts/) [![Coverity](https://img.shields.io/coverity/scan/18195.svg)](https://scan.coverity.com/projects/libbpf) [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libbpf.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#libbpf) +[![Read the Docs](https://readthedocs.org/projects/libbpf/badge/?version=latest)](https://libbpf.readthedocs.io/en/latest/) ====== **This is the official home of the libbpf library.**