Unverified Commit 82c374f5 authored by Hong Minhee's avatar Hong Minhee
Browse files

Open Graph descriptions

parent a6534f66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@
    "Lemmy",
    "lume",
    "lumocs",
    "metas",
    "Misskey",
    "nodeinfo",
    "phensley",
+4 −0
Original line number Diff line number Diff line
@@ -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
====================================
+2 −0
Original line number Diff line number Diff line
---
nav_order: 2
metas:
  description: How to install Fedify.
---
Installation
============
+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
+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