aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-14 22:52:03 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-14 22:52:03 +0800
commit1134573112205ad047b6112f594197c2280b2766 (patch)
tree306d715ae33965b74ae6a1145c69b46c749884f9
parentb9edeb9848e4a423e133fa2a13dede6d128d6f08 (diff)
Add helpdoc badge linking to GitHub Pages site
-rw-r--r--README.md5
-rw-r--r--docs/README.md5
2 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09f19cb..f0885cb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,10 @@
<a href="https://docs.rs/mingling/0.1.5/mingling/">
<img src="https://img.shields.io/docsrs/mingling?style=for-the-badge">
</a>
- <img src="https://img.shields.io/badge/Current-0.1.5-green?style=for-the-badge">
+ <a href="https://catilgrass.github.io/mingling/">
+ <img src="https://img.shields.io/badge/helpdoc-0.1.5-yellow?style=for-the-badge">
+ </a>
+ <img src="https://img.shields.io/badge/current-0.1.5-green?style=for-the-badge">
</p>
> [!WARNING]
diff --git a/docs/README.md b/docs/README.md
index 15e3230..aa0f133 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -16,7 +16,10 @@
<a href="https://docs.rs/mingling/0.1.5/mingling/">
<img src="https://img.shields.io/docsrs/mingling?style=for-the-badge">
</a>
- <img src="https://img.shields.io/badge/Current-0.1.5-green?style=for-the-badge">
+ <a href="https://catilgrass.github.io/mingling/">
+ <img src="https://img.shields.io/badge/helpdoc-0.1.5-yellow?style=for-the-badge">
+ </a>
+ <img src="https://img.shields.io/badge/current-0.1.5-green?style=for-the-badge">
</p>
> [!WARNING]