diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-14 22:52:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-14 22:52:03 +0800 |
| commit | 1134573112205ad047b6112f594197c2280b2766 (patch) | |
| tree | 306d715ae33965b74ae6a1145c69b46c749884f9 | |
| parent | b9edeb9848e4a423e133fa2a13dede6d128d6f08 (diff) | |
Add helpdoc badge linking to GitHub Pages site
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | docs/README.md | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -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] |
