From a2d1187d3cec30e2e350b732075adfb90432622f Mon Sep 17 00:00:00 2001 From: rdlabo Date: Thu, 27 Aug 2026 11:13:57 +0900 Subject: [PATCH] docs: link README guides to docs.rdlabo.dev --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 46906aa..9213fa9 100644 --- a/README.md +++ b/README.md @@ -36,21 +36,15 @@ Subpath imports keep optional database and testing dependencies out of the root ## Documentation -- [HTTP and Authentication](./docs/http-auth.md) -- [Data Layer](./docs/data-layer.md) -- [Realtime and Offline](./docs/realtime-offline.md) -- [Testing and Operations](./docs/testing-operations.md) +- [HTTP and Authentication](https://docs.rdlabo.dev/projects/workers-hono-kit/docs/http-auth) +- [Data Layer](https://docs.rdlabo.dev/projects/workers-hono-kit/docs/data-layer) +- [Realtime and Offline](https://docs.rdlabo.dev/projects/workers-hono-kit/docs/realtime-offline) +- [Testing and Operations](https://docs.rdlabo.dev/projects/workers-hono-kit/docs/testing-operations) +- [API Reference](https://docs.rdlabo.dev/projects/workers-hono-kit/docs/api) **Full documentation:** [https://docs.rdlabo.dev/projects/workers-hono-kit](https://docs.rdlabo.dev/projects/workers-hono-kit) -## Additional GitHub docs - -- [CLI](./docs/cli.md) -- [Role Policies](./docs/role-policies.md) -- [Development](./docs/development.md) -- [API Reference](./docs/api.md) - ## Maintainers - [rdlabo](https://rdlabo.dev/)