|
10 | 10 | <a href="https://www.npmjs.com/package/zaileys"><img src="https://img.shields.io/npm/v/zaileys.svg" alt="NPM Version"></a> |
11 | 11 | <a href="https://www.npmjs.com/package/zaileys"><img src="https://img.shields.io/npm/dw/zaileys?label=npm&color=%23CB3837" alt="NPM Downloads"></a> |
12 | 12 | <a href="https://github.com/zeative/zaileys/releases"><img src="https://img.shields.io/npm/dt/zaileys" alt="NPM Downloads"></a> |
13 | | - <a href="https://github.com/zeative/zaileys/actions"><img src="https://img.shields.io/github/actions/workflow/status/zeative/zaileys/ci.yml?branch=main&label=build" alt="Build Status"></a> |
14 | 13 | <a href="https://github.com/zeative/zaileys"><img src="https://img.shields.io/badge/TypeScript-7%20native-blue?style=flat-square&logo=typescript" alt="TypeScript 7"></a> |
15 | 14 | </div> |
16 | 15 |
|
17 | 16 | <div align="center"> |
18 | | - <a href="https://github.com/zeative/zaileys/blob/main/LICENSE"><img src="https://img.shields.io/github/license/zeative/zaileys" alt="GitHub License"></a> |
| 17 | + <a href="https://github.com/zeative/zaileys/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="License: MIT"></a> |
19 | 18 | <a href="https://discord.gg/KBHhTTVUc5"><img alt="Discord" src="https://img.shields.io/discord/1105833273415962654?logo=discord&label=discord&link=https%3A%2F%2Fgithub.com%2Fzeative%2Fzaileys"></a> |
20 | 19 | <a href="https://chat.whatsapp.com/GlQfvc83mSH3F6ov06vuCt"><img alt="WhatsApp" src="https://img.shields.io/badge/WhatsApp-Group-25D366?logo=whatsapp&logoColor=white"></a> |
21 | 20 | <a href="https://github.com/zeative/zaileys"><img src="https://img.shields.io/github/stars/zeative/zaileys" alt="GitHub Stars"></a> |
|
39 | 38 | [What you can build](#what-you-can-build) • |
40 | 39 | [Storage](#storage) • |
41 | 40 | [Runtimes](#runtime-support) • |
42 | | -[Docs](#documentation) |
| 41 | +[Docs](https://zeative.github.io/zaileys/) |
43 | 42 |
|
44 | 43 | </div> |
45 | 44 |
|
|
48 | 47 | <br> |
49 | 48 |
|
50 | 49 | > [!NOTE] |
51 | | -> This README is a **high-level overview**. The complete API reference, guides, and recipes live in the dedicated documentation site (coming soon). Runnable code lives in [`examples/`](./examples). |
| 50 | +> This README is a **high-level overview**. The complete API reference, guides, and recipes live in the documentation site at **<https://zeative.github.io/zaileys/>**. Runnable code lives in [`examples/`](./examples). |
52 | 51 |
|
53 | 52 | --- |
54 | 53 |
|
@@ -218,6 +217,7 @@ Package managers: **npm**, **pnpm**, **yarn**, and **bun** are all supported. |
218 | 217 |
|
219 | 218 | ## Documentation |
220 | 219 |
|
| 220 | +- 🌐 [**zeative.github.io/zaileys**](https://zeative.github.io/zaileys/) — full documentation site: guides, API reference, recipes |
221 | 221 | - 📦 [**examples/**](./examples) — runnable bots: quickstart, interactive buttons, AIRich, storage adapters, broadcast |
222 | 222 | - 🔀 [**MIGRATION.md**](./MIGRATION.md) — upgrading from v3.x to v4.0.0 (breaking changes, side-by-side snippets) |
223 | 223 | - 🤝 [**CONTRIBUTING.md**](./CONTRIBUTING.md) — dev setup, tests, commit convention, release flow |
|
0 commit comments