Loading .vscode/settings.json +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ "Lemmy", "lume", "lumocs", "metas", "Misskey", "nodeinfo", "phensley", Loading docs/index.md +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ title: Fedify doc_title: "Fedify: a fediverse server framework" nav_order: 1 metas: description: >- Fedify is a Deno/TypeScript library for building federated server apps powered by ActivityPub and other standards, so-called fediverse. --- Fedify: a fediverse server framework ==================================== Loading docs/install.md +2 −0 Original line number Diff line number Diff line --- nav_order: 2 metas: description: How to install Fedify. --- Installation ============ Loading docs/manual.md +5 −0 Original line number Diff line number Diff line --- nav_order: 3 metas: description: >- This manual provides a comprehensive guide to the Fedify framework. It is intended for developers who want to build a federated server with the Fedify framework. --- Manual Loading docs/manual/actor.md +5 −0 Original line number Diff line number Diff line --- parent: Manual nav_order: 4 metas: description: >- You can register an actor dispatcher so that Fedify can dispatch an appropriate actor by its bare handle. This section explains how to register an actor dispatcher and the key properties of an actor. --- Actor dispatcher Loading Loading
.vscode/settings.json +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ "Lemmy", "lume", "lumocs", "metas", "Misskey", "nodeinfo", "phensley", Loading
docs/index.md +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ title: Fedify doc_title: "Fedify: a fediverse server framework" nav_order: 1 metas: description: >- Fedify is a Deno/TypeScript library for building federated server apps powered by ActivityPub and other standards, so-called fediverse. --- Fedify: a fediverse server framework ==================================== Loading
docs/install.md +2 −0 Original line number Diff line number Diff line --- nav_order: 2 metas: description: How to install Fedify. --- Installation ============ Loading
docs/manual.md +5 −0 Original line number Diff line number Diff line --- nav_order: 3 metas: description: >- This manual provides a comprehensive guide to the Fedify framework. It is intended for developers who want to build a federated server with the Fedify framework. --- Manual Loading
docs/manual/actor.md +5 −0 Original line number Diff line number Diff line --- parent: Manual nav_order: 4 metas: description: >- You can register an actor dispatcher so that Fedify can dispatch an appropriate actor by its bare handle. This section explains how to register an actor dispatcher and the key properties of an actor. --- Actor dispatcher Loading