From 9e70798db29d6798fad0697f744333cde3f4b1ff Mon Sep 17 00:00:00 2001
From: Jiajie Chen <c@jia.je>
Date: Fri, 15 Nov 2024 19:51:07 +0800
Subject: [PATCH] Add zenodo integration

---
 README.md     | 2 ++
 docs/index.md | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c851f0d2..f3a67ded 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Unofficial LoongArch Intrinsics Guide
 
+[![DOI](https://zenodo.org/badge/730251036.svg)](https://doi.org/10.5281/zenodo.14169508)
+
 Visit <http://jia.je/unofficial-loongarch-intrinsics-guide/>
 
 Arranged from QEMU implementation and [GCC Intrinsics](https://gcc.gnu.org/onlinedocs/gcc/LoongArch-SX-Vector-Intrinsics.html)
diff --git a/docs/index.md b/docs/index.md
index 3a38e1a9..8c7e7e88 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,7 @@
 # Unofficial LoongArch Intrinsics Guide
 
+[![DOI](https://zenodo.org/badge/730251036.svg)](https://doi.org/10.5281/zenodo.14169508)
+
 This is the Unofficial LoongArch Intrinsics Guide by Jiajie Chen et, al. The documentation is arranged from the following sources:
 
 - QEMU
@@ -28,4 +30,4 @@ union lasx_register {
   float fp32[8];
   double fp64[4];
 };
-```
\ No newline at end of file
+```