Commit acbed4f6 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Fix docs

parent 06485ac0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ The repository is organized as a monorepo with the following packages:
    -  *src/testing/*: Testing utilities
    -  *src/vocab/*: ActivityPub vocabulary implementation
    -  *src/webfinger/*: WebFinger protocol implementation
    -  ~~src/x/: Framework integrations ~~ **Don't use.** This directory will be removed in version 2.0.0. Use *@fedify/{package name}*(*packages/{package name}*) packages.
    -  ~~src/x/: Framework integrations~~ **Don't use.** This directory will be removed in version 2.0.0. Use packages from the `@fedify` scope, which are located in the `packages/` directory (e.g., `@fedify/hono` is in `packages/hono/`).
 -  *packages/cli/*: Fedify CLI implementation (@fedify/cli, built with Deno)
 -  *packages/amqp/*: AMQP/RabbitMQ driver (@fedify/amqp)
 -  *packages/cfworkers/*: Cloudflare Workers integration (@fedify/cfworkers)
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ const federation = createFederation<void>({
### `DenoKvStore` (Deno only)

> [!WARNING]
> The `@fedify/fedify/x/deno` module is deprecated and will be removed in
> The `@fedify/fedify/x/denokv` module is deprecated and will be removed in
> Fedify 2.0.0.  Please use the `@fedify/denokv` package instead.

`DenoKvStore` is a key–value store implementation for [Deno] runtime that uses
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ const federation = createFederation<void>({
### `DenoKvMessageQueue` (Deno only)

> [!WARNING]
> The `@fedify/fedify/x/deno` module is deprecated and will be removed in
> The `@fedify/fedify/x/denokv` module is deprecated and will be removed in
> Fedify 2.0.0.  Please use the `@fedify/denokv` package instead.

`DenoKvMessageQueue` is a message queue implementation for [Deno] runtime that