Loading docs/.vitepress/config.mts +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ export default defineConfig({ { text: "Vocabulary", link: "/manual/vocab.md" }, { text: "Actor dispatcher", link: "/manual/actor.md" }, { text: "Inbox listeners", link: "/manual/inbox.md" }, { text: "Sending activities", link: "/manual/send.md" }, { text: "Collections", link: "/manual/collections.md" }, { text: "NodeInfo", link: "/manual/nodeinfo.md" }, { text: "Pragmatics", link: "/manual/pragmatics.md" }, Loading docs/bun.lockb (52.9 KiB) File changed.No diff preview for this file type. View original file View changed file docs/manual.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ framework. - [Vocabulary](./manual/vocab.md) - [Actor dispatcher](./manual/actor.md) - [Inbox listeners](./manual/inbox.md) - [Send activities](./manual/send.md) - [Collections](./manual/collections.md) - [NodeInfo](./manual/nodeinfo.md) - [Pragmatics](./manual/pragmatics.md) Loading docs/manual/collections.md +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ description: >- Fedify provides a generic way to construct and handle collections. This section explains how to work with collections in Fedify. prev: text: Inbox listeners link: ./inbox.md text: Sending activities link: ./send.md next: text: NodeInfo link: ./nodeinfo.md Loading docs/manual/context.md +3 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,9 @@ federation }); ~~~~ For more information about this topic, see the [*Sending activities* section](./send.md). > [!NOTE] > The `~Context.sendActivity()` method works only if the [key pair dispatcher] > is registered to the `Federation` object. If the key pair dispatcher is not Loading Loading
docs/.vitepress/config.mts +1 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ export default defineConfig({ { text: "Vocabulary", link: "/manual/vocab.md" }, { text: "Actor dispatcher", link: "/manual/actor.md" }, { text: "Inbox listeners", link: "/manual/inbox.md" }, { text: "Sending activities", link: "/manual/send.md" }, { text: "Collections", link: "/manual/collections.md" }, { text: "NodeInfo", link: "/manual/nodeinfo.md" }, { text: "Pragmatics", link: "/manual/pragmatics.md" }, Loading
docs/bun.lockb (52.9 KiB) File changed.No diff preview for this file type. View original file View changed file
docs/manual.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ framework. - [Vocabulary](./manual/vocab.md) - [Actor dispatcher](./manual/actor.md) - [Inbox listeners](./manual/inbox.md) - [Send activities](./manual/send.md) - [Collections](./manual/collections.md) - [NodeInfo](./manual/nodeinfo.md) - [Pragmatics](./manual/pragmatics.md) Loading
docs/manual/collections.md +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ description: >- Fedify provides a generic way to construct and handle collections. This section explains how to work with collections in Fedify. prev: text: Inbox listeners link: ./inbox.md text: Sending activities link: ./send.md next: text: NodeInfo link: ./nodeinfo.md Loading
docs/manual/context.md +3 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,9 @@ federation }); ~~~~ For more information about this topic, see the [*Sending activities* section](./send.md). > [!NOTE] > The `~Context.sendActivity()` method works only if the [key pair dispatcher] > is registered to the `Federation` object. If the key pair dispatcher is not Loading