Skip to content

Commit 23dfe45

Browse files
committed
chore: add docs badge to github README
1 parent d9e906a commit 23dfe45

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<p><strong>Docker simplicity. Multi-machine power.</strong></p>
55

66
<p>
7+
<a href="https://docs.uncloud.run"><img src="https://img.shields.io/badge/Docs-blue.svg?style=for-the-badge&logo=gitbook&logoColor=white" alt="Documentation"></a>
78
<a href="https://discord.gg/eR35KQJhPu"><img src="https://img.shields.io/badge/discord-5865F2.svg?style=for-the-badge&logo=discord&logoColor=white" alt="Join Discord"></a>
89
<a href="https://x.com/psviderski"><img src="https://img.shields.io/badge/follow-black?style=for-the-badge&logo=X&logoColor=while" alt="Follow on X"></a>
910
</p>
@@ -112,7 +113,7 @@ platform, whether you're running on a $5 VPS, a spare Mac mini, or a rack of bar
112113
uncloud-uninstall
113114
```
114115

115-
View the [user guide](docs/user_guide.md) for more information.
116+
View the [Documentation](https://docs.uncloud.run) for more information.
116117

117118
## ⚙️ How it works
118119

@@ -268,7 +269,7 @@ and there may be breaking changes between releases.
268269
We'd love your input! Here's how you can contribute:
269270

270271
* 🐛 Found a bug? [Open an issue](https://github.com/psviderski/uncloud/issues)
271-
* 💡 Have ideas or need help? [Join our Discord community](https://discord.gg/eR35KQJhPu) where we discuss features,
272+
* 💡 Have ideas or need help? [Join our Discord community](https://discord.gg/eR35KQJhPu) where we discuss features,
272273
roadmap, implementation details, and help each other out.
273274

274275
## 📫 Stay updated

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
<li>
5858
<a class="text-sm font-medium text-zinc-500 hover:text-zinc-900 px-3 lg:px-5 py-2 flex items-center transition"
5959
href="https://docs.uncloud.run">
60-
<svg class="w-4 h-4 mr-1 fill-current" xmlns="http://www.w3.org/2000/svg"
60+
<svg class="w-4 h-4 mr-1 fill-current hidden sm:inline" xmlns="http://www.w3.org/2000/svg"
6161
viewBox="0 0 24 24">
6262
<path d="M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z"/>
6363
</svg>
64-
<span class="ml-1 ">Docs</span>
64+
<span class="ml-1">Docs</span>
6565
</a>
6666
</li>
6767
<li>

0 commit comments

Comments
 (0)