Unverified Commit cd9facaa authored by Hong Minhee's avatar Hong Minhee
Browse files

Docs

[ci skip]
parent c62294c6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,8 +8,9 @@ Version 0.8.0

To be released.

 -  The CLI toolchain is now available on JSR: [@fedify/cli].  You can install
    it with `deno install -A -n fedify jsr:@fedify/cli`.
 -  The CLI toolchain for testing and debugging is now available on JSR:
    [@fedify/cli].  You can install it with
    `deno install -A -n fedify jsr:@fedify/cli`.

 -  Implemented [followers collection synchronization mechanism][FEP-8fcf].

+2 −6
Original line number Diff line number Diff line
@@ -19,21 +19,17 @@ It aims to eliminate the complexity and redundant boilerplate code when
building a federated server app, so that you can focus on your business logic
and user experience.

Currently, Fedify is moving fast and the API is not stable yet.  We do not
recommend using it in production yet, so please use it if you would like to
experiment with it and help us improve it.

The rough roadmap is to implement the following features out of the box:
Currently, Fedify provides the following features out of the box:

 -  Type-safe objects for [Activity Vocabulary] (including some vendor-specific
    extensions)
 -  [WebFinger] client and server
 -  [HTTP Signatures]
 -  Middlewares for handling webhooks
 -  [ActivityPub] client
 -  [NodeInfo] protocol
 -  Special touch for interoperability with Mastodon and few other popular
    fediverse software
 -  CLI toolchain for testing and debugging

If you want to know more about the project, please take a look at the following
resources:
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ export default defineConfig({
      { text: "Home", link: "/" },
      { text: "Installation", link: "/install.md" },
      { text: "Tutorial", link: "/tutorial.md" },
      { text: "CLI", link: "/cli.md" },
      MANUAL,
      { text: "API reference", link: "https://jsr.io/@fedify/fedify" },
      ...extraNav,
+3 −7
Original line number Diff line number Diff line
@@ -8,21 +8,17 @@
 * building a federated server app, so that you can focus on your business
 * logic and user experience.
 *
 * Currently, Fedify is moving fast and the API is not stable yet.  We do not
 * recommend using it in production yet, so please use it if you would like to
 * experiment with it and help us improve it.
 *
 * The rough roadmap is to implement the following features out of the box:
 * Currently, Fedify provides the following features out of the box:
 *
 * - Type-safe objects for [Activity Vocabulary] (including some vendor-specific
 *   extensions)
 * - [WebFinger] client and server
 * - [HTTP Signatures]
 * - Middlewares for handling webhooks
 * - [ActivityPub] client
 * - [NodeInfo] protocol
 * - Special touch for interoperability with Mastodon and few other popular
 *   fediverse software
 * - CLI toolchain for testing and debugging
 *
 * If you want to know more about the project, please take a look at the
 * following resources: